public interface ContentRepositoryFolder extends FolderItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getChildContentIds()
Returns an array of document ids which can be used to access
the pieces of content in the folder.
|
java.lang.String[] |
getChildContentPaths()
Returns an array of document names which can be used to access
the pieces of content in the folder.
|
java.lang.String[] |
getChildFolderIds()
Returns an array of ids which access all the folders
which are children of this folder.
|
java.lang.String[] |
getChildFolderPaths()
Returns an array of folder names which access all the folders
which are children of this folder.
|
java.lang.String |
getFolderId()
Return the id of this folder.
|
getAncestorFolderIds, getAncestorFolderPaths, getItemPathgetItemDisplayNamestatic final java.lang.String CLASS_VERSION
java.lang.String getFolderId()
java.lang.String[] getChildFolderPaths()
ContentRepository.getFolderByPath,
ContentRepository.getFoldersByPathjava.lang.String[] getChildFolderIds()
ContentRepository.getFolder,
ContentRepository.getFoldersjava.lang.String[] getChildContentPaths()
ContentRepository.getItemByPath,
ContentRepository.getItemsByPathjava.lang.String[] getChildContentIds()
Repository.getItem,
Repository.getItems