|
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 ITSensorData.
| Method Summary | |
void |
addVariableData(ITVariableData vVariableData)Method addVariableData |
void |
clearVariableData()Method clearVariableData |
ITActivityData |
getActivityData()Returns the value of field 'activityData'. |
ITAdapterData |
getAdapterData()Returns the value of field 'adapterData'. |
ITFaultData |
getFaultData()Returns the value of field 'faultData'. |
ITNotificationData |
getNotificationData()Returns the value of field 'notificationData'. |
java.util.List |
getVariableData()Method getVariableData |
ITVariableData |
getVariableData(int index)Method getVariableData |
int |
getVariableDataCount()Method getVariableDataCount |
ITVariableData |
removeVariableData(int index)Method removeVariableData |
void |
setActivityData(ITActivityData activityData)Sets the value of field 'activityData'. |
void |
setAdapterData(ITAdapterData adapterData)Sets the value of field 'adapterData'. |
void |
setFaultData(ITFaultData faultData)Sets the value of field 'faultData'. |
void |
setNotificationData(ITNotificationData notificationData)Sets the value of field 'notificationData'. |
void |
setVariableData(int index, ITVariableData 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(ITVariableData vVariableData)
throws java.lang.IndexOutOfBoundsException
vVariableData -java.lang.IndexOutOfBoundsExceptionpublic void clearVariableData()
public ITActivityData getActivityData()
public ITAdapterData getAdapterData()
public ITFaultData getFaultData()
public ITNotificationData getNotificationData()
public ITVariableData getVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariableData()
public int getVariableDataCount()
public ITVariableData removeVariableData(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic void setActivityData(ITActivityData activityData)
activityData - the value of field 'activityData'.public void setAdapterData(ITAdapterData adapterData)
adapterData - the value of field 'adapterData'.public void setFaultData(ITFaultData faultData)
faultData - the value of field 'faultData'.public void setNotificationData(ITNotificationData notificationData)
notificationData - the value of field 'notificationData'
public void setVariableData(int index,
ITVariableData 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 | |||||||||