Uses of Interface
com.evolveum.midpoint.prism.Freezable
-
Packages that use Freezable Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.common.refinery.deleg com.evolveum.midpoint.prism com.evolveum.midpoint.prism.deleg com.evolveum.midpoint.prism.delta com.evolveum.midpoint.prism.impl com.evolveum.midpoint.prism.impl.delta com.evolveum.midpoint.prism.impl.schema com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.schema com.evolveum.midpoint.prism.util com.evolveum.midpoint.prism.xnode com.evolveum.midpoint.schema com.evolveum.midpoint.schema.processor com.evolveum.midpoint.schema.processor.deleg com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of Freezable in com.evolveum.midpoint.common.refinery
Subinterfaces of Freezable in com.evolveum.midpoint.common.refinery Modifier and Type Interface Description interfaceCompositeRefinedObjectClassDefinitionUsed to represent combined definition of structural and auxiliary object classes.interfaceLayerRefinedAttributeDefinition<T>interfaceLayerRefinedObjectClassDefinitioninterfaceLayerRefinedResourceSchemainterfaceRefinedAttributeDefinition<T>interfaceRefinedConnectorSchemainterfaceRefinedObjectClassDefinitioninterfaceRefinedResourceSchemainterfaceShadowDiscriminatorObjectDelta<T extends Objectable>Classes in com.evolveum.midpoint.common.refinery that implement Freezable Modifier and Type Class Description classCompositeRefinedObjectClassDefinitionImplUsed to represent combined definition of structural and auxiliary object classes.classLayerRefinedAttributeDefinitionImpl<T>classLayerRefinedObjectClassDefinitionImplclassLayerRefinedResourceSchemaImplclassRefinedAssociationDefinitionclassRefinedAttributeDefinitionImpl<T>classRefinedConnectorSchemaImplTODO Think about the purpose and future of this class.classRefinedObjectClassDefinitionImplclassRefinedResourceSchemaImplTODO: this whole class would benefit from more refactoring.classShadowDiscriminatorObjectDeltaImpl<T extends Objectable> -
Uses of Freezable in com.evolveum.midpoint.common.refinery.deleg
Subinterfaces of Freezable in com.evolveum.midpoint.common.refinery.deleg Modifier and Type Interface Description interfaceRefinedAttributeDefinitionDelegator<T> -
Uses of Freezable in com.evolveum.midpoint.prism
Subinterfaces of Freezable in com.evolveum.midpoint.prism Modifier and Type Interface Description interfaceComplexTypeDefinitionProvides a definition for a complex type, i.e.interfaceDefinitioninterfaceItem<V extends PrismValue,D extends ItemDefinition>Item is a common abstraction of Property, Reference and Container.interfaceItemDefinition<I extends Item>interfaceMutableComplexTypeDefinitioninterfaceMutableDefinitioninterfaceMutableItemDefinition<I extends Item>EXPERIMENTALinterfaceMutablePrismContainerDefinition<C extends Containerable>interfaceMutablePrismObjectDefinition<O extends Objectable>interfaceMutablePrismPropertyDefinition<T>interfaceMutablePrismReferenceDefinitioninterfaceMutableTypeDefinitioninterfacePrismContainer<C extends Containerable>Prism container groups items into logical blocks.interfacePrismContainerDefinition<C extends Containerable>TODOinterfacePrismContainerValue<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).interfacePrismProperty<T>Property is a specific characteristic of an object.interfacePrismPropertyDefinition<T>interfacePrismPropertyValue<T>interfacePrismReferenceObject Reference is a property that describes reference to an object.interfacePrismReferenceDefinitioninterfacePrismReferenceValueinterfacePrismValueinterfaceSimpleTypeDefinitionPrimarily for enums.interfaceTypeDefinitioninterfaceValueMetadataClasses in com.evolveum.midpoint.prism that implement Freezable Modifier and Type Class Description classAbstractFreezableclassExpressionWrapperContains the expression that can be part of e.g.Methods in com.evolveum.midpoint.prism with parameters of type Freezable Modifier and Type Method Description protected voidAbstractFreezable. freeze(Freezable child)static voidFreezable. freezeNullable(Freezable target)Method parameters in com.evolveum.midpoint.prism with type arguments of type Freezable Modifier and Type Method Description protected voidAbstractFreezable. freezeAll(Iterable<? extends Freezable> children) -
Uses of Freezable in com.evolveum.midpoint.prism.deleg
Subinterfaces of Freezable in com.evolveum.midpoint.prism.deleg Modifier and Type Interface Description interfaceComplexTypeDefinitionDelegatorinterfaceContainerDefinitionDelegator<C extends Containerable>interfaceDefinitionDelegatorinterfaceItemDefinitionDelegator<I extends Item<?,?>>interfaceObjectDefinitionDelegator<O extends Objectable>interfacePropertyDefinitionDelegator<T>interfaceReferenceDefinitionDelegatorinterfaceTypeDefinitionDelegator -
Uses of Freezable in com.evolveum.midpoint.prism.delta
Subinterfaces of Freezable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interfaceContainerDelta<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.interfacePropertyDelta<T>Relative difference (delta) of a property values.interfaceReferenceDelta -
Uses of Freezable 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 Freezable Modifier and Type Class Description classcom.evolveum.midpoint.prism.impl.ComplexTypeDefinitionImplclasscom.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>classcom.evolveum.midpoint.prism.impl.TypeDefinitionImpl -
Uses of Freezable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta 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 Freezable Modifier and Type Class Description classcom.evolveum.midpoint.prism.impl.delta.ObjectDeltaImpl<O extends Objectable> -
Uses of Freezable in com.evolveum.midpoint.prism.impl.schema
Classes in com.evolveum.midpoint.prism.impl.schema 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 Freezable Modifier and Type Class Description classcom.evolveum.midpoint.prism.impl.schema.PrismSchemaImpl -
Uses of Freezable in com.evolveum.midpoint.prism.query
Subinterfaces of Freezable in com.evolveum.midpoint.prism.query Modifier and Type Interface Description interfaceAllFilterinterfaceAndFilterinterfaceComparativeFilter<T>interfaceEqualFilter<T>interfaceExistsFilterinterfaceFullTextFilterinterfaceGreaterFilter<T>interfaceInOidFilterTODO create a better name for this filterinterfaceLessFilter<T>interfaceLogicalFilterinterfaceNaryLogicalFilterinterfaceNoneFilterinterfaceNotFilterinterfaceObjectFilterinterfaceOrFilterinterfaceOrgFilterinterfacePropertyValueFilter<T>interfaceRefFilterinterfaceSubstringFilter<T>interfaceTypeFilterinterfaceUnaryLogicalFilterinterfaceUndefinedFilterinterfaceValueFilter<V extends PrismValue,D extends ItemDefinition> -
Uses of Freezable in com.evolveum.midpoint.prism.schema
Subinterfaces of Freezable in com.evolveum.midpoint.prism.schema Modifier and Type Interface Description interfaceMutablePrismSchemainterfacePrismSchemaSchema as a collection of definitions.interfaceSchemaDescriptionSchema (prism or non-prism) with additional information. -
Uses of Freezable in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with type parameters of type Freezable Modifier and Type Method Description static <T extends Freezable>
Collection<T>PrismUtil. freezeCollectionDeeply(Collection<T> freezables) -
Uses of Freezable in com.evolveum.midpoint.prism.xnode
Subinterfaces of Freezable in com.evolveum.midpoint.prism.xnode Modifier and Type Interface Description interfaceIncompleteMarkerXNodeThis is a marker that a given prism item is incomplete.interfaceListXNodeinterfaceMapXNodeNote we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interfacePrimitiveXNode<T>interfaceRootXNodeinterfaceXNode -
Uses of Freezable in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema that implement Freezable Modifier and Type Class Description classSearchResultList<T> -
Uses of Freezable in com.evolveum.midpoint.schema.processor
Subinterfaces of Freezable in com.evolveum.midpoint.schema.processor Modifier and Type Interface Description interfaceConnectorSchemainterfaceMutableObjectClassComplexTypeDefinitioninterfaceMutableResourceAttributeDefinition<T>interfaceMutableResourceSchemainterfaceObjectClassComplexTypeDefinitionDescribes a resource object class.interfaceResourceAttribute<T>interfaceResourceAttributeContainerinterfaceResourceAttributeContainerDefinitionTODOinterfaceResourceAttributeDefinition<T>interfaceResourceSchemaClasses in com.evolveum.midpoint.schema.processor that implement Freezable Modifier and Type Class Description classConnectorSchemaImplclassObjectClassComplexTypeDefinitionImplclassResourceAttributeContainerDefinitionImplResource Object Definition (Object Class).classResourceAttributeContainerImplResource Object.classResourceAttributeDefinitionImpl<T>Resource Object Attribute Definition.classResourceAttributeImpl<T>Resource Object Attribute is a Property of Resource Object.classResourceSchemaImpl -
Uses of Freezable in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of Freezable in com.evolveum.midpoint.schema.processor.deleg Modifier and Type Interface Description interfaceAttributeContainerDefinitionDelegatorinterfaceAttributeDefinitionDelegator<T>interfaceObjectClassTypeDefinitionDelegator -
Uses of Freezable in com.evolveum.midpoint.xml.ns._public.common.common_3
Classes in com.evolveum.midpoint.xml.ns._public.common.common_3 that implement Freezable Modifier and Type Class Description classConditionalSearchFilterTypeA filter with an expression that denotes a necessary condition for the filter to be applied. -
Uses of Freezable in com.evolveum.prism.xml.ns._public.query_3
Classes in com.evolveum.prism.xml.ns._public.query_3 that implement Freezable Modifier and Type Class Description classSearchFilterType
-