Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


com.oracle.bpel.sensor.schemas
Class TProcessSensorData

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TProcessSensorData

All Implemented Interfaces:
ITProcessSensorData, java.io.Serializable

public class TProcessSensorData
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, ITProcessSensorData

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

TProcessSensorData

public TProcessSensorData()

TProcessSensorData

public TProcessSensorData(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName

addVariableData

public void addVariableData(ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Method addVariableData
Specified by:
addVariableData in interface ITProcessSensorData
Parameters:
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

clearVariableData

public void clearVariableData()
Method clearVariableData
Specified by:
clearVariableData in interface ITProcessSensorData

getActivityData

public ITProcessActivityData getActivityData()
Returns the value of field 'activityData'. The field 'activityData' has the following description: null
Specified by:
getActivityData in interface ITProcessSensorData
Returns:
the value of field 'activityData'.

getFaultData

public ITProcessFaultData getFaultData()
Returns the value of field 'faultData'. The field 'faultData' has the following description: null
Specified by:
getFaultData in interface ITProcessSensorData
Returns:
the value of field 'faultData'.

getVariableData

public ITProcessVariableData getVariableData(int index)
                                      throws java.lang.IndexOutOfBoundsException
Returns the value of field 'variableData'. from the specified position(index). The field 'variableData' has the following description:
Specified by:
getVariableData in interface ITProcessSensorData
Parameters:
index -
Returns:
the value of field 'variableData'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getVariableData

public java.util.List getVariableData()
Returns the value of field 'variableData' as List. The field 'variableData' has the following description:
Specified by:
getVariableData in interface ITProcessSensorData
Returns:
the value of field 'variableData'

getVariableDataCount

public int getVariableDataCount()
Returns the total number of variableData as integer for this facade dom element.
Specified by:
getVariableDataCount in interface ITProcessSensorData

removeVariableData

public ITProcessVariableData removeVariableData(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method removeVariableData
Specified by:
removeVariableData in interface ITProcessSensorData
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: null
Specified by:
setActivityData in interface ITProcessSensorData
Parameters:
activityData - the value of field 'activityData'.

setFaultData

public void setFaultData(ITProcessFaultData faultData)
Sets the value of field 'faultData'. The field 'faultData' has the following description: null
Specified by:
setFaultData in interface ITProcessSensorData
Parameters:
faultData - the value of field 'faultData'.

setVariableData

public void setVariableData(int index,
                            ITProcessVariableData vVariableData)
                     throws java.lang.IndexOutOfBoundsException
Sets the given value for element'variableData' at the specified position (index).The field has the following description:
Specified by:
setVariableData in interface ITProcessSensorData
Parameters:
index -
vVariableData -
Throws:
java.lang.IndexOutOfBoundsException

setVariableData

public void setVariableData(java.util.List variableDataList)
Sets the value of 'variableData' by copying the given ArrayList. The field has the following description:
Specified by:
setVariableData in interface ITProcessSensorData
Parameters:
variableDataList - the value of field 'variableData'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.4.0)
E14900-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.