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