org.alfresco.repo.template
Interface TemplateNodeRef
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- TemplateContent, TemplatePermissions, TemplateProperties
- All Known Implementing Classes:
- AVMTemplateNode, BaseContentNode, BasePermissionsNode, CategoryTemplateNode, TemplateNode, VersionHistoryNode
public interface TemplateNodeRef
- extends java.io.Serializable
Contract supported by Template API objects that represent a repository object via a NodeRef
and associated minimum properties such as as Type and Name.
getId
java.lang.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
java.lang.String getName()
- Returns:
- The display name for the node
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.