|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProperty | |
---|---|
oracle.wsm.policy.model | |
oracle.wsm.policy.model.impl | |
oracle.wsm.policy.parser.impl |
Uses of IProperty in oracle.wsm.policy.model |
---|
Methods in oracle.wsm.policy.model that return IProperty | |
---|---|
IProperty |
IPropertySet.getPropertyByName(String propertyName) Returns a property by name. |
Methods in oracle.wsm.policy.model that return types with arguments of type IProperty | |
---|---|
List<IProperty> |
IPropertySet.getProperties() Returns a List of Property. |
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(List<IProperty> properties) Sets a List of Property. |
Uses of IProperty in oracle.wsm.policy.model.impl |
---|
Classes in oracle.wsm.policy.model.impl that implement IProperty | |
---|---|
class |
Property |
Methods in oracle.wsm.policy.model.impl that return IProperty | |
---|---|
IProperty |
PropertySet.getPropertyByName(String propName) Returns a property by name. |
Methods in oracle.wsm.policy.model.impl that return types with arguments of type IProperty | |
---|---|
List<IProperty> |
PropertySet.getProperties() |
List<IProperty> |
Config.getProperties() |
Methods in oracle.wsm.policy.model.impl with parameters of type IProperty | |
---|---|
void |
PropertySet.addProperty(IProperty property) |
void |
PropertySet.removeProperty(IProperty property) |
Method parameters in oracle.wsm.policy.model.impl with type arguments of type IProperty | |
---|---|
void |
PropertySet.setProperties(List<IProperty> props) |
Uses of IProperty in oracle.wsm.policy.parser.impl |
---|
Methods in oracle.wsm.policy.parser.impl with parameters of type IProperty | |
---|---|
protected void |
ConfigSerializerDeSerializer.writeProperty(IProperty property, MarshalContext ctx) |
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |