com.ibm.bpe.api
Interface BranchTemplateData
All Superinterfaces:
java.io.Serializable
- public interface BranchTemplateData
- extends java.io.Serializable
Since:
6.2
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCondition()
Returns the XPATH condition that is associated with the branch.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getCondition
- java.lang.String getCondition()
Returns the XPATH condition that is associated with the branch.
For Java conditions, null is returned.