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 booleanincludeDeletedFromCacheprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.lang.StringsubScopeId -
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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<java.util.List<ActionInstance>>
-