com.ibm.bpe.api

Interface BranchTemplateData

All Superinterfaces:
java.io.Serializable

  1. public interface BranchTemplateData
  2. extends java.io.Serializable
Accesses the properties of a branch that follows a switch activity.

Since:
6.2

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getCondition()
Returns the XPATH condition that is associated with the branch.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getCondition

  1. java.lang.String getCondition()
Returns the XPATH condition that is associated with the branch. For Java conditions, null is returned.