public interface ProcessModelParser
限定符和类型 | 方法和说明 |
---|---|
FlowCache |
getFlowCache()
流程缓存实现类
|
void |
invalidate(String cacheKey)
使缓存失效
|
ProcessModel |
parse(String content,
String cacheKey,
boolean redeploy)
流程模型 JSON 解析
|
ProcessModel parse(String content, String cacheKey, boolean redeploy)
content
- 模型内容 JSON 格式cacheKey
- 缓存 KEYredeploy
- 重新部署 true 是 false 否void invalidate(String cacheKey)
cacheKey
- 缓存 KEYFlowCache getFlowCache()
Copyright © 2025. All rights reserved.