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 TypeInterfaceDescriptioninterfaceItemWrapper<I extends Item,VW extends PrismValueWrapper> interfacePrismContainerWrapper<C extends Containerable>interfacePrismObjectWrapper<O extends ObjectType>interfaceinterfacePrismReferenceWrapper<R extends Referencable>interfaceinterface -
Uses of Visitable in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement VisitableModifier and TypeClassDescriptionclassAssignmentHolderWrapper<AH extends AssignmentHolderType>classclassclassCreated by honcharclassCreated by honcharclassItemWrapperImpl<I extends Item,VW extends PrismValueWrapper> classPrismContainerWrapperImpl<C extends Containerable>classPrismObjectWrapperImpl<O extends ObjectType>classclassPrismReferenceWrapperImpl<R extends Referencable>classclassCreated by honcharclassclassclassclassclassclass -
Uses of Visitable in com.evolveum.midpoint.model.api.simulation
Subinterfaces of Visitable in com.evolveum.midpoint.model.api.simulationModifier and TypeInterfaceDescriptionstatic interfaceProcessedObject.ProcessedObjectItemDelta<V extends PrismValue,D extends ItemDefinition<?>> ItemDeltaaugmented 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 TypeInterfaceDescriptioninterfaceConfigurableVisitor<T extends Visitable<T>>Visitor with configurable behavior.interfaceinterfaceSubinterfaces of Visitable in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterfaceProvides a definition for a complex type, i.e. type that prescribes inner items.interfaceCommon interface to access all definitions.interfaceSimple type, which behaves as enumeration in most modeling languages.interfaceItem<V extends PrismValue,D extends ItemDefinition<?>> Item is a common abstraction of Property, Reference and Container.interfaceItemDefinition<I extends Item>A definition of a specific item (as opposed to a type).interfaceAn interface to mutate the definition of a complex type.interfaceAn interface that provides an ability to modify a definition.interfaceMutableItemDefinition<I extends Item>EXPERIMENTALinterfaceMutablePrismContainerDefinition<C extends Containerable>interfaceMutablePrismObjectDefinition<O extends Objectable>interfaceinterfaceinterfaceinterfacePrismContainer<C extends Containerable>Prism container groups items into logical blocks.interfacePrismContainerDefinition<C extends Containerable>Definition of a prism container.interfacePrismContainerValue<C extends Containerable>interfacePrismObject<O extends Objectable>Common supertype for all identity objects.interfacePrismObjectDefinition<O extends Objectable>TODOinterfacePrismObjectValue<O extends Objectable>Extension of PrismContainerValue that holds object-specific data (OID and version).interfaceProperty is a specific characteristic of an object.interfaceDefinition of a prism property.interfaceinterfaceObject Reference is a property that describes reference to an object.interfaceinterfaceinterfaceinterfaceDefines a simple (non-structured) definition.interfaceSmartVisitable<T extends SmartVisitable<T>>Visitable element that is smart enough to avoid being visited twice during one visitation.interfaceDefinition 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 TypeInterfaceDescriptioninterfaceinterfaceContainerDefinitionDelegator<C extends Containerable>interfaceinterfaceItemDefinitionDelegator<I extends Item<?,?>> interfaceItemDeltaDelegator<V extends PrismValue,D extends ItemDefinition<?>> interfaceObjectDefinitionDelegator<O extends Objectable>interfaceinterfaceinterface -
Uses of Visitable in com.evolveum.midpoint.prism.delta
Subinterfaces of Visitable in com.evolveum.midpoint.prism.deltaModifier and TypeInterfaceDescriptioninterfaceContainerDelta<V extends Containerable>interfaceItemDelta<V extends PrismValue,D extends ItemDefinition<?>> Item Delta describes a change of an item which is a property, container or a reference.interfaceObjectDelta<O extends Objectable>Relative difference (delta) of the object.interfacePrismValueDeltaSetTriple<V extends PrismValue>DeltaSetTriple that is limited to hold prism values.interfaceRelative 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 TypeClassDescriptionclasscom.evolveum.midpoint.prism.impl.DefinitionImplclasscom.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,?>> classcom.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,D extends ItemDefinition<?>> classcom.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>classcom.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>classcom.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>classcom.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 TypeClassDescriptionclasscom.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> voidPrismAsserts.assertOrigin(Visitable visitableItem, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(Visitable visitableItem, OriginType... expectedOriginTypes) -
Uses of Visitable in com.evolveum.midpoint.prism.xnode
Subinterfaces of Visitable in com.evolveum.midpoint.prism.xnodeModifier and TypeInterfaceDescriptioninterfaceThis is a marker that a given prism item is incomplete.interfaceinterfaceNote we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interfaceinterfaceinterface -
Uses of Visitable in com.evolveum.midpoint.schema.processor
Subinterfaces of Visitable in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceRepresents ad-hoc combination of definitions of structural and auxiliary object classes.interfaceinterfaceInterface allowing modifications of an object class definition.interfaceinterface/** Resource Object Attribute is a Property of Resource Object.interfaceTODOinterfaceTODO review docs Resource Object Definition (Object Class).interfaceInformation about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.interfaceDescribes a resource object class (e.g. ri:inetOrgPerson).interfaceA 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).interfaceDefinition of "resource object type".interfaceShadowCoordinatesQualifiedObjectDelta<T extends Objectable>AnObjectDeltaenriched byResourceShadowCoordinates(pointing to a resource object type).Classes in com.evolveum.midpoint.schema.processor that implement VisitableModifier and TypeClassDescriptionclassCommon implementation for bothResourceObjectClassDefinitionandResourceObjectTypeDefinition.classRepresents ad-hoc combination of definitions of structural and auxiliary object classes.classA structure holding "raw" definition of a resource attribute, i.e. definition obtained from the connector.classclassResource Object Definition (Object Class).final classTODO review docs Resource Object.classAn attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.classclassDefault implementation ofResourceObjectClassDefinition.final classDefault implementation ofResourceObjectTypeDefinition.classAnObjectDeltaenriched 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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of Visitable in com.evolveum.midpoint.schema.result
Classes in com.evolveum.midpoint.schema.result that implement VisitableModifier and TypeClassDescriptionclassProvides rich information about an operation being executed; mainly for the sake of error reporting and functional/performance troubleshooting. == Information Collected There is a lot of information collected, but the following properties are the most important: - result *status* (OperationResultStatus): success, partial/fatal error, warning, ..., along with an optional *message* and *Java exception*, - operation invocation *parameters*, *return value(s)*, and sometimes information about the execution *context* (e.g. implementation class name), - *performance-related information*, like start/end timestamps, or duration (for performance diagnostics), -TraceTyperecords (for troubleshooting), - *logfile lines* produced during the operation execution (for troubleshooting).