Uses of Class
com.sas.lsaf.content.repository.RepositoryItemNotFoundException
Packages that use RepositoryItemNotFoundException
Package
Description
Classes and interfaces to manage content in the repository.
Service and class definitions for signing files and getting signatures.
-
Uses of RepositoryItemNotFoundException in com.sas.lsaf.content.repository
Methods in com.sas.lsaf.content.repository that throw RepositoryItemNotFoundExceptionModifier and TypeMethodDescriptionRepositoryService.checkin(String path, RepositoryCheckinSpecification checkinSpecification) Checks in the file from the current user's workspace to the repository.Checks out the file from the repository.Copies the repository object from the source path to the destination path.voidRepositoryService.copyLatestFileVersionToWorkspace(String path) Copies the latest version of the repository file to your workspace.voidRepositoryService.copySpecificFileVersionToWorkspace(String path, String version) Copies the version of the repository file to your workspace.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.Logically deletes the object (moves it to the recycle bin).RepositoryService.deleteVersions(String path, Set<String> versions) Permanently deletes the versions of the file at the specified path.RepositoryService.disableVersioning(String path, String comment) Disables versioning support for the repository file.voidBatchRepositoryService.downloadAsZip(Set<String> paths, String localFilePath, boolean overwrite) Downloads the files from a specified set of paths to a the zip file.voidRepositoryService.downloadFile(String path, String version, String outputFilePath) Downloads the file to a local file.RepositoryService.enableVersioning(String path, String startingVersion, String comment) Enables versioning for the repository file.RepositoryService.getChildren(String path) Gets the children of the container path.RepositoryService.getChildrenByType(String path, String typeId) Gets the children of the container path.RepositoryService.getContext(String path) Gets the repository context at the path.RepositoryService.getContextById(String id) Gets the repository context by its unique identifier.Gets the repository file at the path.RepositoryService.getFileVersion(String path, String version) Gets the specific version of a versioned file.RepositoryService.getFileVersionInfos(String path) Gets the list of the version information that represents each version of the repository file.RepositoryService.getFileVersions(String path) Gets the list of versions of the repository file.Gets the repository folder at the path.Gets the repository object at the path.RepositoryService.getParentMembershipContext(String path) Gets the nearest parent context with the membership capability for the repository path.RepositoryService.getTopLevelContextByName(String name) Gets a top-level context by name.Locks the specified repository file, prevents users from modifying the file in any way.Moves the repository object from the source path to the destination path.RepositoryService.permanentlyDelete(String path) Permanently deletes the specified object.Renames the repository object.RepositoryService.setState(String path, RepositoryItem.State state, String comment, boolean recurse) Sets the state of a repository context.RepositoryService.undoCheckout(String path) Undoes the checkout of the file.RepositoryService.unlockFile(String path) Unlocks the repository file.RepositoryService.updateFileContents(String path, RepositoryCheckinSpecification checkinSpecification, String localFileLocation) Updates the repository file with the specified file or creates a new version of the file, if the file is versioned.RepositoryService.updateItem(RepositoryItem item) Updates the editable attributes of a repository object. -
Uses of RepositoryItemNotFoundException in com.sas.lsaf.content.repository.signature
Methods in com.sas.lsaf.content.repository.signature that throw RepositoryItemNotFoundExceptionModifier and TypeMethodDescriptionSignatureService.getSignatures(String path) Gets all of the signatures that are associated with a file.SignatureService.getSignaturesByVersion(String path, String version) Gets all of the the signatures for a specific version of a file.SignatureService.getSignaturesForLatestVersion(String path) Gets all of the signatures for the latest version of a file.SignatureService.getSigningStatus(String path) Describes the overall signature status of the file.