|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkTemplateData
Accesses the properties of a link template.
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.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
boolean isBusinessRelevant()
java.lang.String getDescription()
java.lang.String getSourceActivityName()
java.lang.String getTargetActivityName()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |