Package | Description |
---|---|
org.alfresco.repo.action.scheduled |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateActionDefinition
Common attributes for template action definitions.
|
class |
CompositeTemplateActionDefinition
The template to define a composite action.
|
class |
SimpleTemplateActionDefinition
This class defines the template used to build a single action.
|
Modifier and Type | Field and Description |
---|---|
protected TemplateActionDefinition |
AbstractTemplateActionDefinition.compensatingTemplateActionDefinition
The compensating action
|
Modifier and Type | Method and Description |
---|---|
TemplateActionDefinition |
AbstractTemplateActionDefinition.getCompensatingTemplateCompositeActionDefinition()
Get the template that defines the conpensating action.
|
TemplateActionDefinition |
AbstractScheduledAction.getTemplateActionDefinition()
Get the template definition.
|
TemplateActionDefinition |
ScheduledActionDefinition.getTemplateActionDefinition()
Get the template action definition that is used to build the Action to execute.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateActionDefinition> |
CompositeTemplateActionDefinition.templateActionDefinitions()
Get the list of template actions.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTemplateActionDefinition.setCompensatingTemplateCompositeActionDefinition(TemplateActionDefinition compensatingTemplateActionDefinition)
Set the template to define the compensating action.
|
void |
AbstractScheduledAction.setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition)
Set the template action that is used to generate the real action for each node.
|
void |
ScheduledActionDefinition.setTemplateActionDefinition(TemplateActionDefinition templateActionDefinition)
Set the template action definition that is used to build the Action to execute.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeTemplateActionDefinition.setTemplateActionDefinitions(List<TemplateActionDefinition> templateActionDefinitions)
Set the action templates - IOC.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.