|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContentRepositoryFolder
Defines an interface which describes a set of information on folders required by the Dynamo GUIs.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface atg.repository.content.FolderItem |
|---|
getAncestorFolderIds, getAncestorFolderPaths, getItemPath |
| Methods inherited from interface atg.repository.DisplayableItem |
|---|
getItemDisplayName |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||