|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteVirtualTypeDescription
A virtual type is derived from a base type. Some operations like adding attributes are restricted. A virtual type can overwrite the behaviour of the base type with respect to Lifecycle Models and Policies.
Method Summary | |
---|---|
CentraSiteBaseTypeDescription |
getBaseType()
Return this type's base type. |
CentraSiteTypeDescription |
getParentType()
Return this type's parent type. |
boolean |
inheritsLCMs()
Return whether this virtual type inherits the Lifecycle Models of its parent type. |
boolean |
inheritsPolicies()
Return whether this virtual type inherits the Policies of its parent type. |
boolean |
inheritsProfiles()
Return whether this virtual type inherits the Profiles of its parent type. |
void |
setInheritLCMs(boolean inheritLCMs)
Set whether this virtual type is to inherit the Lifecycle Models of its parent type. |
void |
setInheritPolicies(boolean inheritPolicies)
Set whether this virtual type is to inherit the Policies of its parent type. |
void |
setInheritProfiles(boolean inheritProfiles)
Set whether this virtual type is to inherit the Profiles of its parent type. |
Method Detail |
---|
CentraSiteBaseTypeDescription getBaseType() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
CentraSiteTypeDescription getParentType() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
boolean inheritsLCMs() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setInheritLCMs(boolean inheritLCMs) throws javax.xml.registry.JAXRException
inheritLCMs
- true if this virtual type is to inherit the Lifecycle Models of its parent type.
javax.xml.registry.JAXRException
boolean inheritsPolicies() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setInheritPolicies(boolean inheritPolicies) throws javax.xml.registry.JAXRException
inheritPolicies
- true if this virtual type is to inherit the Policies of its parent type.
javax.xml.registry.JAXRException
boolean inheritsProfiles() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
void setInheritProfiles(boolean inheritProfiles) throws javax.xml.registry.JAXRException
inheritProfiles
- true if this virtual type is to inherit the Profiles of its parent type.
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |