类 FlwExtInstance
java.lang.Object
net.sohelp.boot.engine.workflow.entity.FlwExtInstance
- 所有已实现的接口:
Serializable,ProcessModelCache
@TableName("pb_flw_ext_instance")
public class FlwExtInstance
extends Object
implements ProcessModelCache, Serializable
扩展流程实例实体类
- 从以下版本开始:
- 1.0
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ProcessModelcacheProcessModelById(Long id, Supplier<ProcessModel> supplier) 流程模型缓存KEYstatic FlwExtInstanceof(FlwInstance flwInstance, FlwProcess flwProcess) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.sohelp.boot.engine.workflow.ProcessModelCache
getModelContent, model, model
-
字段详细资料
-
processName
流程定义名称(冗余业务直接可用) -
processType
流程定义类型(冗余业务直接可用)
-
-
构造器详细资料
-
FlwExtInstance
public FlwExtInstance()
-
-
方法详细资料
-
of
-
modelCacheKey
从接口复制的说明:ProcessModelCache流程模型缓存KEY- 指定者:
modelCacheKey在接口中ProcessModelCache- 返回:
- 缓存 KEY
-
cacheProcessModelById
-