Uses of Interface
com.evolveum.midpoint.prism.SmartVisitable
Package
Description
-
Uses of SmartVisitable in com.evolveum.midpoint.gui.api.prism.wrapper
Modifier 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 SmartVisitable in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier 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 SmartVisitable in com.evolveum.midpoint.prism
Modifier and TypeInterfaceDescriptioninterface
SmartVisitable<T extends SmartVisitable<T>>
Visitable element that is smart enough to avoid being visited twice during one visitation.interface
SmartVisitation<T extends SmartVisitable<T>>
Keeps the state of the visitation in order to avoid visiting one object multiple times.Modifier 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
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
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.interface
PrismObjectDefinition<O extends Objectable>
TODOinterface
Definition of a prism property.interface
interface
Defines a simple (non-structured) definition.interface
Definition of a type (as opposed to definition of an item). -
Uses of SmartVisitable in com.evolveum.midpoint.prism.deleg
Modifier and TypeInterfaceDescriptioninterface
interface
ContainerDefinitionDelegator<C extends Containerable>
interface
interface
ItemDefinitionDelegator<I extends Item<?,
?>> interface
ObjectDefinitionDelegator<O extends Objectable>
interface
interface
interface
-
Uses of SmartVisitable in com.evolveum.midpoint.prism.impl
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.DefinitionImpl
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 SmartVisitable in com.evolveum.midpoint.schema.processor
Modifier 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
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".Modifier 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
Resource Object Definition (Object Class).class
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.class
Default implementation ofResourceObjectClassDefinition
.final class
Default implementation ofResourceObjectTypeDefinition
. -
Uses of SmartVisitable in com.evolveum.midpoint.schema.processor.deleg
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface