Package | Description |
---|---|
oracle.wsm.policy.model |
Modifier and Type | Method and Description |
---|---|
IProperty |
IPropertySet.getPropertyByName(String propertyName)
Returns a property by name.
|
Modifier and Type | Method and Description |
---|---|
List<IProperty> |
IConfig.getProperties()
Convenience method to get all the Properties defined in the Property Sets in a single call.
|
List<IProperty> |
IPropertySet.getProperties()
Returns a List of Property.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.addProperty(IProperty property)
Add a Property
|
void |
IPropertySet.removeProperty(IProperty property)
Remove a Property
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.setProperties(List<IProperty> properties)
Sets a List of Property.
|