|
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 ITActivityConfig.
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 |
getEvalTime() Returns the value of field 'evalTime'. |
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 |
setEvalTime(java.lang.String evalTime) Sets the value of field 'evalTime'. |
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. |
Method Detail |
public void addAction(ITInlineSensorAction vAction) throws java.lang.IndexOutOfBoundsException
addAction
in interface ITSensorConfig
vAction
-java.lang.IndexOutOfBoundsException
public void addVariable(ITActivityVariableConfig vVariable) throws java.lang.IndexOutOfBoundsException
vVariable
-java.lang.IndexOutOfBoundsException
public void clearAction()
clearAction
in interface ITSensorConfig
public void clearVariable()
public ITInlineSensorAction getAction(int index) throws java.lang.IndexOutOfBoundsException
getAction
in interface ITSensorConfig
index
-java.lang.IndexOutOfBoundsException
public java.util.List getAction()
getAction
in interface ITSensorConfig
public int getActionCount()
getActionCount
in interface ITSensorConfig
public java.lang.String getEvalTime()
public ITActivityVariableConfig getVariable(int index) throws java.lang.IndexOutOfBoundsException
index
-java.lang.IndexOutOfBoundsException
public java.util.List getVariable()
public int getVariableCount()
public ITInlineSensorAction removeAction(int index) throws java.lang.IndexOutOfBoundsException
removeAction
in interface ITSensorConfig
index
-java.lang.IndexOutOfBoundsException
public ITActivityVariableConfig removeVariable(int index) throws java.lang.IndexOutOfBoundsException
index
-java.lang.IndexOutOfBoundsException
public void setAction(int index, ITInlineSensorAction vAction) throws java.lang.IndexOutOfBoundsException
setAction
in interface ITSensorConfig
index
-vAction
-java.lang.IndexOutOfBoundsException
public void setAction(java.util.List actionList)
setAction
in interface ITSensorConfig
actionList
- the Vector to copy.public void setEvalTime(java.lang.String evalTime)
evalTime
- the value of field 'evalTime'.public void setVariable(int index, ITActivityVariableConfig vVariable) throws java.lang.IndexOutOfBoundsException
index
-vVariable
-java.lang.IndexOutOfBoundsException
public void setVariable(java.util.List variableList)
variableList
- 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 |