流程定义解析服务
| Modifiers | Name | Description |
|---|---|---|
static boolean |
lazy |
| Type | Name and description |
|---|---|
bropen.framework.core.SequenceService |
sequenceService |
| Type | Name and description |
|---|---|
Process |
parse(String xml, String entry, String plugin, Long applicationId, String subProcessId = null)拆分流程定义字符串,并获得流程定义信息 |
static boolean |
parseDisabled(String xml) |
static String |
parseRevision(String xml)只解析流程定义的版本号 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
拆分流程定义字符串,并获得流程定义信息
xml - 流程定义entry - 流程定义 entryplugin - 流程定义所在的插件名applicationId - 流程定义所在应用 idsubProcessId - 所属子流程节点 SubProess 的 id只解析流程定义的版本号
xml - 流程定义的xml