|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface ITProcessSensorData.
| Method Summary | |
void |
addVariableData(ITProcessVariableData vVariableData)Method addVariableData |
void |
clearVariableData()Method clearVariableData |
ITProcessActivityData |
getActivityData()Returns the value of field 'activityData'. |
ITProcessAdapterData |
getAdapterData()Returns the value of field 'adapterData'. |
ITProcessFaultData |
getFaultData()Returns the value of field 'faultData'. |
ITProcessNotificationData |
getNotificationData()Returns the value of field 'notificationData'. |
java.util.List |
getVariableData()Method getVariableData |
ITProcessVariableData |
getVariableData(int index)Method getVariableData |
int |
getVariableDataCount()Method getVariableDataCount |
ITProcessVariableData |
removeVariableData(int index)Method removeVariableData |
void |
setActivityData(ITProcessActivityData activityData)Sets the value of field 'activityData'. |
void |
setAdapterData(ITProcessAdapterData adapterData)Sets the value of field 'adapterData'. |
void |
setFaultData(ITProcessFaultData faultData)Sets the value of field 'faultData'. |
void |
setNotificationData(ITProcessNotificationData notificationData)Sets the value of field 'notificationData'. |
void |
setVariableData(int index, ITProcessVariableData vVariableData)Method setVariableData |
void |
setVariableData(java.util.List variableDataList)Method setVariableDataSets the value of 'variableData' by copying the given ArrayList. |
| Method Detail |
public void addVariableData(ITProcessVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void clearVariableData()
public ITProcessActivityData getActivityData()
public ITProcessAdapterData getAdapterData()
public ITProcessFaultData getFaultData()
public ITProcessNotificationData getNotificationData()
public ITProcessVariableData getVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariableData()
public int getVariableDataCount()
public ITProcessVariableData removeVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic void setActivityData(ITProcessActivityData activityData)
activityData - the value of field 'activityData'.public void setAdapterData(ITProcessAdapterData adapterData)
adapterData - the value of field 'adapterData'.public void setFaultData(ITProcessFaultData faultData)
faultData - the value of field 'faultData'.public void setNotificationData(ITProcessNotificationData notificationData)
notificationData - the value of field 'notificationData'
public void setVariableData(int index,
ITProcessVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
index -vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void setVariableData(java.util.List variableDataList)
variableDataList - the Vector to copy.
|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||