Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITSensorActionList

All Known Implementing Classes:
TSensorActionList

public interface ITSensorActionList

Interface ITSensorActionList.


Method Summary
 void addAction(ITSensorAction vAction)
          Method addAction
 void clearAction()
          Method clearAction
 java.util.List getAction()
          Returns the value of field 'action' as List.
 ITSensorAction getAction(int index)
          Returns the value of field 'action'.
 int getActionCount()
          Returns the total number of action as integer for this facade dom element.
 ITSensorAction removeAction(int index)
          Method removeAction
 void setAction(int index, ITSensorAction vAction)
          Sets the given value for element'action' at the specified position (index).The field has the following description:
 void setAction(java.util.List actionList)
          Sets the value of 'action' by copying the given ArrayList.

 

Method Detail

addAction

void addAction(ITSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Method addAction
Parameters:
vAction -
Throws:
java.lang.IndexOutOfBoundsException

clearAction

void clearAction()
Method clearAction

getAction

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

getAction

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

getActionCount

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

removeAction

ITSensorAction removeAction(int index)
                            throws java.lang.IndexOutOfBoundsException
Method removeAction
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setAction

void setAction(int index,
               ITSensorAction vAction)
               throws java.lang.IndexOutOfBoundsException
Sets the given value for element'action' at the specified position (index).The field has the following description:
Parameters:
index -
vAction -
Throws:
java.lang.IndexOutOfBoundsException

setAction

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

Skip navigation links

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


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