Class FindActionInstancesCmd

java.lang.Object
com.flowable.action.engine.impl.cmd.FindActionInstancesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>

public class FindActionInstancesCmd extends Object implements org.flowable.common.engine.impl.interceptor.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

    • execute

      public List<ActionInstance> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<List<ActionInstance>>