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