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

oracle.bpm.services.instancemanagement.model
Interface AvailableVariablesResponse

All Known Subinterfaces:
IGrabInstanceContextResponse, IMigrateInstanceContextResponse

Deprecated. Use InstanceContextResponse instead.

@Deprecated
public interface AvailableVariablesResponse

This interface represents a response that contains state data (variables and attributes) of a process instance.


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

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

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