public class ExecuteAllRulesActionExecuter extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
Action constants
|
static java.lang.String |
PARAM_EXECUTE_INHERITED_RULES |
static java.lang.String |
PARAM_RUN_ALL_RULES_ON_CHILDREN |
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
ExecuteAllRulesActionExecuter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(java.util.List paramList)
Adds the parameter definitions to the list
|
void |
executeImpl(Action ruleAction,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Sets the dictionary service
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set the node service
|
void |
setRuleService(RuleService ruleService)
Set the rule service
|
void |
setRuntimeRuleService(RuntimeRuleService runtimeRuleService)
Set the runtime rule service
|
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, setApplicableTypes, setBaseNodeService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toStringsetBeanNamepublic static final java.lang.String NAME
public static final java.lang.String PARAM_EXECUTE_INHERITED_RULES
public static final java.lang.String PARAM_RUN_ALL_RULES_ON_CHILDREN
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - the node servicepublic void setRuleService(RuleService ruleService)
ruleService - the rule servicepublic void setRuntimeRuleService(RuntimeRuleService runtimeRuleService)
runtimeRuleService - the runtime rule servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
setDictionaryService in class ActionExecuterAbstractBasedictionaryService - the dictionary servicepublic void executeImpl(Action ruleAction, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
ActionExecuterAbstractBaseexecuteImpl in class ActionExecuterAbstractBaseruleAction - the actionactionedUponNodeRef - the actioned upon nodeorg.alfresco.repo.action.executer.ActionExecuter#execute(org.alfresco.service.cmr.repository.NodeRef, NodeRef)protected void addParameterDefinitions(java.util.List paramList)
ParameterizedItemAbstractBaseaddParameterDefinitions in class ParameterizedItemAbstractBaseparamList - the parameter definitions listParameterizedItemAbstractBase.addParameterDefinitions(java.util.List)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.