|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FolderItem
Describes items which can be contained by folders
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAncestorFolderIds()
Returns an array of ids for all folders which are parents of this item. |
java.lang.String[] |
getAncestorFolderPaths()
Returns an array of paths for all folders which are parents of this item. |
java.lang.String |
getItemPath()
Return the path of this item, represented as a "relative path" from a "document root." |
| Methods inherited from interface atg.repository.DisplayableItem |
|---|
getItemDisplayName |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.String getItemPath()
java.lang.String[] getAncestorFolderPaths()
itemPath
property value "/foo/bar/somepage.html" then this method would return
{"/", "/foo", "/foo/bar"}. With a these paths one can fetch the content
via the ContentRepository.getFolderByPath methods.
ContentRepository.getFolderByPath,
ContentRepository.getFoldersByPathjava.lang.String[] getAncestorFolderIds()
ContentRepository.getFolder,
ContentRepository.getFolders
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||