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

    Modifier and Type Method Description
    java.util.List<ActionInstance> execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.util.List<ActionInstance>>