Class AbstractResourceDataDefinitionConfigItem<B extends Serializable & Cloneable>

java.lang.Object
com.evolveum.midpoint.schema.config.ConfigurationItem<B>
com.evolveum.midpoint.schema.config.AbstractResourceDataDefinitionConfigItem<B>
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ComplexAttributeTypeDefinitionConfigItem, ResourceObjectDefinitionConfigItem

public abstract class AbstractResourceDataDefinitionConfigItem<B extends Serializable & Cloneable> extends ConfigurationItem<B>
Represents one of the following: - definition of a resource object type (e.g. "account/default"); B is ResourceObjectTypeDefinitionType - definition of a resource object class (e.g. "inetOrgPerson"); B is ResourceObjectTypeDefinitionType - definition of a complex attribute type (e.g. "address"); B is ComplexAttributeTypeDefinitionType
See Also: