Uses of Enum Class
com.sas.lsaf.content.repository.SynchronizationInfo.CheckoutStatus
Packages that use SynchronizationInfo.CheckoutStatus
Package
Description
Classes and interfaces to manage content in the repository.
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.CheckoutStatusModifier and TypeMethodDescriptionSynchronizationInfo.getCheckoutStatus()Gets the checkout status of the file.Returns the enum constant of this class with the specified name.static SynchronizationInfo.CheckoutStatus[]SynchronizationInfo.CheckoutStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.content.repository with parameters of type SynchronizationInfo.CheckoutStatusModifierConstructorDescriptionSynchronizationInfo(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.CheckoutStatusModifier and TypeMethodDescriptionWorkspaceService.getCheckoutStatus(String path) Gets an enumeration value that describes thecheckoutstatus of the file.