Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.instancemanagement.model
Interface ICorrelationKeyItem

All Superinterfaces:
java.io.Serializable

public interface ICorrelationKeyItem
extends java.io.Serializable

Method Summary
 java.lang.String getName()
          Gets the correlation key name.
 java.lang.Iterable<ICorrelationKeyProperty> getProperties()
          Gets the correlation key properties.
 boolean isInitialized()
          Gets whether the correlation key is initialized.
 boolean isReset()
          Gets whether the correlation key has to be reset.

 

Method Detail

getName

java.lang.String getName()
Gets the correlation key name.
Returns:
the correlation key name

getProperties

java.lang.Iterable<ICorrelationKeyProperty> getProperties()
Gets the correlation key properties.
Returns:
the correlation key properties

isInitialized

boolean isInitialized()
Gets whether the correlation key is initialized.
Returns:
true if the correlation key is initialized, false otherwise

isReset

boolean isReset()
Gets whether the correlation key has to be reset.
Returns:
true if the correlation key has to be reset, false otherwise

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.