Package org.alfresco.repo.action
Class ExtendedActionServiceImpl
- java.lang.Object
-
- org.alfresco.repo.action.ActionServiceImpl
-
- org.alfresco.repo.action.ExtendedActionServiceImpl
-
- All Implemented Interfaces:
RuntimeActionService
,CopyServicePolicies.OnCopyCompletePolicy
,CopyServicePolicies.OnCopyNodePolicy
,ClassPolicy
,Policy
,ActionService
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class ExtendedActionServiceImpl extends ActionServiceImpl implements org.springframework.context.ApplicationContextAware
Extended action service implementation.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Field Summary
-
Fields inherited from interface org.alfresco.repo.copy.CopyServicePolicies.OnCopyCompletePolicy
QNAME
-
Fields inherited from interface org.alfresco.repo.copy.CopyServicePolicies.OnCopyNodePolicy
ARG_0, ARG_1, QNAME
-
-
Constructor Summary
Constructors Constructor Description ExtendedActionServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionConditionDefinition
getActionConditionDefinition(String name)
List<ActionDefinition>
getActionDefinitions(NodeRef nodeRef)
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
void
setFilePlanService(FilePlanService filePlanService)
-
Methods inherited from class org.alfresco.repo.action.ActionServiceImpl
createAction, createAction, createAction, createActionCondition, createActionCondition, createActionNodeRef, createCompositeAction, createCompositeActionCondition, directActionExecution, evaluateAction, evaluateActionCondition, executeAction, executeAction, executeAction, executeActionImpl, getAction, getActionConditionDefinitions, getActionDefinition, getActionDefinitions, getActions, getConfigurationProperties, getCopyCallback, getParameterConstraint, getParameterConstraints, init, isExposed, onCopyComplete, onLogException, populateCompositeAction, postCommit, registerActionConditionEvaluator, registerActionExecuter, registerAsynchronousActionExecutionQueue, registerParameterConstraint, removeAction, removeAllActions, saveAction, saveActionImpl, setActionTrackingService, setAsynchronousActionExecutionQueues, setAuthenticationContext, setConfigurationProperties, setDictionaryService, setMonitor, setNodeService, setPolicyComponent, setSearchService
-
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Overrides:
setApplicationContext
in classActionServiceImpl
- See Also:
ActionServiceImpl.setApplicationContext(org.springframework.context.ApplicationContext)
-
setFilePlanService
public void setFilePlanService(FilePlanService filePlanService)
- Parameters:
filePlanService
- file plan service
-
getActionConditionDefinition
public ActionConditionDefinition getActionConditionDefinition(String name)
- Specified by:
getActionConditionDefinition
in interfaceActionService
- Overrides:
getActionConditionDefinition
in classActionServiceImpl
- See Also:
ActionServiceImpl.getActionConditionDefinition(java.lang.String)
-
getActionDefinitions
public List<ActionDefinition> getActionDefinitions(NodeRef nodeRef)
- Specified by:
getActionDefinitions
in interfaceActionService
- Overrides:
getActionDefinitions
in classActionServiceImpl
- See Also:
ActionServiceImpl.getActionDefinitions(org.alfresco.service.cmr.repository.NodeRef)
-
-