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


com.oracle.bpel.sensor.schemas
Interface ITActivityConfig

All Superinterfaces:
ITSensorConfig, java.io.Serializable
All Known Subinterfaces:
ITAdapterConfig, ITNotificationSvcConfig

public interface ITActivityConfig
extends java.io.Serializable, ITSensorConfig

Interface ITActivityConfig.


Method Summary
 void addAction(ITInlineSensorAction vAction)
          Method addAction
 void addVariable(ITActivityVariableConfig vVariable)
          Method addVariable
 void clearAction()
          Method clearAction
 void clearVariable()
          Method clearVariable
 java.util.List getAction()
          Method getAction
 ITInlineSensorAction getAction(int index)
          Method getAction
 int getActionCount()
          Method getActionCount
 java.lang.String getEvalTime()
          Returns the value of field 'evalTime'.
 java.util.List getVariable()
          Method getVariable
 ITActivityVariableConfig getVariable(int index)
          Method getVariable
 int getVariableCount()
          Method getVariableCount
 ITInlineSensorAction removeAction(int index)
          Method removeAction
 ITActivityVariableConfig removeVariable(int index)
          Method removeVariable
 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 setEvalTime(java.lang.String evalTime)
          Sets the value of field 'evalTime'.
 void setVariable(int index, ITActivityVariableConfig vVariable)
          Method setVariable
 void setVariable(java.util.List variableList)
          Method setVariableSets the value of 'variable' by copying the given ArrayList.

 

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

addVariable

public void addVariable(ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable
Parameters:
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

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

clearVariable

public void clearVariable()
Method clearVariable

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

getEvalTime

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

getVariable

public ITActivityVariableConfig getVariable(int index)
                                     throws java.lang.IndexOutOfBoundsException
Method getVariable
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getVariable

public java.util.List getVariable()
Method getVariable

getVariableCount

public int getVariableCount()
Method getVariableCount

removeAction

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

removeVariable

public ITActivityVariableConfig removeVariable(int index)
                                        throws java.lang.IndexOutOfBoundsException
Method removeVariable
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.

setEvalTime

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

setVariable

public void setVariable(int index,
                        ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method setVariable
Parameters:
index -
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

setVariable

public void setVariable(java.util.List variableList)
Method setVariableSets the value of 'variable' by copying the given ArrayList.
Parameters:
variableList - 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.