|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void addSensorValue(ITProcessSensorValue vSensorValue)
throws java.lang.IndexOutOfBoundsException
vSensorValue -java.lang.IndexOutOfBoundsExceptionvoid clearSensorValue()
ITProcessInstanceInfo getProcess()
ITProcessSensorValue getSensorValue(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getSensorValue()
int getSensorValueCount()
ITProcessSensorValue removeSensorValue(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionvoid setProcess(ITProcessInstanceInfo process)
process - the value of field 'process'.
void setSensorValue(int index,
ITProcessSensorValue vSensorValue)
throws java.lang.IndexOutOfBoundsException
index -vSensorValue -java.lang.IndexOutOfBoundsExceptionvoid setSensorValue(java.util.List sensorValueList)
sensorValueList - the value of field 'sensorValue'.
|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||