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 -
Method Summary
Modifier and TypeMethodDescriptiongetActionDefinitions
(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, getCopyCallback, getParameterConstraint, getParameterConstraints, init, onCopyComplete, onLogException, populateCompositeAction, postCommit, registerActionConditionEvaluator, registerActionExecuter, registerAsynchronousActionExecutionQueue, registerParameterConstraint, removeAction, removeAllActions, saveAction, saveActionImpl, setActionTrackingService, setAsynchronousActionExecutionQueues, setAuthenticationContext, setDictionaryService, setMonitor, setNodeService, setPolicyComponent, setSearchService, verifyActionAccessRestrictions
-
Constructor Details
-
ExtendedActionServiceImpl
public ExtendedActionServiceImpl()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Overrides:
setApplicationContext
in classActionServiceImpl
- See Also:
-
setFilePlanService
- Parameters:
filePlanService
- file plan service
-
getActionConditionDefinition
- Specified by:
getActionConditionDefinition
in interfaceActionService
- Overrides:
getActionConditionDefinition
in classActionServiceImpl
- See Also:
-
getActionDefinitions
- Specified by:
getActionDefinitions
in interfaceActionService
- Overrides:
getActionDefinitions
in classActionServiceImpl
- See Also:
-