Skip navigation links

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


com.oracle.bpel.sensor.schemas
Interface ITSensorAction

All Known Implementing Classes:
TSensorAction

public interface ITSensorAction

Interface ITSensorAction.


Method Summary
 void addProperty(ITSensorActionProperty vProperty)
          Method addProperty
 void addSensorName(java.lang.String vSensorName)
          Method addSensorName
 void clearProperty()
          Method clearProperty
 void clearSensorName()
          Method clearSensorName
 boolean getEnabled()
          Returns the value of field 'enabled'.
 java.lang.String getFilter()
          Returns the value of field 'filter'.
 java.lang.String getName()
          Returns the value of field 'name'.
 java.util.List getProperty()
          Returns the value of field 'property' as List.
 ITSensorActionProperty getProperty(int index)
          Returns the value of field 'property'.
 int getPropertyCount()
          Returns the total number of property as integer for this facade dom element.
 java.lang.String getPublishName()
          Returns the value of field 'publishName'.
 java.lang.String getPublishTarget()
          Returns the value of field 'publishTarget'.
 java.lang.String getPublishType()
          Returns the value of field 'publishType'.
 java.util.List getSensorName()
          Returns the value of field 'sensorName' as List.
 java.lang.String getSensorName(int index)
          Returns the value of field 'sensorName'.
 int getSensorNameCount()
          Returns the total number of sensorName as integer for this facade dom element.
 boolean isEnabled()
          Returns the value of field 'enabled'.
 ITSensorActionProperty removeProperty(int index)
          Method removeProperty
 java.lang.String removeSensorName(int index)
          Method removeSensorName
 void setEnabled(boolean enabled)
          Sets the value of field 'enabled'.
 void setFilter(java.lang.String filter)
          Sets the value of field 'filter'.
 void setName(java.lang.String name)
          Sets the value of field 'name'.
 void setProperty(int index, ITSensorActionProperty vProperty)
          Sets the given value for element'property' at the specified position (index).The field has the following description:
 void setProperty(java.util.List propertyList)
          Sets the value of 'property' by copying the given ArrayList.
 void setPublishName(java.lang.String publishName)
          Sets the value of field 'publishName'.
 void setPublishTarget(java.lang.String publishTarget)
          Sets the value of field 'publishTarget'.
 void setPublishType(java.lang.String publishType)
          Sets the value of field 'publishType'.
 void setSensorName(int index, java.lang.String vSensorName)
          Sets the given value for element'sensorName' at the specified position (index).The field has the following description:
 void setSensorName(java.util.List sensorNameList)
          Sets the value of 'sensorName' by copying the given ArrayList.

 

Method Detail

addProperty

void addProperty(ITSensorActionProperty vProperty)
                 throws java.lang.IndexOutOfBoundsException
Method addProperty
Parameters:
vProperty -
Throws:
java.lang.IndexOutOfBoundsException

addSensorName

void addSensorName(java.lang.String vSensorName)
                   throws java.lang.IndexOutOfBoundsException
Method addSensorName
Parameters:
vSensorName -
Throws:
java.lang.IndexOutOfBoundsException

clearProperty

void clearProperty()
Method clearProperty

clearSensorName

void clearSensorName()
Method clearSensorName

getEnabled

boolean getEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description: null
Returns:
the value of field 'enabled'.

getFilter

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

getName

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

getProperty

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

getProperty

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

getPropertyCount

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

getPublishName

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

getPublishTarget

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

getPublishType

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

getSensorName

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

getSensorName

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

getSensorNameCount

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

isEnabled

boolean isEnabled()
Returns the value of field 'enabled'. The field 'enabled' has the following description: null
Returns:
the value of field 'enabled'.

removeProperty

ITSensorActionProperty removeProperty(int index)
                                      throws java.lang.IndexOutOfBoundsException
Method removeProperty
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

removeSensorName

java.lang.String removeSensorName(int index)
                                  throws java.lang.IndexOutOfBoundsException
Method removeSensorName
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setEnabled

void setEnabled(boolean enabled)
Sets the value of field 'enabled'. The field 'enabled' has the following description: null
Parameters:
enabled - the value of field 'enabled'.

setFilter

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

setName

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

setProperty

void setProperty(int index,
                 ITSensorActionProperty vProperty)
                 throws java.lang.IndexOutOfBoundsException
Sets the given value for element'property' at the specified position (index).The field has the following description:
Parameters:
index -
vProperty -
Throws:
java.lang.IndexOutOfBoundsException

setProperty

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

setPublishName

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

setPublishTarget

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

setPublishType

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

setSensorName

void setSensorName(int index,
                   java.lang.String vSensorName)
                   throws java.lang.IndexOutOfBoundsException
Sets the given value for element'sensorName' at the specified position (index).The field has the following description:
Parameters:
index -
vSensorName -
Throws:
java.lang.IndexOutOfBoundsException

setSensorName

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

Skip navigation links

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


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