Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.template
Interface TemplateProperties
All Superinterfaces:
Serializable, org.alfresco.repo.template.TemplateNodeRef

@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

Method Summary
getAspects()
getChildren()
getParent()
getProperties()
boolean
hasAspect(String aspect)
Methods inherited from interface org.alfresco.repo.template.TemplateNodeRef
getId, getName, getNodeRef, getType
Method Detail
getProperties
Map<String,SerializablegetProperties()
Returns:
The properties available on this node.

getAspects
Set<QNamegetAspects()
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
List<TemplatePropertiesgetChildren()
Returns:
The children of this Node as TemplateNode wrappers

getParent
TemplateProperties getParent()
Returns:
the primary parent of this node

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.