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 Details

    • scopeType

      protected String scopeType
    • scopeId

      protected String scopeId
    • subScopeId

      protected String subScopeId
    • includeDeletedFromCache

      protected boolean includeDeletedFromCache
  • Constructor Details

    • FindActionInstancesCmd

      public FindActionInstancesCmd(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache)
  • Method Details