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


com.oracle.bpel.sensor.schemas
Interface ITNotificationSvcConfig

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

public interface ITNotificationSvcConfig
extends java.io.Serializable, ITActivityConfig

Interface ITNotificationSvcConfig.


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 getInputVariable()
          Returns the value of field 'inputVariable'.
 java.lang.String getOperation()
          Returns the value of field 'operation'.
 java.lang.String getOutputVariable()
          Returns the value of field 'outputVariable'.
 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 setInputVariable(java.lang.String inputVariable)
          Sets the value of field 'inputVariable'.
 void setOperation(java.lang.String operation)
          Sets the value of field 'operation'.
 void setOutputVariable(java.lang.String outputVariable)
          Sets the value of field 'outputVariable'.
 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.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITActivityConfig
getEvalTime, setEvalTime

 

Method Detail

addAction

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

addVariable

public void addVariable(ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable
Specified by:
addVariable in interface ITActivityConfig
Parameters:
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

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

clearVariable

public void clearVariable()
Method clearVariable
Specified by:
clearVariable in interface ITActivityConfig

getAction

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

getAction

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

getActionCount

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

getInputVariable

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

getOperation

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

getOutputVariable

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

getVariable

public ITActivityVariableConfig getVariable(int index)
                                     throws java.lang.IndexOutOfBoundsException
Method getVariable
Specified by:
getVariable in interface ITActivityConfig
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getVariable

public java.util.List getVariable()
Method getVariable
Specified by:
getVariable in interface ITActivityConfig

getVariableCount

public int getVariableCount()
Method getVariableCount
Specified by:
getVariableCount in interface ITActivityConfig

removeAction

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

removeVariable

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

setInputVariable

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

setOperation

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

setOutputVariable

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

setVariable

public void setVariable(int index,
                        ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method setVariable
Specified by:
setVariable in interface ITActivityConfig
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.
Specified by:
setVariable in interface ITActivityConfig
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.