Uses of Interface
com.evolveum.midpoint.prism.Visitable
Packages that use Visitable
Package
Description
-
Uses of Visitable in com.evolveum.midpoint.gui.api.component.result
Classes in com.evolveum.midpoint.gui.api.component.result that implement Visitable -
Uses of Visitable in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of Visitable 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 Visitable in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement VisitableModifier and TypeClassDescriptionclass
AssignmentHolderWrapper<AH extends AssignmentHolderType>
class
Created by honcharclass
Created by honcharclass
ItemWrapperImpl<I extends Item,
VW extends PrismValueWrapper> class
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
class
PrismReferenceWrapperImpl<R extends Referencable>
class
class
Created by honcharclass
class
class
class
class
class
-
Uses of Visitable in com.evolveum.midpoint.model.api.simulation
Subinterfaces of Visitable in com.evolveum.midpoint.model.api.simulationModifier and TypeInterfaceDescriptionstatic interface
ProcessedObject.ProcessedObjectItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> ItemDelta
augmented with functionality needed to display it in a complex way, for example, with the information on real change(s) to the object. -
Uses of Visitable in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism with type parameters of type VisitableModifier and TypeInterfaceDescriptioninterface
ConfigurableVisitor<T extends Visitable<T>>
Visitor with configurable behavior.interface
interface
Subinterfaces of Visitable in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterface
Provides a definition for a complex type, i.e.interface
Common interface to access all definitions.interface
Simple type, which behaves as enumeration in most modeling languages.interface
Item<V extends PrismValue,
D extends ItemDefinition<?>> Item is a common abstraction of Property, Reference and Container.interface
ItemDefinition<I extends Item>
A definition of a specific item (as opposed to a type).interface
An interface to mutate the definition of a complex type.interface
An interface that provides an ability to modify a definition.interface
MutableItemDefinition<I extends Item>
EXPERIMENTALinterface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
interface
interface
interface
PrismContainer<C extends Containerable>
Prism container groups items into logical blocks.interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.interface
PrismContainerValue<C extends Containerable>
interface
PrismObject<O extends Objectable>
Common supertype for all identity objects.interface
PrismObjectDefinition<O extends Objectable>
TODOinterface
PrismObjectValue<O extends Objectable>
Extension of PrismContainerValue that holds object-specific data (OID and version).interface
Property is a specific characteristic of an object.interface
Definition of a prism property.interface
interface
Object Reference is a property that describes reference to an object.interface
interface
interface
interface
Defines a simple (non-structured) definition.interface
SmartVisitable<T extends SmartVisitable<T>>
Visitable element that is smart enough to avoid being visited twice during one visitation.interface
Definition of a type (as opposed to definition of an item).interface
-
Uses of Visitable in com.evolveum.midpoint.prism.deleg
Subinterfaces of Visitable in com.evolveum.midpoint.prism.delegModifier and TypeInterfaceDescriptioninterface
interface
ContainerDefinitionDelegator<C extends Containerable>
interface
interface
ItemDefinitionDelegator<I extends Item<?,
?>> interface
ItemDeltaDelegator<V extends PrismValue,
D extends ItemDefinition<?>> interface
ObjectDefinitionDelegator<O extends Objectable>
interface
interface
interface
-
Uses of Visitable in com.evolveum.midpoint.prism.delta
Subinterfaces of Visitable in com.evolveum.midpoint.prism.deltaModifier and TypeInterfaceDescriptioninterface
ContainerDelta<V extends Containerable>
interface
ItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> Item Delta describes a change of an item which is a property, container or a reference.interface
ObjectDelta<O extends Objectable>
Relative difference (delta) of the object.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.interface
Relative difference (delta) of a property values.interface
-
Uses of Visitable in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions that implement VisitableModifier and TypeClassDescriptionclass
-
Uses of Visitable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement VisitableModifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.DefinitionImpl
class
com.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,
?>> class
com.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,
D extends ItemDefinition<?>> class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>
class
com.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object>
-
Uses of Visitable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement VisitableModifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.delta.ObjectDeltaImpl<O extends Objectable>
-
Uses of Visitable in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type VisitableModifier and TypeMethodDescriptionstatic <T> void
PrismAsserts.assertOrigin
(Visitable visitableItem, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(Visitable visitableItem, OriginType... expectedOriginTypes) -
Uses of Visitable in com.evolveum.midpoint.prism.xnode
Subinterfaces of Visitable in com.evolveum.midpoint.prism.xnodeModifier and TypeInterfaceDescriptioninterface
This is a marker that a given prism item is incomplete.interface
interface
Note we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interface
interface
interface
-
Uses of Visitable in com.evolveum.midpoint.schema.processor
Subinterfaces of Visitable in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
Represents ad-hoc combination of definitions of structural and auxiliary object classes.interface
interface
Interface allowing modifications of an object class definition.interface
interface
/** Resource Object Attribute is a Property of Resource Object.interface
TODOinterface
TODO review docs Resource Object Definition (Object Class).interface
Information about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.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
ShadowCoordinatesQualifiedObjectDelta<T extends Objectable>
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).Classes in com.evolveum.midpoint.schema.processor that implement VisitableModifier and TypeClassDescriptionclass
Common implementation for bothResourceObjectClassDefinition
andResourceObjectTypeDefinition
.class
Represents ad-hoc combination of definitions of structural and auxiliary object classes.class
A structure holding "raw" definition of a resource attribute, i.e.class
class
Resource Object Definition (Object Class).final class
TODO review docs Resource Object.class
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.class
class
Default implementation ofResourceObjectClassDefinition
.final class
Default implementation ofResourceObjectTypeDefinition
.class
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type). -
Uses of Visitable in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of Visitable in com.evolveum.midpoint.schema.processor.delegModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
-
Uses of Visitable in com.evolveum.midpoint.schema.result
Classes in com.evolveum.midpoint.schema.result that implement VisitableModifier and TypeClassDescriptionclass
Provides rich information about an operation being executed; mainly for the sake of error reporting and functional/performance troubleshooting.