Interface TemplateProperties

    • Method Detail

      • getProperties

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

        Set<org.alfresco.service.namespace.QName> getAspects()
        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<TemplateProperties> getChildren()
        Returns:
        The children of this Node as TemplateNode wrappers