Uses of Enum Class
com.sas.lsaf.content.repository.RepositoryItem.Syncable
Packages that use RepositoryItem.Syncable
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItem.Syncable in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return RepositoryItem.SyncableModifier and TypeMethodDescriptionSearchQuery.getCopyToWorkspaceStatus()Gets theRepositoryItem.Syncableenumeration which controls workspace copy behavior for a specific repository node.RepositoryItem.getSyncable()Indicates whether the item can be copied to the user's workspace.static RepositoryItem.SyncableReturns the enum constant of this class with the specified name.static RepositoryItem.Syncable[]RepositoryItem.Syncable.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.SyncableModifier and TypeMethodDescriptionvoidSearchQuery.setCopyToWorkspaceStatus(RepositoryItem.Syncable copyToWorkspaceStatus) Sets theRepositoryItem.Syncableenumeration which controls workspace copy behavior for a specific repository node.voidRepositoryItem.setSyncable(RepositoryItem.Syncable syncable) Sets whether the item can be copied to the user's workspace.Constructors in com.sas.lsaf.content.repository with parameters of type RepositoryItem.SyncableModifierConstructorDescriptionRepositoryContainer(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.