org.alfresco.repo.template
Interface TemplateProperties
All Superinterfaces:
-
public interface TemplateProperties
Contract for Template API objects that have properties, aspects and children.
Author:
-
Kevin Roast
getProperties
-
Returns:
-
The properties available on this node.
getAspects
-
Returns:
-
The list of aspects applied to this node
hasAspect
boolean hasAspect(String aspect) -
Parameters:
-
aspect - The aspect name to test for
Returns:
-
true if the node has the aspect false otherwise
getChildren
-
Returns:
-
The children of this Node as TemplateNode wrappers
getParent
-
Returns:
-
the primary parent of this node
getId
-
Returns:
-
The GUID for the node
getNodeRef
-
Returns:
-
Returns the NodeRef this Node object represents
getType
-
Returns:
-
Returns the type.
getName
-
Returns:
-
The display name for the node