Class FindActionInstancesCmd
java.lang.Object
com.flowable.action.engine.impl.cmd.FindActionInstancesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>
public class FindActionInstancesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFindActionInstancesCmd
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
scopeType
-
scopeId
-
subScopeId
-
includeDeletedFromCache
protected boolean includeDeletedFromCache
-
-
Constructor Details
-
FindActionInstancesCmd
-
-
Method Details
-
execute
public List<ActionInstance> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>
-