Uses of Class
com.sas.lsaf.content.repository.RepositoryItem
Packages that use RepositoryItem
Package
Description
Classes and interfaces to manage content in the repository.
-
Uses of RepositoryItem in com.sas.lsaf.content.repository
Subclasses of RepositoryItem in com.sas.lsaf.content.repositoryModifier and TypeClassDescriptionclassThe abstract base class for all repository containers.classThe class that represents a context within the repository hierarchy.classThe class that represents an executable file that is stored in the repository.classThe class that represents a file that is stored in the repository.classThe class that represents a folder that is the repository.classShared folder representation within the repository.Methods in com.sas.lsaf.content.repository that return RepositoryItemModifier and TypeMethodDescriptionCopies the repository object from the source path to the destination path.Gets the repository object at the path.Moves the repository object from the source path to the destination path.Renames the repository object.RepositoryService.updateItem(RepositoryItem item) Updates the editable attributes of a repository object.Methods in com.sas.lsaf.content.repository that return types with arguments of type RepositoryItemModifier and TypeMethodDescriptionRepositoryService.getChildren(String path) Gets the children of the container path.RepositoryService.getChildrenByType(String path, String typeId) Gets the children of the container path.RepositorySearchResults.getSearchResults()Gets search results based on theSearchQueryspecified in toRepositoryService.search(SearchQuery).Methods in com.sas.lsaf.content.repository with parameters of type RepositoryItemModifier and TypeMethodDescriptionRepositoryService.updateItem(RepositoryItem item) Updates the editable attributes of a repository object.Constructor parameters in com.sas.lsaf.content.repository with type arguments of type RepositoryItemModifierConstructorDescriptionRepositorySearchResults(Set<RepositoryItem> searchResults, boolean limitReached) It is not intended or recommended that the consumer of this API construct these objects.