Package | Description |
---|---|
com.sas.hls.resource.repository |
Provides the classes and interfaces needed to manipulate resources in the repository.
|
Modifier and Type | Method and Description |
---|---|
CheckedOutFilesToken |
CheckedOutFilesInfo.getToken()
Get the token for the submitted checked out files query
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryResourceService.clearCheckedOutFilesInfo(CheckedOutFilesToken token)
Releases the token and any cached information about the query associated with the token.
|
List<SynchronizationInfo> |
RepositoryResourceService.getCheckedOutFiles(CheckedOutFilesToken token,
int fromRow,
int toRow)
Gets checked out files, represented by SynchronizationInfo objects, using a token from CheckedOutFilesInfo which is obtained by calling
getCheckedOutFilesInfoByQuery.
|
Constructor and Description |
---|
CheckedOutFilesInfo(CheckedOutFilesToken token,
int rowCount)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA