Class FindScopedActionDataCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.FindScopedActionDataCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
public class FindScopedActionDataCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) filterResults
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ScopedObjectActionData result) Returns removed action definitionsprotected ActionDefinitionModel
getActionDefinitionModel
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String actionDefinitionId) protected List
<ActionDefinition> getActionDefinitions
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String tenantId) protected List
<ActionDefinition> getActionDefinitions
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, List<ActionInstance> actionInstances) protected List
<ActionInstance> getActionInstances
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected List
<ScopedObjectActionFilter> getFilters
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected ScopedObjectProvider
<?, ?> getScopedObjectProvider
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
scopedActionQuery
-
-
Constructor Details
-
FindScopedActionDataCmd
-
-
Method Details
-
execute
public ScopedObjectActionData execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
-
getScopedObjectProvider
protected ScopedObjectProvider<?,?> getScopedObjectProvider(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFilters
protected List<ScopedObjectActionFilter> getFilters(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitions
protected List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String tenantId) -
getActionInstances
protected List<ActionInstance> getActionInstances(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitions
protected List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, List<ActionInstance> actionInstances) -
getActionDefinitionModel
protected ActionDefinitionModel getActionDefinitionModel(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String actionDefinitionId) -
filterResults
protected Set<String> filterResults(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ScopedObjectActionData result) Returns removed action definitions
-