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 AvailableVariablesResponse

All Known Subinterfaces:
IGrabInstanceContextResponse, IMigrateInstanceContextResponse

Deprecated.

@Deprecated
public interface AvailableVariablesResponse

Method Summary
 java.lang.Iterable<ICorrelationKeyItem> getAvailableCorrelationKeys()
          Deprecated. 
 java.lang.Iterable<IVariableItem> getAvailableInstanceAttributes()
          Deprecated. 
 java.lang.Iterable<IVariableItem> getAvailableVariables()
          Deprecated. 

 

Method Detail

getAvailableVariables

@Deprecated
java.lang.Iterable<IVariableItem> getAvailableVariables()
Deprecated. 
Gets an iterable collection of the available variables for the process instance.
Returns:
the available variables

getAvailableInstanceAttributes

@Deprecated
java.lang.Iterable<IVariableItem> getAvailableInstanceAttributes()
Deprecated. 
Gets an iterable collection of the available instance attributes for the process instance.
Returns:
the available instance attributes

getAvailableCorrelationKeys

@Deprecated
java.lang.Iterable<ICorrelationKeyItem> getAvailableCorrelationKeys()
Deprecated. 
Gets an iterable collection of the available correlation keys for the process instance.
Returns:
the available correlation keys

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.