Skip navigation links

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


com.oracle.bpel.sensor.schemas
Class TActivityConfig

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by com.oracle.bpel.sensor.schemas.TSensorConfig
          extended by com.oracle.bpel.sensor.schemas.TActivityConfig

All Implemented Interfaces:
ITActivityConfig, ITSensorConfig, java.io.Serializable

public class TActivityConfig
extends TSensorConfig
implements java.io.Serializable, ITActivityConfig

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

TActivityConfig

public TActivityConfig()

TActivityConfig

public TActivityConfig(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Overrides:
__getFacadeName in class TSensorConfig

addVariable

public void addVariable(ITActivityVariableConfig vVariable)
                 throws java.lang.IndexOutOfBoundsException
Method addVariable
Specified by:
addVariable in interface ITActivityConfig
Parameters:
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

clearVariable

public void clearVariable()
Method clearVariable
Specified by:
clearVariable in interface ITActivityConfig

getEvalTime

public java.lang.String getEvalTime()
Returns the value of field 'evalTime'. The field 'evalTime' has the following description: null
Specified by:
getEvalTime in interface ITActivityConfig
Returns:
the value of field 'evalTime'.

getVariable

public 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:
Specified by:
getVariable in interface ITActivityConfig
Parameters:
index -
Returns:
the value of field 'variable'. from the specified position(index)
Throws:
java.lang.IndexOutOfBoundsException

getVariable

public java.util.List getVariable()
Returns the value of field 'variable' as List. The field 'variable' has the following description:
Specified by:
getVariable in interface ITActivityConfig
Returns:
the value of field 'variable'

getVariableCount

public int getVariableCount()
Returns the total number of variable as integer for this facade dom element.
Specified by:
getVariableCount in interface ITActivityConfig

removeVariable

public ITActivityVariableConfig removeVariable(int index)
                                        throws java.lang.IndexOutOfBoundsException
Method removeVariable
Specified by:
removeVariable in interface ITActivityConfig
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setEvalTime

public void setEvalTime(java.lang.String evalTime)
Sets the value of field 'evalTime'. The field 'evalTime' has the following description: null
Specified by:
setEvalTime in interface ITActivityConfig
Parameters:
evalTime - the value of field 'evalTime'.

setVariable

public 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:
Specified by:
setVariable in interface ITActivityConfig
Parameters:
index -
vVariable -
Throws:
java.lang.IndexOutOfBoundsException

setVariable

public void setVariable(java.util.List variableList)
Sets the value of 'variable' by copying the given ArrayList. The field has the following description:
Specified by:
setVariable in interface ITActivityConfig
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.4.0)
E14900-02


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