Uses of Class
com.sas.lsaf.content.repository.SynchronizationInfo.CheckoutStatus
-
Packages that use SynchronizationInfo.CheckoutStatus Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository.com.sas.lsaf.content.workspace Classes and interfaces to manage content in the current user's workspace. -
-
Uses of SynchronizationInfo.CheckoutStatus in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return SynchronizationInfo.CheckoutStatus Modifier and Type Method Description SynchronizationInfo.CheckoutStatus
SynchronizationInfo. getCheckoutStatus()
Gets the checkout status of the file.static SynchronizationInfo.CheckoutStatus
SynchronizationInfo.CheckoutStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SynchronizationInfo.CheckoutStatus[]
SynchronizationInfo.CheckoutStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type SynchronizationInfo.CheckoutStatus Constructor Description SynchronizationInfo(java.lang.String path, RepositoryFileInfo repositoryFileInfo, SynchronizationFileInfo synchronizationFileInfo, WorkspaceFileInfo workspaceFileInfo, SynchronizationInfo.FileStatus fileStatus, SynchronizationInfo.SynchronizationStatus synchronizationStatus, SynchronizationInfo.CheckoutStatus checkoutStatus)
Initializing constructor that sets the values of all variables. -
Uses of SynchronizationInfo.CheckoutStatus in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that return SynchronizationInfo.CheckoutStatus Modifier and Type Method Description SynchronizationInfo.CheckoutStatus
WorkspaceService. getCheckoutStatus(java.lang.String path)
Gets an enumeration value that describes thecheckout
status of the file.
-