Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.5.0)
E14900-03


com.oracle.bpel.sensor.schemas
Interface ITActivityConfig

All Superinterfaces:
ITSensorConfig, java.io.Serializable
All Known Implementing Classes:
TActivityConfig

public interface ITActivityConfig
extends java.io.Serializable, ITSensorConfig

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

addVariable

void addVariable(ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable
Parameters:
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

clearVariable

void clearVariable()
Method clearVariable

getEvalTime

java.lang.String getEvalTime()
Returns the value of field 'evalTime'. The field 'evalTime' has the following description: null
Returns:
the value of field 'evalTime'.

getVariable

ITActivityVariableConfig getVariable(int index)
                                     throws java.lang.IndexOutOfBoundsException
Returns the value of field 'variable'. from the specified position(index). The field 'variable' has the following description:
Parameters:
index -
Returns:
the value of field 'variable'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getVariable

java.util.List getVariable()
Returns the value of field 'variable' as List. The field 'variable' has the following description:
Returns:
the value of field 'variable'

getVariableCount

int getVariableCount()
Returns the total number of variable as integer for this facade dom element.

removeVariable

ITActivityVariableConfig removeVariable(int index)
                                        throws java.lang.IndexOutOfBoundsException
Method removeVariable
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setEvalTime

void setEvalTime(java.lang.String evalTime)
Sets the value of field 'evalTime'. The field 'evalTime' has the following description: null
Parameters:
evalTime - the value of field 'evalTime'.

setVariable

void setVariable(int index,
                 ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Sets the given value for element'variable' at the specified position (index).The field has the following description:
Parameters:
index -
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

setVariable

void setVariable(java.util.List variableList)
Sets the value of 'variable' by copying the given ArrayList. The field has the following description:
Parameters:
variableList - the value of field 'variable'.

Skip navigation links

Oracle Fusion Middleware Sensor Java API Reference for BPEL Process Manager
11g Release 1 (11.1.1.5.0)
E14900-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.