RepositoryItem |
RepositoryService.copy(java.lang.String sourcePath,
java.lang.String destinationPath) |
Copies the repository object from the source path to the destination path.
|
RepositoryContext |
RepositoryService.createContext(java.lang.String path,
java.lang.String typeId) |
Creates a context in the repository.
|
RepositoryFile |
RepositoryService.createFile(java.lang.String path,
java.lang.String localFilePath,
java.lang.String comment,
boolean createParentFolders) |
Creates an unversioned file in the repository.
|
RepositoryFolder |
RepositoryService.createFolder(java.lang.String path,
boolean createParentFolders) |
Creates a folder in the repository.
|
RepositorySharedFolder |
RepositoryService.createSharedFolder(java.lang.String path) |
Creates a shared folder in the repository.
|
RepositoryFile |
RepositoryService.createVersionedFile(java.lang.String path,
java.lang.String localFilePath,
java.lang.String comment,
java.lang.String startingVersion,
boolean createParentFolders) |
Creates a versioned file in the repository.
|
RepositoryItem |
RepositoryService.move(java.lang.String sourcePath,
java.lang.String destinationPath) |
Moves the repository object from the source path to the destination path.
|
RepositoryItem |
RepositoryService.rename(java.lang.String path,
java.lang.String name) |
Renames the repository object.
|