Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorData

All Known Implementing Classes:
TProcessSensorData

public interface ITProcessSensorData

Interface ITProcessSensorData.


Method Summary
 void addVariableData(ITProcessVariableData vVariableData)
          Method addVariableData
 void clearVariableData()
          Method clearVariableData
 ITProcessActivityData getActivityData()
          Returns the value of field 'activityData'.
 ITProcessFaultData getFaultData()
          Returns the value of field 'faultData'.
 java.util.List getVariableData()
          Returns the value of field 'variableData' as List.
 ITProcessVariableData getVariableData(int index)
          Returns the value of field 'variableData'.
 int getVariableDataCount()
          Returns the total number of variableData as integer for this facade dom element.
 ITProcessVariableData removeVariableData(int index)
          Method removeVariableData
 void setActivityData(ITProcessActivityData activityData)
          Sets the value of field 'activityData'.
 void setFaultData(ITProcessFaultData faultData)
          Sets the value of field 'faultData'.
 void setVariableData(int index, ITProcessVariableData vVariableData)
          Sets the given value for element'variableData' at the specified position (index).The field has the following description:
 void setVariableData(java.util.List variableDataList)
          Sets the value of 'variableData' by copying the given ArrayList.

 

Method Detail

addVariableData

void addVariableData(ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

void clearVariableData()
Method clearVariableData

getActivityData

ITProcessActivityData getActivityData()
Returns the value of field 'activityData'. The field 'activityData' has the following description: null
Returns:
the value of field 'activityData'.

getFaultData

ITProcessFaultData getFaultData()
Returns the value of field 'faultData'. The field 'faultData' has the following description: null
Returns:
the value of field 'faultData'.

getVariableData

ITProcessVariableData getVariableData(int index)
                                      throws java.lang.IndexOutOfBoundsException
Returns the value of field 'variableData'. from the specified position(index). The field 'variableData' has the following description:
Parameters:
index -
Returns:
the value of field 'variableData'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getVariableData

java.util.List getVariableData()
Returns the value of field 'variableData' as List. The field 'variableData' has the following description:
Returns:
the value of field 'variableData'

getVariableDataCount

int getVariableDataCount()
Returns the total number of variableData as integer for this facade dom element.

removeVariableData

ITProcessVariableData removeVariableData(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method removeVariableData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setActivityData

void setActivityData(ITProcessActivityData activityData)
Sets the value of field 'activityData'. The field 'activityData' has the following description: null
Parameters:
activityData - the value of field 'activityData'.

setFaultData

void setFaultData(ITProcessFaultData faultData)
Sets the value of field 'faultData'. The field 'faultData' has the following description: null
Parameters:
faultData - the value of field 'faultData'.

setVariableData

void setVariableData(int index,
                     ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Sets the given value for element'variableData' at the specified position (index).The field has the following description:
Parameters:
index -
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

setVariableData

void setVariableData(java.util.List variableDataList)
Sets the value of 'variableData' by copying the given ArrayList. The field has the following description:
Parameters:
variableDataList - the value of field 'variableData'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.6.3)
E14900-08


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