|
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 ITVariableConfig.
| 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 |
getOutputDataType()Returns the value of field 'outputDataType'. |
java.lang.String |
getOutputNamespace()Returns the value of field 'outputNamespace'. |
java.lang.String |
getQueryName()Returns the value of field 'queryName'. |
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 |
setOutputDataType(java.lang.String outputDataType)Sets the value of field 'outputDataType'. |
void |
setOutputNamespace(java.lang.String outputNamespace)Sets the value of field 'outputNamespace'. |
void |
setQueryName(java.lang.String queryName)Sets the value of field 'queryName'. |
| Method Detail |
public void addAction(ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
addAction in interface ITSensorConfigvAction -java.lang.IndexOutOfBoundsExceptionpublic void clearAction()
clearAction in interface ITSensorConfig
public ITInlineSensorAction getAction(int index)
throws java.lang.IndexOutOfBoundsException
getAction in interface ITSensorConfigindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getAction()
getAction in interface ITSensorConfigpublic int getActionCount()
getActionCount in interface ITSensorConfigpublic java.lang.String getOutputDataType()
public java.lang.String getOutputNamespace()
public java.lang.String getQueryName()
public ITInlineSensorAction removeAction(int index)
throws java.lang.IndexOutOfBoundsException
removeAction in interface ITSensorConfigindex -java.lang.IndexOutOfBoundsException
public void setAction(int index,
ITInlineSensorAction vAction)
throws java.lang.IndexOutOfBoundsException
setAction in interface ITSensorConfigindex -vAction -java.lang.IndexOutOfBoundsExceptionpublic void setAction(java.util.List actionList)
setAction in interface ITSensorConfigactionList - the Vector to copy.public void setOutputDataType(java.lang.String outputDataType)
outputDataType - the value of field 'outputDataType'.public void setOutputNamespace(java.lang.String outputNamespace)
outputNamespace - the value of field 'outputNamespace'.public void setQueryName(java.lang.String queryName)
queryName - the value of field 'queryName'.
|
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 | |||||||||