Package com.sas.lsaf.content.repository
Class RepositoryStateChangeResult
- java.lang.Object
-
- com.sas.lsaf.content.repository.RepositoryStateChangeResult
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryStateChangeResult extends java.lang.Object implements java.io.Serializable
The class that represents the results of setting the state of a repository context.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryStateChangeResult(java.lang.String path, RepositoryItem.State oldState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryItem.State
getOldState()
java.lang.String
getPath()
-
-
-
Constructor Detail
-
RepositoryStateChangeResult
public RepositoryStateChangeResult(java.lang.String path, RepositoryItem.State oldState)
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getOldState
public RepositoryItem.State getOldState()
-
-