|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfig
The pseudo schema for Config is as follows:
<Config...>
[<PropertySet...>
...
</PropertySet>+
</Config>
| Nested Class Summary | |
|---|---|
static class |
IConfig.CONFIG_TYPE_ENUM |
| Field Summary | |
|---|---|
static QName |
categoryAttrQName |
static QName |
configTypeAttrQName |
static QName |
nameAttrQName |
| Method Summary | |
|---|---|
void |
addPropertySet(IPropertySet propSet)Add a PropertySet |
Map<QName,String> |
getAttributes() |
String |
getCategory()Convenience method to retrieve the category of the Config. |
IConfig.CONFIG_TYPE_ENUM |
getConfigType()Get config type |
String |
getName()Convenience method to retrieve the name of the Config. |
List<IProperty> |
getProperties()Convenience method to get all the Properties defined in the Property Sets in a single call. |
List<IPropertySet> |
getPropertySets()Returns a List of PropertySets. |
void |
removePropertySet(IPropertySet propSet)Remove a PropertySet |
void |
setAttributes(Map<QName,String> attrs) |
void |
setCategory(String category)Convenience method to set the category of the Config. |
void |
setConfigType(IConfig.CONFIG_TYPE_ENUM configType)Set the config type attribute - default is declarative |
void |
setName(String configName)Adding convenience method - instead of using setAttributes(). |
void |
setPropertySets(List<IPropertySet> propertySets)Sets a List of PropertySets. |
void |
validate(IValidationContext context)Validate this config object |
| Field Detail |
|---|
static final QName nameAttrQName
static final QName categoryAttrQName
static final QName configTypeAttrQName
| Method Detail |
|---|
List<IPropertySet> getPropertySets()
List<IProperty> getProperties()
void setPropertySets(List<IPropertySet> propertySets)
void addPropertySet(IPropertySet propSet)
void removePropertySet(IPropertySet propSet)
String getName()
String getCategory()
void setCategory(String category)
Map<QName,String> getAttributes()
void setAttributes(Map<QName,String> attrs)
void setName(String configName)
configName - - name of the Configvoid validate(IValidationContext context)
context - ValidationContext to which any errors are reportedIConfig.CONFIG_TYPE_ENUM getConfigType()
void setConfigType(IConfig.CONFIG_TYPE_ENUM configType)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||