public interface MutableActivityDefinition extends ActivityDefinition
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setId(String id)
The unique id
|
void |
setName(String name)
The display name
|
void |
setParticipant(String participant)
The participant expression
|
void |
setProcessDefinition(ProcessDefinition processDefinition)
The process definition which the activity definition belongs to.
|
void |
setType(ActivityType type) |
getId, getName, getParticipant, getProcessDefinition, getRouters, getTypevoid setId(String id)
void setName(String name)
void setType(ActivityType type)
void setParticipant(String participant)
void setProcessDefinition(ProcessDefinition processDefinition)
processDefinition - Copyright © 2017. All rights reserved.