Uses of Interface
com.evolveum.midpoint.schema.processor.LayeredDefinition
-
-
Uses of LayeredDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of LayeredDefinition in com.evolveum.midpoint.gui.api.prism.wrapper Modifier and Type Interface Description interface
ResourceAttributeWrapper<T>
-
Uses of LayeredDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement LayeredDefinition Modifier and Type Class Description class
ResourceAttributeWrapperImpl<T>
-
Uses of LayeredDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of LayeredDefinition in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
CompositeObjectDefinition
Represents ad-hoc combination of definitions of structural and auxiliary object classes.interface
MutableResourceObjectClassDefinition
Interface allowing modifications of an object class definition.interface
MutableResourceSchema
interface
ResourceAttributeDefinition<T>
Information about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.interface
ResourceObjectClassDefinition
Describes a resource object class (e.g.interface
ResourceObjectDefinition
A definition that describes either an object class (as fetched from the resource, optionally refined by `schemaHandling`), or an object type (as defined in `schemaHandling` part of resource definition).interface
ResourceObjectTypeDefinition
Definition of "resource object type".interface
ResourceSchema
A schema covering the whole resource.Classes in com.evolveum.midpoint.schema.processor that implement LayeredDefinition Modifier and Type Class Description class
AbstractResourceObjectDefinitionImpl
Common implementation for bothResourceObjectClassDefinition
andResourceObjectTypeDefinition
.class
CompositeObjectDefinitionImpl
Represents ad-hoc combination of definitions of structural and auxiliary object classes.class
ResourceAttributeDefinitionImpl<T>
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.class
ResourceObjectClassDefinitionImpl
Default implementation ofResourceObjectClassDefinition
.class
ResourceObjectTypeDefinitionImpl
Default implementation ofResourceObjectTypeDefinition
.class
ResourceSchemaImpl
Direct implementation ofResourceSchema
interface. -
Uses of LayeredDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of LayeredDefinition in com.evolveum.midpoint.schema.processor.deleg Modifier and Type Interface Description interface
AttributeDefinitionDelegator<T>
interface
CompositeObjectDefinitionDelegator
interface
RefinedAttributeDefinitionDelegator<T>
interface
ResourceObjectClassDefinitionDelegator
interface
ResourceObjectDefinitionDelegator
interface
ResourceObjectTypeDefinitionDelegator
-