public class RepositoryStateChangeResult extends Object implements Serializable
Constructor and Description |
---|
RepositoryStateChangeResult(String path,
RepositoryItem.State oldState) |
Modifier and Type | Method and Description |
---|---|
RepositoryItem.State |
getOldState() |
String |
getPath() |
public RepositoryStateChangeResult(String path, RepositoryItem.State oldState)
public String getPath()
public RepositoryItem.State getOldState()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA