com.ibm.bpe.api
Interface CorrelationSetInstanceData
All Superinterfaces:
java.io.Serializable
- public interface CorrelationSetInstanceData
- extends java.io.Serializable
Since:
7.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCorrelationSetName()
Returns the name of the correlation set.
|
|
getCorrelationSetProperties()
Returns the properties that are contained in a correlation set instance.
|
|
isInitialized()
Indicates whether the correlation set is initialized,
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getCorrelationSetName
- java.lang.String getCorrelationSetName( )
Returns the name of the correlation set.
Returns:
The name of the correlation set.
getCorrelationSetProperties
- 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
- boolean isInitialized()
Indicates whether the correlation set is initialized,
Returns:
True when the correlation set is initialized else false.