Uses of Interface
com.evolveum.midpoint.prism.LocalItemDefinitionStore
-
-
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of LocalItemDefinitionStore in com.evolveum.midpoint.gui.api.prism.wrapper Modifier and Type Interface Description interface
PrismContainerWrapper<C extends Containerable>
interface
PrismObjectWrapper<O extends ObjectType>
interface
ShadowWrapper
-
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement LocalItemDefinitionStore Modifier and Type Class Description class
CaseWorkItemTypeWrapper
Created by honcharclass
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
ProfilingClassLoggerContainerWrapperImpl<C extends Containerable>
class
ResourceAttributeMappingWrapper
class
ResourceWrapper
class
ShadowAssociationWrapperImpl
class
ShadowWrapperImpl
class
ValueMetadataWrapperImpl
-
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.prism
Subinterfaces of LocalItemDefinitionStore in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
ComplexTypeDefinition
Provides a definition for a complex type, i.e.interface
MutableComplexTypeDefinition
An interface to mutate the definition of a complex type.interface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.interface
PrismObjectDefinition<O extends Objectable>
TODO -
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.prism.deleg
Subinterfaces of LocalItemDefinitionStore in com.evolveum.midpoint.prism.deleg Modifier and Type Interface Description interface
ComplexTypeDefinitionDelegator
interface
ContainerDefinitionDelegator<C extends Containerable>
interface
ObjectDefinitionDelegator<O extends Objectable>
-
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw LocalItemDefinitionStore Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
-
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.schema.processor
Subinterfaces of LocalItemDefinitionStore in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
AttributeDefinitionStore
Provides information about resource object attributes.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
ResourceAttributeContainerDefinition
TODO review docs Resource Object Definition (Object Class).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".Classes in com.evolveum.midpoint.schema.processor that implement LocalItemDefinitionStore 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
ResourceAttributeContainerDefinitionImpl
Resource Object Definition (Object Class).class
ResourceObjectClassDefinitionImpl
Default implementation ofResourceObjectClassDefinition
.class
ResourceObjectTypeDefinitionImpl
Default implementation ofResourceObjectTypeDefinition
. -
Uses of LocalItemDefinitionStore in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of LocalItemDefinitionStore in com.evolveum.midpoint.schema.processor.deleg Modifier and Type Interface Description interface
AttributeContainerDefinitionDelegator
interface
CompositeObjectDefinitionDelegator
interface
ResourceObjectClassDefinitionDelegator
interface
ResourceObjectDefinitionDelegator
interface
ResourceObjectTypeDefinitionDelegator
-