Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorValueList

All Known Implementing Classes:
TProcessSensorValueList

public interface ITProcessSensorValueList

Interface ITProcessSensorValueList.


Method Summary
 void addSensorValue(ITProcessSensorValue vSensorValue)
          Method addSensorValue
 void clearSensorValue()
          Method clearSensorValue
 ITProcessInstanceInfo getProcess()
          Returns the value of field 'process'.
 java.util.List getSensorValue()
          Returns the value of field 'sensorValue' as List.
 ITProcessSensorValue getSensorValue(int index)
          Returns the value of field 'sensorValue'.
 int getSensorValueCount()
          Returns the total number of sensorValue as integer for this facade dom element.
 ITProcessSensorValue removeSensorValue(int index)
          Method removeSensorValue
 void setProcess(ITProcessInstanceInfo process)
          Sets the value of field 'process'.
 void setSensorValue(int index, ITProcessSensorValue vSensorValue)
          Sets the given value for element'sensorValue' at the specified position (index).The field has the following description:
 void setSensorValue(java.util.List sensorValueList)
          Sets the value of 'sensorValue' by copying the given ArrayList.

 

Method Detail

addSensorValue

void addSensorValue(ITProcessSensorValue vSensorValue)
                    throws java.lang.IndexOutOfBoundsException
Method addSensorValue
Parameters:
vSensorValue -
Throws:
java.lang.IndexOutOfBoundsException

clearSensorValue

void clearSensorValue()
Method clearSensorValue

getProcess

ITProcessInstanceInfo getProcess()
Returns the value of field 'process'. The field 'process' has the following description: null
Returns:
the value of field 'process'.

getSensorValue

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

getSensorValue

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

getSensorValueCount

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

removeSensorValue

ITProcessSensorValue removeSensorValue(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method removeSensorValue
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setProcess

void setProcess(ITProcessInstanceInfo process)
Sets the value of field 'process'. The field 'process' has the following description: null
Parameters:
process - the value of field 'process'.

setSensorValue

void setSensorValue(int index,
                    ITProcessSensorValue vSensorValue)
                    throws java.lang.IndexOutOfBoundsException
Sets the given value for element'sensorValue' at the specified position (index).The field has the following description:
Parameters:
index -
vSensorValue -
Throws:
java.lang.IndexOutOfBoundsException

setSensorValue

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

Skip navigation links

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


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