Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITProcessSensorData


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'.
 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

addVariableData

public void addVariableData(ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

public void clearVariableData()
Method clearVariableData

getActivityData

public ITProcessActivityData getActivityData()
Returns the value of field 'activityData'. The field 'activityData' has the following description:
Returns:
the value of field 'activityData'.

getAdapterData

public ITProcessAdapterData getAdapterData()
Returns the value of field 'adapterData'. The field 'adapterData' has the following description:
Returns:
the value of field 'adapterData'.

getFaultData

public ITProcessFaultData getFaultData()
Returns the value of field 'faultData'. The field 'faultData' has the following description:
Returns:
the value of field 'faultData'.

getNotificationData

public ITProcessNotificationData getNotificationData()
Returns the value of field 'notificationData'. The field 'notificationData' has the following description:
Returns:
the value of field 'notificationData'.

getVariableData

public ITProcessVariableData getVariableData(int index)
                                      throws java.lang.IndexOutOfBoundsException
Method getVariableData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getVariableData

public java.util.List getVariableData()
Method getVariableData

getVariableDataCount

public int getVariableDataCount()
Method getVariableDataCount

removeVariableData

public ITProcessVariableData removeVariableData(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method removeVariableData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setActivityData

public void setActivityData(ITProcessActivityData activityData)
Sets the value of field 'activityData'. The field 'activityData' has the following description:
Parameters:
activityData - the value of field 'activityData'.

setAdapterData

public void setAdapterData(ITProcessAdapterData adapterData)
Sets the value of field 'adapterData'. The field 'adapterData' has the following description:
Parameters:
adapterData - the value of field 'adapterData'.

setFaultData

public void setFaultData(ITProcessFaultData faultData)
Sets the value of field 'faultData'. The field 'faultData' has the following description:
Parameters:
faultData - the value of field 'faultData'.

setNotificationData

public void setNotificationData(ITProcessNotificationData notificationData)
Sets the value of field 'notificationData'. The field 'notificationData' has the following description:
Parameters:
notificationData - the value of field 'notificationData'

setVariableData

public void setVariableData(int index,
                            ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method setVariableData
Parameters:
index -
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

setVariableData

public void setVariableData(java.util.List variableDataList)
Method setVariableDataSets the value of 'variableData' by copying the given ArrayList.
Parameters:
variableDataList - the Vector to copy.

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.