Package | Description |
---|---|
oracle.wsm.policy.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<IPropertySet> |
IConfig.getPropertySets()
Returns a List of PropertySets.
|
Modifier and Type | Method and Description |
---|---|
void |
IConfig.addPropertySet(IPropertySet propSet)
Add a PropertySet
|
void |
IConfig.removePropertySet(IPropertySet propSet)
Remove a PropertySet
|
Modifier and Type | Method and Description |
---|---|
void |
IConfig.setPropertySets(java.util.List<IPropertySet> propertySets)
Sets a List of PropertySets.
|