FlowElement is the abstract super class for all elements that can appear in a Process flow, which are FlowNodes (see page 99, which consist of Activities (see page 151), Choreography Activities (see page 321) Gateways (see page 287), and Events (see page 233), Data Objects (see page 205), Data Associations (see page 221), and Sequence Flows (see page 97).
| Type | Name and description |
|---|---|
String |
getDisplayName()获取用于显示的name属性(国际化后的) |
String |
getName() |
String |
getProcessId() |
Process |
process()获得所属流程定义对象,从缓存中获取 |
void |
setDisplayName(String val) |
void |
setName(String val) |
void |
setProcessId(String val) |
String |
toString() |
| Methods inherited from class | Name |
|---|---|
class BaseElement |
clone, getI18nCodePrefix, getId, getSid, setI18nCodePrefix, setId, toString |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
获取用于显示的name属性(国际化后的)
获得所属流程定义对象,从缓存中获取