| 
 | 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 | ||||||||
java.lang.Object
   com.collaxa.cube.xml.BaseFacade
com.collaxa.cube.xml.BaseFacade
       com.oracle.bpel.sensor.schemas.TProcessSensorData
com.oracle.bpel.sensor.schemas.TProcessSensorData
public class TProcessSensorData
| Constructor Summary | |
|---|---|
| TProcessSensorData() | |
| TProcessSensorData(org.w3c.dom.Element domElement) | |
| Method Summary | |
|---|---|
|  java.lang.String | __getFacadeName()Method __getFacadeName | 
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TProcessSensorData()
public TProcessSensorData(org.w3c.dom.Element domElement)
| Method Detail | 
|---|
public java.lang.String __getFacadeName()
public void addVariableData(ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
addVariableData in interface ITProcessSensorDatavVariableData -java.lang.IndexOutOfBoundsExceptionpublic void clearVariableData()
clearVariableData in interface ITProcessSensorDatapublic ITProcessActivityData getActivityData()
getActivityData in interface ITProcessSensorDatapublic ITProcessFaultData getFaultData()
getFaultData in interface ITProcessSensorData
public ITProcessVariableData getVariableData(int index)
                                      throws java.lang.IndexOutOfBoundsException
getVariableData in interface ITProcessSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariableData()
getVariableData in interface ITProcessSensorDatapublic int getVariableDataCount()
getVariableDataCount in interface ITProcessSensorData
public ITProcessVariableData removeVariableData(int index)
                                         throws java.lang.IndexOutOfBoundsException
removeVariableData in interface ITProcessSensorDataindex -java.lang.IndexOutOfBoundsExceptionpublic void setActivityData(ITProcessActivityData activityData)
setActivityData in interface ITProcessSensorDataactivityData - the value of field 'activityData'.public void setFaultData(ITProcessFaultData faultData)
setFaultData in interface ITProcessSensorDatafaultData - the value of field 'faultData'.
public void setVariableData(int index,
                            ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
setVariableData in interface ITProcessSensorDataindex -vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void setVariableData(java.util.List variableDataList)
setVariableData in interface ITProcessSensorDatavariableDataList - the value of field 'variableData'.| 
 | 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 | ||||||||