org.alfresco.repo.template
Interface TemplateProperties
All Superinterfaces:
-
@org.alfresco.api.AlfrescoPublicApi
public interface TemplateProperties
extends org.alfresco.repo.template.TemplateNodeRef
Contract for Template API objects that have properties, aspects and children.
Author:
-
Kevin Roast
Methods inherited from interface org.alfresco.repo.template.TemplateNodeRef |
getId, getName, getNodeRef, getType |
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