|
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 ITActivityVariableConfig.
| Method Summary | |
void |
addAction(ITInlineSensorAction vAction)Method addAction |
void |
clearAction()Method clearAction |
java.util.List |
getAction()Method getAction |
ITInlineSensorAction |
getAction(int index)Method getAction |
int |
getActionCount()Method getActionCount |
java.lang.String |
getTarget()Returns the value of field 'target'. |
ITInlineSensorAction |
removeAction(int index)Method removeAction |
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 |
setTarget(java.lang.String target)Sets the value of field 'target'. |
| Methods inherited from interface com.oracle.bpel.sensor.schemas.ITVariableConfig |
getOutputDataType, getOutputNamespace, getQueryName, setOutputDataType, setOutputNamespace, setQueryName |
| Method Detail |
public void addAction(ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
addAction in interface ITVariableConfigvAction -java.lang.IndexOutOfBoundsExceptionpublic void clearAction()
clearAction in interface ITVariableConfig
public ITInlineSensorAction getAction(int index)
throws java.lang.IndexOutOfBoundsException
getAction in interface ITVariableConfigindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getAction()
getAction in interface ITVariableConfigpublic int getActionCount()
getActionCount in interface ITVariableConfigpublic java.lang.String getTarget()
public ITInlineSensorAction removeAction(int index)
throws java.lang.IndexOutOfBoundsException
removeAction in interface ITVariableConfigindex -java.lang.IndexOutOfBoundsException
public void setAction(int index,
ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
setAction in interface ITVariableConfigindex -vAction -java.lang.IndexOutOfBoundsExceptionpublic void setAction(java.util.List actionList)
setAction in interface ITVariableConfigactionList - the Vector to copy.public void setTarget(java.lang.String target)
target - the value of field 'target'.
|
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 | |||||||||