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

public interface TemplateProperties
extends Serializable
Contract for Template API objects that have properties, aspects and children.
Author:
Kevin Roast

Method Summary
getAspects()
getChildren()
getId()
getName()
getNodeRef()
getParent()
getProperties()
getType()
boolean
hasAspect(String aspect)
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

getId
String getId()
Returns:
The GUID for the node

getNodeRef
NodeRef getNodeRef()
Returns:
Returns the NodeRef this Node object represents

getType
QName getType()
Returns:
Returns the type.

getName
String getName()
Returns:
The display name for the 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–2016 Alfresco Software. All rights reserved.

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