Uses of Interface
com.evolveum.midpoint.prism.PrismItemAccessDefinition
-
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.gui.api.prism.wrapper Modifier and Type Interface Description interface
ItemWrapper<I extends Item,VW extends PrismValueWrapper>
interface
PrismContainerWrapper<C extends Containerable>
interface
PrismObjectWrapper<O extends ObjectType>
interface
PrismPropertyWrapper<T>
interface
PrismReferenceWrapper<R extends Referencable>
interface
ResourceAttributeWrapper<T>
interface
ShadowWrapper
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismItemAccessDefinition Modifier and Type Class Description class
CaseWorkItemTypeWrapper
Created by honcharclass
ExpressionWrapper
Created by honcharclass
ItemWrapperImpl<I extends Item,VW extends PrismValueWrapper>
class
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
PrismPropertyWrapperImpl<T>
class
PrismReferenceWrapperImpl<R extends Referencable>
class
ProfilingClassLoggerContainerWrapperImpl<C extends Containerable>
class
ProtectedStringTypeWrapperImpl
Created by honcharclass
ResourceAttributeMappingWrapper
class
ResourceAttributeWrapperImpl<T>
class
ResourceWrapper
class
ShadowAssociationWrapperImpl
class
ShadowWrapperImpl
class
ValueMetadataWrapperImpl
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
ItemDefinition<I extends Item>
A definition of a specific item (as opposed to a type).interface
MutableItemDefinition<I extends Item>
EXPERIMENTALinterface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
MutablePrismPropertyDefinition<T>
interface
MutablePrismReferenceDefinition
interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.static interface
PrismItemAccessDefinition.Mutable
interface
PrismObjectDefinition<O extends Objectable>
TODOinterface
PrismPropertyDefinition<T>
Definition of a prism property.interface
PrismReferenceDefinition
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism.deleg
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.prism.deleg Modifier and Type Interface Description interface
ContainerDefinitionDelegator<C extends Containerable>
interface
ItemDefinitionDelegator<I extends Item<?,?>>
interface
ObjectDefinitionDelegator<O extends Objectable>
interface
PropertyDefinitionDelegator<T>
interface
ReferenceDefinitionDelegator
-
Uses of PrismItemAccessDefinition 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 PrismItemAccessDefinition Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,?>>
class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interface
MutableRawResourceAttributeDefinition<T>
interface
RawResourceAttributeDefinition<T>
interface
ResourceAttributeContainerDefinition
TODO review docs Resource Object Definition (Object Class).interface
ResourceAttributeDefinition<T>
Information about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.Classes in com.evolveum.midpoint.schema.processor that implement PrismItemAccessDefinition Modifier and Type Class Description class
RawResourceAttributeDefinitionImpl<T>
A structure holding "raw" definition of a resource attribute, i.e.class
ResourceAttributeContainerDefinitionImpl
Resource Object Definition (Object Class).class
ResourceAttributeDefinitionImpl<T>
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition. -
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processor.deleg Modifier and Type Interface Description interface
AttributeContainerDefinitionDelegator
interface
AttributeDefinitionDelegator<T>
interface
RefinedAttributeDefinitionDelegator<T>
-