Uses of Enum Class
com.sas.lsaf.content.repository.RepositoryItem.State
Packages that use RepositoryItem.State
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItem.State in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return RepositoryItem.StateModifier and TypeMethodDescriptionRepositoryStateChangeResult.getOldState()RepositoryItem.getState()Gets the current state of the repository item.static RepositoryItem.StateReturns the enum constant of this class with the specified name.static RepositoryItem.State[]RepositoryItem.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.content.repository with parameters of type RepositoryItem.StateModifier and TypeMethodDescriptionRepositoryService.setState(String path, RepositoryItem.State state, String comment, boolean recurse) Sets the state of a repository context.Constructors in com.sas.lsaf.content.repository with parameters of type RepositoryItem.StateModifierConstructorDescriptionRepositoryContainer(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, VersionLimits defaultVersionLimits) It is not intended or recommended that the consumer of the API construct these objects.RepositoryContext(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, VersionLimits defaultVersionLimits) It is not intended or recommended that the consumer of the API construct these objects.RepositoryExecutableFile(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, long size, boolean checkedOut, String checkedOutBy, Date checkedOutDate, boolean versioned, String version, String comment, boolean locked, RepositoryFile.SigningStatus signingStatus, boolean runAsOwner, VersionLimits versionLimits, String digest, Date lastRunDate, RunHealthStatus healthStatus) It is not intended or recommended that the consumer of the API construct these objects.RepositoryFile(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, long size, boolean checkedOut, String checkedOutBy, Date checkedOutDate, boolean versioned, String version, String comment, boolean locked, RepositoryFile.SigningStatus signingStatus, VersionLimits versionLimits, String digest) It is not intended or recommended that the consumer of the API construct these objects.RepositoryFolder(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, VersionLimits defaultVersionLimits) It is not intended or recommended that the consumer of the API construct these objects.RepositoryItem(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes) It is not intended or recommended that the consumer of the API construct these objects.RepositorySharedFolder(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, VersionLimits defaultVersionLimits) It is not intended or recommended that the consumer of the API construct these objects.RepositoryStateChangeResult(String path, RepositoryItem.State oldState)