|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policy.model.impl.Config
public class Config
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.wsm.policy.model.IConfig |
---|
IConfig.CONFIG_TYPE_ENUM |
Field Summary |
---|
Fields inherited from interface oracle.wsm.policy.model.IConfig |
---|
categoryAttrQName, configTypeAttrQName, nameAttrQName |
Constructor Summary | |
---|---|
Config() |
Method Summary | |
---|---|
void |
addPropertySet(IPropertySet propSet) Add a PropertySet |
boolean |
equals(Object obj) Compares the propertySets of two configs .It ignores the order. |
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. |
int |
hashCode() Returns an integer value which is uniquely identifies an object of this class. |
boolean |
isIdentical(Object obj) It is same as equals method except it emphasizes on the order, while equlas doesn't. |
void |
removePropertySet(IPropertySet propSet) Remove a PropertySet |
void |
setAttributes(Map<QName,String> attributes) |
void |
setCategory(String category) Adding convenience method - instead of using setAttributes(). |
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> props) Sets a List of PropertySets. |
String |
toString() Returns the assertion list of a policy as a string |
void |
validate(IValidationContext context) Validate this config object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Config()
Method Detail |
---|
public Map<QName,String> getAttributes()
getAttributes
in interface IConfig
public void setAttributes(Map<QName,String> attributes)
setAttributes
in interface IConfig
public List<IPropertySet> getPropertySets()
IConfig
getPropertySets
in interface IConfig
public List<IProperty> getProperties()
IConfig
getProperties
in interface IConfig
public void setPropertySets(List<IPropertySet> props)
IConfig
setPropertySets
in interface IConfig
public void addPropertySet(IPropertySet propSet)
IConfig
addPropertySet
in interface IConfig
public void removePropertySet(IPropertySet propSet)
IConfig
removePropertySet
in interface IConfig
public String getCategory()
IConfig
getCategory
in interface IConfig
public String getName()
IConfig
getName
in interface IConfig
public void setName(String configName)
setName
in interface IConfig
configName
- - name of the Configpublic void setCategory(String category)
setCategory
in interface IConfig
category
- - category of the Configpublic boolean equals(Object obj)
equals
in class Object
public boolean isIdentical(Object obj)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public void validate(IValidationContext context)
IConfig
validate
in interface IConfig
context
- ValidationContext to which any errors are reportedpublic IConfig.CONFIG_TYPE_ENUM getConfigType()
getConfigType
in interface IConfig
public void setConfigType(IConfig.CONFIG_TYPE_ENUM configType)
setConfigType
in interface IConfig
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |