|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.7.0) E14900-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.collaxa.cube.xml.BaseFacade
com.oracle.bpel.sensor.schemas.TSensorConfig
com.oracle.bpel.sensor.schemas.TActivityConfig
public class TActivityConfig
| Constructor Summary | |
|---|---|
TActivityConfig() |
|
TActivityConfig(org.w3c.dom.Element domElement) |
|
| Method Summary | |
|---|---|
java.lang.String |
__getFacadeName()Method __getFacadeName |
void |
addVariable(ITActivityVariableConfig vVariable)Method addVariable |
void |
clearVariable()Method clearVariable |
java.lang.String |
getEvalTime()Returns the value of field 'evalTime'. |
java.util.List |
getVariable()Returns the value of field 'variable' as List. |
ITActivityVariableConfig |
getVariable(int index)Returns the value of field 'variable'. |
int |
getVariableCount()Returns the total number of variable as integer for this facade dom element. |
ITActivityVariableConfig |
removeVariable(int index)Method removeVariable |
void |
setEvalTime(java.lang.String evalTime)Sets the value of field 'evalTime'. |
void |
setVariable(int index, ITActivityVariableConfig vVariable)Sets the given value for element'variable' at the specified position (index).The field has the following description: |
void |
setVariable(java.util.List variableList)Sets the value of 'variable' by copying the given ArrayList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TActivityConfig()
public TActivityConfig(org.w3c.dom.Element domElement)
| Method Detail |
|---|
public java.lang.String __getFacadeName()
__getFacadeName in class TSensorConfig
public void addVariable(ITActivityVariableConfig vVariable)
throws java.lang.IndexOutOfBoundsException
addVariable in interface ITActivityConfigvVariable -java.lang.IndexOutOfBoundsExceptionpublic void clearVariable()
clearVariable in interface ITActivityConfigpublic java.lang.String getEvalTime()
getEvalTime in interface ITActivityConfig
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 ITActivityVariableConfig removeVariable(int index)
throws java.lang.IndexOutOfBoundsException
removeVariable in interface ITActivityConfigindex -java.lang.IndexOutOfBoundsExceptionpublic void setEvalTime(java.lang.String evalTime)
setEvalTime in interface ITActivityConfigevalTime - the value of field 'evalTime'.
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 value of field 'variable'.
|
Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.7.0) E14900-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||