| 
 | Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITActivityConfig
Interface ITActivityConfig.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
void addVariable(ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
vVariable -java.lang.IndexOutOfBoundsExceptionvoid clearVariable()
java.lang.String getEvalTime()
ITActivityVariableConfig getVariable(int index)
                                     throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getVariable()
int getVariableCount()
ITActivityVariableConfig removeVariable(int index)
                                        throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionvoid setEvalTime(java.lang.String evalTime)
evalTime - the value of field 'evalTime'.
void setVariable(int index,
                 ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
index -vVariable -java.lang.IndexOutOfBoundsExceptionvoid setVariable(java.util.List variableList)
variableList - the value of field 'variable'.| 
 | Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager 11g Release 1 (11.1.1.6.3) E14900-08 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||