Interface ActionDefinition

    • Method Detail

      • getApplicableTypes

        java.util.Set<org.alfresco.service.namespace.QName> getApplicableTypes()
        Gets a list of the types that this action item is applicable for
        Returns:
        set of types never null
      • getTrackStatus

        boolean getTrackStatus()
        Get whether the basic action definition supports action tracking or not. This can be overridden for each action but if not, this value is used. Defaults to false.
        Returns:
        true to track action execution status or false (default) to do no action tracking
        Since:
        3.4.1