Uses of Class
com.sas.lsaf.content.repository.RepositoryItemDeleteException
-
Packages that use RepositoryItemDeleteException Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RepositoryItemDeleteException in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that throw RepositoryItemDeleteException Modifier and Type Method Description java.util.List<java.lang.String>
RepositoryService. delete(java.lang.String path)
Logically deletes the object (moves it to the recycle bin).java.util.List<VersionDeleteInfo>
RepositoryService. deleteVersions(java.lang.String path, java.util.Set<java.lang.String> versions)
Permanently deletes the versions of the file at the specified path.java.util.List<java.lang.String>
RepositoryService. permanentlyDelete(java.lang.String path)
Permanently deletes the specified object.
-