Uses of Interface
org.alfresco.repo.action.scheduled.TemplateActionDefinition
Packages that use TemplateActionDefinition
-
Uses of TemplateActionDefinition in org.alfresco.repo.action.scheduled
Classes in org.alfresco.repo.action.scheduled that implement TemplateActionDefinitionModifier and TypeClassDescriptionclassCommon attributes for template action definitions.classThe template to define a composite action.classThis class defines the template used to build a single action.Fields in org.alfresco.repo.action.scheduled declared as TemplateActionDefinitionModifier and TypeFieldDescriptionprotected TemplateActionDefinitionAbstractTemplateActionDefinition.compensatingTemplateActionDefinitionThe compensating actionMethods in org.alfresco.repo.action.scheduled that return TemplateActionDefinitionModifier and TypeMethodDescriptionAbstractTemplateActionDefinition.getCompensatingTemplateCompositeActionDefinition()Get the template that defines the conpensating action.AbstractScheduledAction.getTemplateActionDefinition()Get the template definition.ScheduledActionDefinition.getTemplateActionDefinition()Get the template action definition that is used to build the Action to execute.Methods in org.alfresco.repo.action.scheduled that return types with arguments of type TemplateActionDefinitionModifier and TypeMethodDescriptionCompositeTemplateActionDefinition.templateActionDefinitions()Get the list of template actions.Methods in org.alfresco.repo.action.scheduled with parameters of type TemplateActionDefinitionModifier and TypeMethodDescriptionvoidAbstractTemplateActionDefinition.setCompensatingTemplateCompositeActionDefinition(TemplateActionDefinition compensatingTemplateActionDefinition) Set the template to define the compensating action.voidAbstractScheduledAction.setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition) Set the template action that is used to generate the real action for each node.voidScheduledActionDefinition.setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition) Set the template action definition that is used to build the Action to execute.Method parameters in org.alfresco.repo.action.scheduled with type arguments of type TemplateActionDefinitionModifier and TypeMethodDescriptionvoidCompositeTemplateActionDefinition.setTemplateActionDefinitions(List<TemplateActionDefinition> templateActionDefinitions) Set the action templates - IOC.