Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITSensorData

All Known Implementing Classes:
TSensorData

public interface ITSensorData

Interface ITSensorData.


Method Summary
 void addVariableData(ITVariableData vVariableData)
          Method addVariableData
 void clearVariableData()
          Method clearVariableData
 ITActivityData getActivityData()
          Returns the value of field 'activityData'.
 ITFaultData getFaultData()
          Returns the value of field 'faultData'.
 java.util.List getVariableData()
          Returns the value of field 'variableData' as List.
 ITVariableData getVariableData(int index)
          Returns the value of field 'variableData'.
 int getVariableDataCount()
          Returns the total number of variableData as integer for this facade dom element.
 ITVariableData removeVariableData(int index)
          Method removeVariableData
 void setActivityData(ITActivityData activityData)
          Sets the value of field 'activityData'.
 void setFaultData(ITFaultData faultData)
          Sets the value of field 'faultData'.
 void setVariableData(int index, ITVariableData 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(ITVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

void clearVariableData()
Method clearVariableData

getActivityData

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

getFaultData

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

getVariableData

ITVariableData 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

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

setActivityData

void setActivityData(ITActivityData 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(ITFaultData 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,
                     ITVariableData 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)
E14900-01


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