com.ibm.bpe.api

Interface CorrelationSetInstanceData

All Superinterfaces:
java.io.Serializable

  1. public interface CorrelationSetInstanceData
  2. extends java.io.Serializable
Provides information about correlation set instances.
Since:
7.0

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
getCorrelationSetName()
Returns the name of the correlation set.
  1. java.util.List
getCorrelationSetProperties()
Returns the properties that are contained in a correlation set instance.
  1. boolean
isInitialized()
Indicates whether the correlation set is initialized,

Field Detail

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

Method Detail

getCorrelationSetName

  1. java.lang.String getCorrelationSetName( )
Returns the name of the correlation set.
Returns:
The name of the correlation set.

getCorrelationSetProperties

  1. java.util.List getCorrelationSetProperties( )
Returns the properties that are contained in a correlation set instance.
Returns:
A list of correlation property instances - refer to CorrelationPropertyInstanceData.

isInitialized

  1. boolean isInitialized()
Indicates whether the correlation set is initialized,
Returns:
True when the correlation set is initialized else false.