class SequenceRule extends Object
序列规则
| Type | Name and description |
|---|---|
String |
code规则编码:用于松耦合关联、二次开发的唯一标示 |
static Object |
constraints |
String |
createdBy |
Date |
dateCreated时间戳:可以用来判断是否还有效 |
String |
definition规则的定义 |
static Object |
hasMany所包含的序列 |
Date |
lastUpdated |
static Map |
listFields |
Boolean |
manual是否通过前台维护过,是则允许自动从流程定义等地方自动更新 |
static Object |
mapping |
String |
name名称 |
String |
notes备注 |
String |
updatedBy |
| Type | Name and description |
|---|---|
String |
formatRule()获得定义中的 format 规则 |
static String |
formatRule(String definition) |
Map |
parseRule()根据definition,解析出定义 |
String |
toString() |
| 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() |
规则编码:用于松耦合关联、二次开发的唯一标示
时间戳:可以用来判断是否还有效
规则的定义
所包含的序列
是否通过前台维护过,是则允许自动从流程定义等地方自动更新
名称
备注
获得定义中的 format 规则
根据definition,解析出定义