Class DebugInfoOperationExecuted

    • Field Detail

      • preExecutionTime

        protected long preExecutionTime
      • postExecutionTime

        protected long postExecutionTime
      • operation

        protected org.flowable.engine.impl.agenda.AbstractOperation operation
      • executionId

        protected String executionId
      • flowElementId

        protected String flowElementId
      • flowElementClass

        protected Class<?> flowElementClass
    • Constructor Detail

      • DebugInfoOperationExecuted

        public DebugInfoOperationExecuted​(org.flowable.engine.impl.agenda.AbstractOperation operation)
    • Method Detail

      • printOut

        public void printOut​(org.slf4j.Logger logger)
      • printOperationInfo

        protected void printOperationInfo​(org.slf4j.Logger logger)
      • getPreExecutionTime

        public long getPreExecutionTime()
      • setPreExecutionTime

        public void setPreExecutionTime​(long preExecutionTime)
      • getPostExecutionTime

        public long getPostExecutionTime()
      • setPostExecutionTime

        public void setPostExecutionTime​(long postExecutionTime)
      • getOperation

        public org.flowable.engine.impl.agenda.AbstractOperation getOperation()
      • setOperation

        public void setOperation​(org.flowable.engine.impl.agenda.AbstractOperation operation)
      • getExecutionId

        public String getExecutionId()
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getFlowElementId

        public String getFlowElementId()
      • setFlowElementId

        public void setFlowElementId​(String flowElementId)
      • getFlowElementClass

        public Class<?> getFlowElementClass()
      • setFlowElementClass

        public void setFlowElementClass​(Class<?> flowElementClass)