|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.action.scheduled.AbstractTemplateActionDefinition
org.alfresco.repo.action.scheduled.CompositeTemplateActionDefinition
public class CompositeTemplateActionDefinition
The template to define a composite action.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.action.scheduled.AbstractTemplateActionDefinition |
---|
actionService, compensatingTemplateActionDefinition, templateService |
Constructor Summary | |
---|---|
CompositeTemplateActionDefinition()
Default constructor. |
Method Summary | |
---|---|
Action |
getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Build the composite action in the context of the given node. |
void |
setTemplateActionDefinitions(java.util.List templateActionDefinitions)
Set the action templates - IOC. |
java.util.List |
templateActionDefinitions()
Get the list of template actions. |
Methods inherited from class org.alfresco.repo.action.scheduled.AbstractTemplateActionDefinition |
---|
getActionService, getCompensatingTemplateCompositeActionDefinition, getTemplateService, setActionService, setCompensatingTemplateCompositeActionDefinition, setTemplateService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeTemplateActionDefinition()
Method Detail |
---|
public void setTemplateActionDefinitions(java.util.List templateActionDefinitions)
templateActionDefinitions
- public java.util.List templateActionDefinitions()
public Action getAction(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |