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.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationInfo.CheckoutStatus |
SynchronizationInfo.getCheckoutStatus()
Gets the checkout status of the 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.
|
Constructor and Description |
---|
SynchronizationInfo(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.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationInfo.CheckoutStatus |
WorkspaceService.getCheckoutStatus(String path)
Gets an enumeration value that describes the
checkout status of the file. |
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>