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 java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ScopedObjectActionData>
-
Field Summary
Fields Modifier and Type Field Description protected ScopedObjectActionQuery
scopedActionQuery
-
Constructor Summary
Constructors Constructor Description FindScopedActionDataCmd(ScopedObjectActionQuery scopedActionQuery)
-
Method Summary
Modifier and Type Method Description ScopedObjectActionData
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.util.Set<java.lang.String>
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, java.lang.String actionDefinitionId)
protected java.util.List<ActionDefinition>
getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String tenantId)
protected java.util.List<ActionDefinition>
getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.List<ActionInstance> actionInstances)
protected java.util.List<ActionInstance>
getActionInstances(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.util.List<ScopedObjectActionFilter>
getFilters(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected ScopedObjectProvider<?>
getScopedObjectProvider(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
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 java.util.List<ScopedObjectActionFilter> getFilters(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitions
protected java.util.List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String tenantId) -
getActionInstances
protected java.util.List<ActionInstance> getActionInstances(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitions
protected java.util.List<ActionDefinition> getActionDefinitions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.util.List<ActionInstance> actionInstances) -
getActionDefinitionModel
protected ActionDefinitionModel getActionDefinitionModel(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, java.lang.String actionDefinitionId) -
filterResults
protected java.util.Set<java.lang.String> filterResults(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ScopedObjectActionData result)Returns removed action definitions
-