类 FlwHisInstance
java.lang.Object
net.sohelp.boot.engine.workflow.entity.FlowEntity
net.sohelp.boot.engine.workflow.entity.FlwInstance
net.sohelp.boot.engine.workflow.entity.FlwHisInstance
- 所有已实现的接口:
Serializable
历史流程实例实体类
- 从以下版本开始:
- 1.0
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected Long处理耗时protected Date结束时间protected Integer状态 0,活动 1,结束 更多查看InstanceState从类继承的字段 net.sohelp.boot.engine.workflow.entity.FlwInstance
businessKey, currentNodeKey, currentNodeName, expireTime, instanceNo, lastUpdateBy, lastUpdateTime, parentInstanceId, priority, processId, variable从类继承的字段 net.sohelp.boot.engine.workflow.entity.FlowEntity
createBy, createId, createTime, id, tenantId -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void计算流程实例处理耗时instanceState(InstanceState instanceState) static FlwHisInstanceof(FlwInstance fi, InstanceState instanceState, boolean calculateDuration) voidsetInstanceState(Integer instanceState) voidsetVariable(Integer instanceState) 从类继承的方法 net.sohelp.boot.engine.workflow.entity.FlwInstance
of, priority, putAllVariable, variableToMap从类继承的方法 net.sohelp.boot.engine.workflow.entity.FlowEntity
setFlowCreator
-
字段详细资料
-
instanceState
状态 0,活动 1,结束 更多查看InstanceState -
endTime
结束时间 -
duration
处理耗时
-
-
构造器详细资料
-
FlwHisInstance
public FlwHisInstance()
-
-
方法详细资料
-
setVariable
-
instanceState
-
setInstanceState
-
of
public static FlwHisInstance of(FlwInstance fi, InstanceState instanceState, boolean calculateDuration) -
toFlwInstance
-
calculateDuration
public void calculateDuration()计算流程实例处理耗时
-