public interface ActivityDefinition
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
The unique id
|
String |
getName()
The display name
|
String |
getParticipant()
The participant expression
|
ProcessDefinition |
getProcessDefinition()
The process definition which the activity definition belongs to.
|
List<? extends ActivityRouter> |
getRouters()
If the actions is null or empty, it means the process is at the end status.
|
ActivityType |
getType() |
String getId()
String getName()
ActivityType getType()
String getParticipant()
List<? extends ActivityRouter> getRouters()
ProcessDefinition getProcessDefinition()
Copyright © 2017. All rights reserved.