Uses of Interface
org.alfresco.repo.action.scheduled.TemplateActionDefinition
-
Packages that use TemplateActionDefinition Package Description org.alfresco.repo.action.scheduled -
-
Uses of TemplateActionDefinition in org.alfresco.repo.action.scheduled
Classes in org.alfresco.repo.action.scheduled that implement TemplateActionDefinition Modifier and Type Class Description classAbstractTemplateActionDefinitionCommon attributes for template action definitions.classCompositeTemplateActionDefinitionThe template to define a composite action.classSimpleTemplateActionDefinitionThis class defines the template used to build a single action.Fields in org.alfresco.repo.action.scheduled declared as TemplateActionDefinition Modifier and Type Field Description protected TemplateActionDefinitionAbstractTemplateActionDefinition. compensatingTemplateActionDefinitionThe compensating actionMethods in org.alfresco.repo.action.scheduled that return TemplateActionDefinition Modifier and Type Method Description TemplateActionDefinitionAbstractTemplateActionDefinition. getCompensatingTemplateCompositeActionDefinition()Get the template that defines the conpensating action.TemplateActionDefinitionAbstractScheduledAction. getTemplateActionDefinition()Get the template definition.TemplateActionDefinitionScheduledActionDefinition. 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 TemplateActionDefinition Modifier and Type Method Description java.util.List<TemplateActionDefinition>CompositeTemplateActionDefinition. templateActionDefinitions()Get the list of template actions.Methods in org.alfresco.repo.action.scheduled with parameters of type TemplateActionDefinition Modifier and Type Method Description voidAbstractTemplateActionDefinition. 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 TemplateActionDefinition Modifier and Type Method Description voidCompositeTemplateActionDefinition. setTemplateActionDefinitions(java.util.List<TemplateActionDefinition> templateActionDefinitions)Set the action templates - IOC.
-