|
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 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 |
|---|
void addVariableData(ITProcessVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
vVariableData -java.lang.IndexOutOfBoundsExceptionvoid clearVariableData()
ITProcessActivityData getActivityData()
ITProcessFaultData getFaultData()
ITProcessVariableData getVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getVariableData()
int getVariableDataCount()
ITProcessVariableData removeVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionvoid setActivityData(ITProcessActivityData activityData)
activityData - the value of field 'activityData'.void setFaultData(ITProcessFaultData faultData)
faultData - the value of field 'faultData'.
void setVariableData(int index,
ITProcessVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
index -vVariableData -java.lang.IndexOutOfBoundsExceptionvoid setVariableData(java.util.List variableDataList)
variableDataList - 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 | ||||||||