Skip navigation links

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

E10689-03


Uses of Interface
oracle.wsm.policy.model.IProperty

Packages that use IProperty
oracle.wsm.policy.model   

 

Uses of IProperty in oracle.wsm.policy.model

 

Methods in oracle.wsm.policy.model that return IProperty
 IProperty IPropertySet.getPropertyByName(java.lang.String propertyName)
          Returns a property by name.

 

Methods in oracle.wsm.policy.model that return types with arguments of type IProperty
 java.util.List<IProperty> IPropertySet.getProperties()
          Returns a List of Property.
 java.util.List<IProperty> IConfig.getProperties()
          Convenience method to get all the Properties defined in the Property Sets in a single call.

 

Methods in oracle.wsm.policy.model with parameters of type IProperty
 void IPropertySet.addProperty(IProperty property)
          Add a Property
 void IPropertySet.removeProperty(IProperty property)
          Remove a Property

 

Method parameters in oracle.wsm.policy.model with type arguments of type IProperty
 void IPropertySet.setProperties(java.util.List<IProperty> properties)
          Sets a List of Property.

 


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.