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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ActionInstance>
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
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>>
-
-