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


com.oracle.bpel.sensor.schemas
Interface ITVariableConfig

All Superinterfaces:
ITSensorConfig, java.io.Serializable
All Known Subinterfaces:
ITActivityVariableConfig

public interface ITVariableConfig
extends java.io.Serializable, ITSensorConfig

Interface ITVariableConfig.


Method Summary
 void addAction(ITInlineSensorAction vAction)
          Method addAction
 void clearAction()
          Method clearAction
 java.util.List getAction()
          Method getAction
 ITInlineSensorAction getAction(int index)
          Method getAction
 int getActionCount()
          Method getActionCount
 java.lang.String getOutputDataType()
          Returns the value of field 'outputDataType'.
 java.lang.String getOutputNamespace()
          Returns the value of field 'outputNamespace'.
 java.lang.String getQueryName()
          Returns the value of field 'queryName'.
 ITInlineSensorAction removeAction(int index)
          Method removeAction
 void setAction(int index, ITInlineSensorAction vAction)
          Method setAction
 void setAction(java.util.List actionList)
          Method setActionSets the value of 'action' by copying the given ArrayList.
 void setOutputDataType(java.lang.String outputDataType)
          Sets the value of field 'outputDataType'.
 void setOutputNamespace(java.lang.String outputNamespace)
          Sets the value of field 'outputNamespace'.
 void setQueryName(java.lang.String queryName)
          Sets the value of field 'queryName'.

 

Method Detail

addAction

public void addAction(ITInlineSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method addAction
Specified by:
addAction in interface ITSensorConfig
Parameters:
vAction -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

public void clearAction()
Method clearAction
Specified by:
clearAction in interface ITSensorConfig

getAction

public ITInlineSensorAction getAction(int index)
                               throws java.lang.IndexOutOfBoundsException
Method getAction
Specified by:
getAction in interface ITSensorConfig
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getAction

public java.util.List getAction()
Method getAction
Specified by:
getAction in interface ITSensorConfig

getActionCount

public int getActionCount()
Method getActionCount
Specified by:
getActionCount in interface ITSensorConfig

getOutputDataType

public java.lang.String getOutputDataType()
Returns the value of field 'outputDataType'. The field 'outputDataType' has the following description:
Returns:
the value of field 'outputDataType'.

getOutputNamespace

public java.lang.String getOutputNamespace()
Returns the value of field 'outputNamespace'. The field 'outputNamespace' has the following description:
Returns:
the value of field 'outputNamespace'.

getQueryName

public java.lang.String getQueryName()
Returns the value of field 'queryName'. The field 'queryName' has the following description:
Returns:
the value of field 'queryName'.

removeAction

public ITInlineSensorAction removeAction(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeAction
Specified by:
removeAction in interface ITSensorConfig
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(int index,
                      ITInlineSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method setAction
Specified by:
setAction in interface ITSensorConfig
Parameters:
index -
vAction -
Throws:
java.lang.IndexOutOfBoundsException

setAction

public void setAction(java.util.List actionList)
Method setActionSets the value of 'action' by copying the given ArrayList.
Specified by:
setAction in interface ITSensorConfig
Parameters:
actionList - the Vector to copy.

setOutputDataType

public void setOutputDataType(java.lang.String outputDataType)
Sets the value of field 'outputDataType'. The field 'outputDataType' has the following description:
Parameters:
outputDataType - the value of field 'outputDataType'.

setOutputNamespace

public void setOutputNamespace(java.lang.String outputNamespace)
Sets the value of field 'outputNamespace'. The field 'outputNamespace' has the following description:
Parameters:
outputNamespace - the value of field 'outputNamespace'.

setQueryName

public void setQueryName(java.lang.String queryName)
Sets the value of field 'queryName'. The field 'queryName' has the following description:
Parameters:
queryName - the value of field 'queryName'.

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


Copyright © 2005, Oracle. All rights reserved.