Class 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>>
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • scopeType

        protected java.lang.String scopeType
      • scopeId

        protected java.lang.String scopeId
      • subScopeId

        protected java.lang.String subScopeId
      • includeDeletedFromCache

        protected boolean includeDeletedFromCache
    • Constructor Detail

      • FindActionInstancesCmd

        public FindActionInstancesCmd​(java.lang.String scopeType,
                                      java.lang.String scopeId,
                                      java.lang.String subScopeId,
                                      boolean includeDeletedFromCache)
    • Method Detail

      • 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>>