Class ExecutionCountSession

java.lang.Object
com.flowable.platform.engine.impl.sandbox.process.ExecutionCountSession
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Session

public class ExecutionCountSession extends Object implements org.flowable.common.engine.impl.interceptor.Session
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • ExecutionCountSession

      public ExecutionCountSession()
  • Method Details

    • flush

      public void flush()
      Specified by:
      flush in interface org.flowable.common.engine.impl.interceptor.Session
    • close

      public void close()
      Specified by:
      close in interface org.flowable.common.engine.impl.interceptor.Session
    • getCountFor

      public ExecutionCountSession.Count getCountFor(String instanceId)