Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


oracle.wsm.policyengine
Interface IExecutionContext

All Known Implementing Classes:
ExecutionContext

public interface IExecutionContext

Method Summary
 java.util.Map getAllProperties()
          Method to get all the properties as a ky value pair.
 java.lang.Object getProperty(java.lang.String propName)
          Method to get the property value for a property name in argument.
 java.util.Set getPropertyNames()
          Method to get an Iterator over the list of properties available.
 void setProperty(java.lang.String propName, java.lang.Object obj)
          Method to test if a certain property is available in the list of properties.

 

Method Detail

getProperty

java.lang.Object getProperty(java.lang.String propName)
Method to get the property value for a property name in argument.
Parameters:
propName - Property name for which the value needs to be retrieved.
Returns:
value for the property name in argument.

getPropertyNames

java.util.Set getPropertyNames()
Method to get an Iterator over the list of properties available.
Returns:
Iterator over the list of properties available.

setProperty

void setProperty(java.lang.String propName,
                 java.lang.Object obj)
Method to test if a certain property is available in the list of properties.
Parameters:
propName - Property name to test for.

getAllProperties

java.util.Map getAllProperties()
Method to get all the properties as a ky value pair.
Returns:
An object of type Map, containing a key-value pairs of the properties.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1.4)

E10689-03


Copyright © 2007-2009, Oracle. All rights reserved.