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 Details

    • 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