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


com.oracle.bpel.sensor.schemas
Interface ITAdapterConfig

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

public interface ITAdapterConfig
extends java.io.Serializable, ITActivityConfig

Interface ITAdapterConfig.


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 getHeaderVariable()
          Returns the value of field 'headerVariable'.
 java.lang.String getOperation()
          Returns the value of field 'operation'.
 java.lang.String getPartnerLink()
          Returns the value of field 'partnerLink'.
 java.lang.String getPortType()
          Returns the value of field 'portType'.
 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 setHeaderVariable(java.lang.String headerVariable)
          Sets the value of field 'headerVariable'.
 void setOperation(java.lang.String operation)
          Sets the value of field 'operation'.
 void setPartnerLink(java.lang.String partnerLink)
          Sets the value of field 'partnerLink'.
 void setPortType(java.lang.String portType)
          Sets the value of field 'portType'.
 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

getHeaderVariable

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

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'.

getPartnerLink

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

getPortType

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

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.

setHeaderVariable

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

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'.

setPartnerLink

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

setPortType

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

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.