public abstract class AbstractTemplateActionDefinition extends Object implements TemplateActionDefinition
Modifier and Type | Field and Description |
---|---|
ActionService |
actionService
The action service
|
protected TemplateActionDefinition |
compensatingTemplateActionDefinition
The compensating action
|
TemplateService |
templateService
The template service
|
Constructor and Description |
---|
AbstractTemplateActionDefinition()
Simple construction
|
Modifier and Type | Method and Description |
---|---|
ActionService |
getActionService()
Get the action service.
|
TemplateActionDefinition |
getCompensatingTemplateCompositeActionDefinition()
Get the template that defines the conpensating action.
|
TemplateService |
getTemplateService()
Get the template service.
|
void |
setActionService(ActionService actionService)
Set the action service - IOC.
|
void |
setCompensatingTemplateCompositeActionDefinition(TemplateActionDefinition compensatingTemplateActionDefinition)
Set the template to define the compensating action.
|
void |
setTemplateService(TemplateService templateService)
Set the template service - IOC.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAction
public ActionService actionService
public TemplateService templateService
protected TemplateActionDefinition compensatingTemplateActionDefinition
public AbstractTemplateActionDefinition()
public ActionService getActionService()
public void setActionService(ActionService actionService)
actionService
- ActionServicepublic TemplateService getTemplateService()
public void setTemplateService(TemplateService templateService)
templateService
- TemplateServicepublic void setCompensatingTemplateCompositeActionDefinition(TemplateActionDefinition compensatingTemplateActionDefinition)
compensatingTemplateActionDefinition
- TemplateActionDefinitionpublic TemplateActionDefinition getCompensatingTemplateCompositeActionDefinition()
Copyright © 2005–2017 Alfresco Software. All rights reserved.