Uses of Interface
com.evolveum.midpoint.prism.AbstractTypeDefinition
Packages that use AbstractTypeDefinition
Package
Description
-
Uses of AbstractTypeDefinition in com.evolveum.midpoint.prism
Subinterfaces of AbstractTypeDefinition in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterface
Provides a definition for a complex type, i.e.interface
Simple type, which behaves as enumeration in most modeling languages.interface
Defines a simple (non-structured) definition.interface
Definition of a type (as opposed to definition of an item).Methods in com.evolveum.midpoint.prism with parameters of type AbstractTypeDefinitionModifier and TypeMethodDescriptionComplexTypeDefinition.ComplexTypeDefinitionLikeBuilder.newContainerLikeDefinition
(QName itemName, AbstractTypeDefinition ctd) ComplexTypeDefinition.ComplexTypeDefinitionLikeBuilder.newObjectLikeDefinition
(QName itemName, AbstractTypeDefinition ctd) -
Uses of AbstractTypeDefinition in com.evolveum.midpoint.prism.deleg
Subinterfaces of AbstractTypeDefinition in com.evolveum.midpoint.prism.delegModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of AbstractTypeDefinition in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema that return AbstractTypeDefinitionModifier and TypeMethodDescriptionSchemaBuilder.findTypeDefinitionByType
(@NotNull QName typeName) Returns existing type definition (if there's one) in the schema being built. -
Uses of AbstractTypeDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of AbstractTypeDefinition in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
Represents ad-hoc combination of definitions of structural and auxiliary object classes.interface
Describes a resource object class (e.g.interface
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
Definition of "resource object type".interface
Complex type definition for aShadowAssociationsContainer
.interface
Complex type definition for aShadowAttributesContainer
.interface
Supertype for a CTD for `attributes` and `associations` shadow containers.Classes in com.evolveum.midpoint.schema.processor that implement AbstractTypeDefinitionModifier and TypeClassDescriptionclass
Common implementation for bothResourceObjectClassDefinition
andResourceObjectTypeDefinition
.class
Represents ad-hoc combination of definitions of structural and auxiliary object classes.class
Represents native object class or reference type definition.class
Default implementation ofResourceObjectClassDefinition
.final class
Default implementation ofResourceObjectTypeDefinition
.Methods in com.evolveum.midpoint.schema.processor that return AbstractTypeDefinitionModifier and TypeMethodDescriptionNativeResourceSchemaImpl.findTypeDefinitionByType
(@NotNull QName typeName) Methods in com.evolveum.midpoint.schema.processor with parameters of type AbstractTypeDefinitionModifier and TypeMethodDescriptionNativeComplexTypeDefinitionImpl.newContainerLikeDefinition
(QName itemName, AbstractTypeDefinition ctd) NativeComplexTypeDefinitionImpl.newObjectLikeDefinition
(QName itemName, AbstractTypeDefinition ctd) -
Uses of AbstractTypeDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of AbstractTypeDefinition in com.evolveum.midpoint.schema.processor.delegModifier and TypeInterfaceDescriptioninterface
interface
interface
interface