Class CompositeTemplateActionDefinition

    • Constructor Detail

      • CompositeTemplateActionDefinition

        public CompositeTemplateActionDefinition()
        Default constructor.
    • Method Detail

      • setTemplateActionDefinitions

        public void setTemplateActionDefinitions​(java.util.List<TemplateActionDefinition> templateActionDefinitions)
        Set the action templates - IOC.
      • templateActionDefinitions

        public java.util.List<TemplateActionDefinition> templateActionDefinitions()
        Get the list of template actions.
        Returns:
        - a list of templates for action definitions.
      • getAction

        public Action getAction​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Build the composite action in the context of the given node.
        Parameters:
        nodeRef - NodeRef
        Returns:
        - the contextualised action.