Interface TemplateProperties

    • Method Detail

      • getProperties

        java.util.Map<java.lang.String,​java.io.Serializable> getProperties()
        Returns:
        The properties available on this node.
      • getAspects

        java.util.Set<org.alfresco.service.namespace.QName> getAspects()
        Returns:
        The list of aspects applied to this node
      • hasAspect

        boolean hasAspect​(java.lang.String aspect)
        Parameters:
        aspect - The aspect name to test for
        Returns:
        true if the node has the aspect false otherwise
      • getChildren

        java.util.List<TemplateProperties> getChildren()
        Returns:
        The children of this Node as TemplateNode wrappers