Class State


  • public final class State
    extends Object
    • Constructor Detail

      • State

        public State​(String context,
                     Flow position,
                     io.vertx.core.json.JsonObject businessData,
                     ProcessData processData,
                     Iteration iteration)
    • Method Detail

      • getId

        public String getId()
      • getShortId

        public String getShortId()
      • getContext

        public String getContext()
      • getPosition

        public Flow getPosition()
      • setPosition

        public State setPosition​(Flow position)
      • getBusinessData

        public io.vertx.core.json.JsonObject getBusinessData()
      • getExecution

        public Execution getExecution()
      • getIteration

        public Iteration getIteration()
      • getDurationInMicros

        public long getDurationInMicros()
      • getDuration

        public long getDuration​(TimeUnit timeUnit)
      • getStarted

        public long getStarted()
      • setStarted

        public State setStarted​(long started)
      • getCompleted

        public long getCompleted()
      • setCompleted

        public State setCompleted​(long completed)
      • position

        public String position()