public interface LinkTemplateData
extends java.io.Serializable
Links are used for synchronization across concurrent activities. They define the potential flow of control between two activities in the process. The actual flow of control is determined at run time based on the truth value of the transition conditions associated with the links.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the link template.
|
java.lang.String |
getName()
Returns the name of the link template.
|
java.lang.String |
getSourceActivityName()
Returns the name of the source activity.
|
java.lang.String |
getTargetActivityName()
Returns the name of the target activity.
|
boolean |
isBusinessRelevant()
States whether the link is business relevant or not.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
boolean isBusinessRelevant()
java.lang.String getDescription()
java.lang.String getSourceActivityName()
java.lang.String getTargetActivityName()