|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Hierarchical
Interface for WCM Document Types that are stored under a hierarchy of either SiteAreas
or Folders.
| Method Summary | |
|---|---|
DocumentId |
getParentId()
Returns the DocumentId of the parent of this object. |
| Method Detail |
|---|
DocumentId getParentId()
DocumentId of the parent of this object.
The DocumentId type returned will depend on the item type. For a category,
this may be for a Taxonomy object or a
Category object, depending on where this Category lies in the
category tree. For a SiteArea, the parent may be a Site or another
SiteArea. For Content, the parent will be a SiteArea. For a
Folder, AuthoringTemplate, PresentationTemplate or LibraryComponent, the
parent will be a Folder.
This method will return null if the user does not have access to the parent.
This method will return null for a document that has not yet been saved, if the parent has not yet been set. If the parent
has been set, then the DocumentId of the parent of this object will be returned.
This method will return null for both unsaved and saved documents if the document is directly under a library preset folder, for example, if it is a top level site area, folder, authoring template, presentation template or library component.
DocumentId of the parent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||