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


com.oracle.bpel.sensor.schemas
Interface ITActivityVariableConfig

All Superinterfaces:
ITSensorConfig, ITVariableConfig, java.io.Serializable

public interface ITActivityVariableConfig
extends java.io.Serializable, ITVariableConfig

Interface ITActivityVariableConfig.


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 getTarget()
          Returns the value of field 'target'.
 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 setTarget(java.lang.String target)
          Sets the value of field 'target'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITVariableConfig
getOutputDataType, getOutputNamespace, getQueryName, setOutputDataType, setOutputNamespace, setQueryName

 

Method Detail

addAction

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

clearAction

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

getAction

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

getAction

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

getActionCount

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

getTarget

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

removeAction

public ITInlineSensorAction removeAction(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeAction
Specified by:
removeAction in interface ITVariableConfig
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 ITVariableConfig
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 ITVariableConfig
Parameters:
actionList - the Vector to copy.

setTarget

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

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


Copyright © 2005, Oracle. All rights reserved.