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 |
---|---|
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.
|
CheckedOutFilesInfo |
RepositoryResourceService.getCheckedOutFilesInfoByQuery(CheckedOutFilesQuery query)
Returns a CheckedOutFilesInfo object which contains a token and row count in which to request checked out files.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA