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