|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void addAction(ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
addAction in interface ITActivityConfigvAction -java.lang.IndexOutOfBoundsException
public void addVariable(ITActivityVariableConfig vVariable)
throws java.lang.IndexOutOfBoundsException
addVariable in interface ITActivityConfigvVariable -java.lang.IndexOutOfBoundsExceptionpublic void clearAction()
clearAction in interface ITActivityConfigpublic void clearVariable()
clearVariable in interface ITActivityConfig
public ITInlineSensorAction getAction(int index)
throws java.lang.IndexOutOfBoundsException
getAction in interface ITActivityConfigindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getAction()
getAction in interface ITActivityConfigpublic int getActionCount()
getActionCount in interface ITActivityConfigpublic java.lang.String getHeaderVariable()
public java.lang.String getOperation()
public java.lang.String getPartnerLink()
public java.lang.String getPortType()
public ITActivityVariableConfig getVariable(int index)
throws java.lang.IndexOutOfBoundsException
getVariable in interface ITActivityConfigindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getVariable()
getVariable in interface ITActivityConfigpublic int getVariableCount()
getVariableCount in interface ITActivityConfig
public ITInlineSensorAction removeAction(int index)
throws java.lang.IndexOutOfBoundsException
removeAction in interface ITActivityConfigindex -java.lang.IndexOutOfBoundsException
public ITActivityVariableConfig removeVariable(int index)
throws java.lang.IndexOutOfBoundsException
removeVariable in interface ITActivityConfigindex -java.lang.IndexOutOfBoundsException
public void setAction(int index,
ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
setAction in interface ITActivityConfigindex -vAction -java.lang.IndexOutOfBoundsExceptionpublic void setAction(java.util.List actionList)
setAction in interface ITActivityConfigactionList - the Vector to copy.public void setHeaderVariable(java.lang.String headerVariable)
headerVariable - the value of field 'headerVariable'.public void setOperation(java.lang.String operation)
operation - the value of field 'operation'.public void setPartnerLink(java.lang.String partnerLink)
partnerLink - the value of field 'partnerLink'.public void setPortType(java.lang.String portType)
portType - the value of field 'portType'.
public void setVariable(int index,
ITActivityVariableConfig vVariable)
throws java.lang.IndexOutOfBoundsException
setVariable in interface ITActivityConfigindex -vVariable -java.lang.IndexOutOfBoundsExceptionpublic void setVariable(java.util.List variableList)
setVariable in interface ITActivityConfigvariableList - the Vector to copy.
|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||