Uses of Class
com.sas.lsaf.content.repository.RepositoryFolder
-
Packages that use RepositoryFolder Package Description com.sas.lsaf.content.repository Classes and interfaces to manage content in the repository. -
-
Uses of RepositoryFolder in com.sas.lsaf.content.repository
Subclasses of RepositoryFolder in com.sas.lsaf.content.repository Modifier and Type Class Description class
RepositorySharedFolder
Shared folder representation within the repository.Methods in com.sas.lsaf.content.repository that return RepositoryFolder Modifier and Type Method Description RepositoryFolder
RepositoryService. createFolder(java.lang.String path, boolean createParentFolders)
Creates a folder in the repository.RepositoryFolder
RepositoryService. getFolder(java.lang.String path)
Gets the repository folder at the path.
-