Package org.alfresco.repo.template
Interface TemplateNodeRef
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
TemplateContent,TemplatePermissions,TemplateProperties
- All Known Implementing Classes:
BaseContentNode,BasePermissionsNode,CategoryTemplateNode,TemplateNode,VersionHistoryNode
public interface TemplateNodeRef extends 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.- Author:
- Kevin Roast
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()NodeRefgetNodeRef()QNamegetType()
-