Uses of Interface
com.evolveum.midpoint.prism.PrismItemAccessDefinition
Packages that use PrismItemAccessDefinition
Package
Description
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.gui.api.prism.wrapperModifier and TypeInterfaceDescriptioninterface
ItemWrapper<I extends Item<?,
?>, VW extends PrismValueWrapper> interface
PrismContainerWrapper<C extends Containerable>
interface
PrismObjectWrapper<O extends ObjectType>
interface
interface
PrismReferenceWrapper<R extends Referencable>
interface
interface
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismItemAccessDefinitionModifier and TypeClassDescriptionclass
AssignmentHolderWrapper<AH extends AssignmentHolderType>
class
class
AssociationMappingExpressionWrapper<C extends Containerable>
class
class
class
class
Created by honcharclass
Created by honcharclass
ItemWrapperImpl<I extends Item<?,
?>, VW extends PrismValueWrapper> class
class
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
class
PrismReferenceWrapperImpl<R extends Referencable>
class
class
class
Created by honcharclass
class
class
class
class
class
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper.association
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper.association that implement PrismItemAccessDefinition -
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterface
ItemDefinition<I extends Item<?,
?>> A definition of a specific item (as opposed to a type).static interface
To be seen if useful.static interface
interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.static interface
The "createXXX" methods also add the new definition into this container.static interface
static interface
static interface
interface
PrismObjectDefinition<O extends Objectable>
TODOstatic interface
interface
Definition of a prism property.static interface
static interface
interface
static interface
static interface
Classes in com.evolveum.midpoint.prism that implement PrismItemAccessDefinitionMethods in com.evolveum.midpoint.prism that return PrismItemAccessDefinitionModifier and TypeMethodDescription@NotNull PrismItemAccessDefinition
PrismItemAccessDefinition.Delegable.itemAccessDefinition()
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism.deleg
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.prism.delegModifier and TypeInterfaceDescriptioninterface
ContainerDefinitionDelegator<C extends Containerable>
interface
ItemDefinitionDelegator<I extends Item<?,
?>> interface
ObjectDefinitionDelegator<O extends Objectable>
interface
interface
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement PrismItemAccessDefinitionModifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,
?>> class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
-
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.prism.schema
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.prism.schemaModifier and TypeInterfaceDescriptioninterface
Any container definition that can be serialized.interface
Any item definition that can be serialized.interface
Any property definition that can be serialized.interface
Any reference definition that can be serialized. -
Uses of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of PrismItemAccessDefinition in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
Mutable interface to (some of)ShadowSimpleAttributeDefinition
implementations.interface
NOTE: Never try to determine type (simple/reference) by querying the interfaces.static interface
interface
interface
static interface
interface
"Getter" interface to "prism" part of resource attribute and association definitions.static interface
Mutable interface to resource attribute and association definitions.static interface
interface
Definition of aShadowAssociation
, e.g., `ri:group`.interface
The enhanced definition of `associations` container (ShadowAssociationsContainer
) in aShadowType
object.interface
ShadowAttributeDefinition<V extends PrismValue,
D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Definition of aShadowAttribute
: simple or reference one.interface
The enhanced definition of `attributes` container (ShadowAttributesContainer
) in aShadowType
object.interface
Definition of anShadowReferenceAttribute
.interface
Full prism definition of aShadowSimpleAttribute
: has a native part and a refined part from `schemaHandling`.Classes in com.evolveum.midpoint.schema.processor that implement PrismItemAccessDefinitionModifier and TypeClassDescriptionclass
Represents native attribute (simple or reference).class
An alternative representation of aShadowSimpleAttributeDefinition
that describes a normalization-aware resource attribute: one that has both original and normalized values.class
The (currently) only implementation ofShadowAssociationDefinition
.class
class
ShadowAttributeDefinitionImpl<V extends PrismValue,
D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImpl
andShadowReferenceAttributeDefinitionImpl
.class
Resource Object Definition (Object Class).class
Definition of a shadow association item, e.g., `ri:group`.class
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.delegModifier and TypeInterfaceDescriptioninterface
interface