|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizationInfo.CheckoutStatus | |
---|---|
com.sas.hls.resource.repository | Provides the classes and interfaces needed to manipulate resources in the repository. |
Uses of SynchronizationInfo.CheckoutStatus in com.sas.hls.resource.repository |
---|
Methods in com.sas.hls.resource.repository that return SynchronizationInfo.CheckoutStatus | |
---|---|
SynchronizationInfo.CheckoutStatus |
SynchronizationInfo.getCheckoutStatus()
Returns the checkout status for this file. |
static SynchronizationInfo.CheckoutStatus |
SynchronizationInfo.CheckoutStatus.valueOf(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.hls.resource.repository with parameters of type SynchronizationInfo.CheckoutStatus | |
---|---|
SynchronizationInfo(String path,
RepositoryFileInfo repositoryFileInfo,
SynchronizationFileInfo synchronizationFileInfo,
WorkspaceFileInfo workspaceFileInfo,
SynchronizationInfo.FileStatus fileStatus,
SynchronizationInfo.SynchronizationStatus synchronizationStatus,
SynchronizationInfo.CheckoutStatus checkoutStatus)
Initializing constructor which sets the values of all variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |