Class 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 Detail

      • RepositoryStateChangeResult

        public RepositoryStateChangeResult​(java.lang.String path,
                                           RepositoryItem.State oldState)
    • Method Detail

      • getPath

        public java.lang.String getPath()