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 |
---|---|
SynchronizationInfo |
RepositoryResourceService.getSynchronizationInfo(String filePath)
Retrieve the synchronization information for the specified file path.
|
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.
|
Set<SynchronizationInfo> |
RepositoryResourceService.getSynchronizationInfos(String folderPath,
boolean includeSubFolders)
Retrieves the synchronization information for files within a folder.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA