接口 ProcessModelCache

所有已知实现类:
FlwExtInstance, FlwProcess

public interface ProcessModelCache
JSON BPM 模型缓存处理接口
从以下版本开始:
1.0
  • 方法详细资料

    • modelCacheKey

      String modelCacheKey()
      流程模型缓存KEY
      返回:
      缓存 KEY
    • getModelContent

      String getModelContent()
      流程模型内容
      返回:
      缓存内容
    • model

      default ProcessModel model()
      JSON BPM 模型
      返回:
      JSON BPM 模型
    • model

      default ProcessModel model(boolean redeploy)
      JSON BPM 模型
      参数:
      redeploy - 重新部署 true 是 false 否
      返回:
      JSON BPM 模型