Uses of Class
com.sas.lsaf.content.repository.RepositoryItemExistsException
Packages that use RepositoryItemExistsException
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItemExistsException in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that throw RepositoryItemExistsExceptionModifier and TypeMethodDescriptionCopies the repository object from the source path to the destination path.RepositoryService.createContext(String path, String typeId) Creates a context in the repository.RepositoryService.createFile(String path, String localFilePath, String comment, boolean createParentFolders) Creates an unversioned file in the repository.RepositoryService.createFolder(String path, boolean createParentFolders) Creates a folder in the repository.RepositoryService.createSharedFolder(String path) Creates a shared folder in the repository.RepositoryService.createVersionedFile(String path, String localFilePath, String comment, String startingVersion, boolean createParentFolders) Creates a versioned file in the repository.Moves the repository object from the source path to the destination path.Renames the repository object.