Uses of Class
com.sas.lsaf.content.repository.SynchronizationInfo
-
Packages that use SynchronizationInfo Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of SynchronizationInfo in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that return SynchronizationInfo Modifier and Type Method Description SynchronizationInfo
RepositoryService. getSynchronizationInfo(java.lang.String path)
Gets the synchronization information for the specified file path.Methods in com.sas.lsaf.content.repository that return types with arguments of type SynchronizationInfo Modifier and Type Method Description java.util.List<SynchronizationInfo>
RepositoryService. getCheckedOutFilesSearchResults(int fromRow, int toRow)
Gets a range of results after callingRepositoryService.searchCheckedOutFiles(CheckedOutFilesQuery)
.java.util.List<SynchronizationInfo>
RepositoryService. getSynchronizationInfos(java.util.Set<java.lang.String> paths, boolean recurse)
Gets the synchronization information for the paths specified.
-