|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchicalTemplate
Represents a hierarchical authoring template. Authoring Templates are used to define
the types of templated documents that can be created within the content management system.
New TemplateDocument
objects will derive their default attributes from
the AuthoringTemplate
defined during its creation.
The Prototype
of the AuthoringTemplate
is used to define the set of ContentComponent
s that make
up the target TemplateDocument
type.
Method Summary | |
---|---|
HierarchicalPrototype |
getGenericPrototype()
Returns the HierarchicalPrototype for this authoring template. |
Methods inherited from interface com.ibm.workplace.wcm.api.AbstractAuthoringTemplate |
---|
getPrototype, getTargetComponent, setTargetComponent |
Methods inherited from interface com.ibm.workplace.wcm.api.Item |
---|
getCreationDate, getDescription, getIdentity, getModifiedDate, getName, getTitle |
Methods inherited from interface com.ibm.portal.Localized |
---|
getLocales |
Methods inherited from interface com.ibm.workplace.wcm.api.EditableItem |
---|
setDescription, setName, setTitle |
Methods inherited from interface com.ibm.workplace.wcm.api.Hierarchical |
---|
getParentId |
Method Detail |
---|
HierarchicalPrototype getGenericPrototype()
HierarchicalPrototype
for this authoring template. To update
the prototype, save this authoring template.
getGenericPrototype
in interface AbstractAuthoringTemplate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |