com.ibm.bpe.api
Interface BranchTemplateData
- All Superinterfaces:
- java.io.Serializable
public interface BranchTemplateData
- extends java.io.Serializable
Accesses the properties of a branch that follows a switch activity.
- Since:
- 6.2
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getCondition()
Returns the XPATH condition that is associated with the branch. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getCondition
java.lang.String getCondition()
- Returns the XPATH condition that is associated with the branch.
For Java conditions, null is returned.