Interface Revivable

All Known Subinterfaces:
AllFilter, AndFilter, AnyInFilter<T>, ComparativeFilter<T>, ComplexTypeDefinition, ComplexTypeDefinitionDelegator, CompositeObjectDefinition, CompositeObjectDefinitionDelegator, ContainerDefinitionDelegator<C>, Definition, DefinitionDelegator, EnumerationTypeDefinition, EqualFilter<T>, ExistsFilter, FullTextFilter, FuzzyStringMatchFilter<T>, GreaterFilter<T>, InOidFilter, Item<V,D>, ItemDefinition<I>, ItemDefinitionDelegator<I>, ItemWrapper<I,VW>, LessFilter<T>, LogicalFilter, NaryLogicalFilter, NoneFilter, NotFilter, ObjectDefinitionDelegator<O>, ObjectFilter, OrFilter, OrgFilter, OwnedByFilter, PrismContainer<C>, PrismContainerDefinition<C>, PrismContainerValue<C>, PrismContainerWrapper<C>, PrismObject<O>, PrismObjectDefinition<O>, PrismObjectValue<O>, PrismObjectWrapper<O>, PrismProperty<T>, PrismPropertyDefinition<T>, PrismPropertyValue<T>, PrismPropertyWrapper<T>, PrismReference, PrismReferenceDefinition, PrismReferenceValue, PrismReferenceWrapper<R>, PrismValue, PropertyDefinitionDelegator<T>, PropertyValueFilter<T>, ReferencedByFilter, ReferenceDefinitionDelegator, RefFilter, ResourceAttributeContainerDefinition, ResourceAttributeContainerDefinitionDelegator, ResourceAttributeDefinitionDelegator<T>, ResourceAttributeWrapper<T>, ResourceObjectClassDefinition, ResourceObjectClassDefinitionDelegator, ResourceObjectDefinition, ResourceObjectDefinitionDelegator, ResourceObjectTypeDefinition, ResourceObjectTypeDefinitionDelegator, ShadowAssociationsComplexTypeDefinition, ShadowAssociationsContainer, ShadowAssociationsContainerDefinition, ShadowAttributeDefinition<SA,R>, ShadowAttributesComplexTypeDefinition, ShadowAttributesContainer, ShadowItemsComplexTypeDefinition, ShadowReferenceAttributeDefinition, ShadowSimpleAttribute<T>, ShadowSimpleAttributeDefinition<T>, ShadowWrapper, SimpleTypeDefinition, SubstringFilter<T>, TypeDefinition, TypeDefinitionDelegator, TypeFilter, UnaryLogicalFilter, UndefinedFilter, ValueFilter<V,D>, ValueMetadata
All Known Implementing Classes:
AbstractResourceObjectDefinitionImpl, AssignmentHolderWrapper, CaseWorkItemTypeWrapper, CompositeObjectDefinitionImpl, com.evolveum.midpoint.prism.impl.DefinitionImpl, ExpressionWrapper, com.evolveum.midpoint.prism.impl.ItemDefinitionImpl, com.evolveum.midpoint.prism.impl.ItemImpl, ItemWrapperImpl, NormalizationAwareResourceAttributeDefinition, com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl, com.evolveum.midpoint.prism.impl.PrismContainerImpl, com.evolveum.midpoint.prism.impl.PrismContainerValueImpl, PrismContainerWrapperImpl, PrismObjectWrapperImpl, com.evolveum.midpoint.prism.impl.PrismPropertyImpl, PrismPropertyWrapperImpl, PrismReferenceWrapperImpl, PrismSchemaWrapper, com.evolveum.midpoint.prism.impl.PrismValueImpl, ProfilingClassLoggerContainerWrapperImpl, ProtectedStringTypeWrapperImpl, RawType, ResourceAttributeContainerDefinitionImpl, ResourceAttributeMappingWrapper, ResourceAttributeWrapperImpl, ResourceObjectClassDefinitionImpl, ResourceObjectTypeDefinitionImpl, ResourceWrapper, ShadowAssociationsContainerDefinitionImpl, ShadowAssociationsContainerImpl, ShadowAssociationValue, ShadowAssociationWrapperImpl, ShadowAttributeDefinitionImpl, ShadowAttributesContainerImpl, ShadowReferenceAttribute, ShadowReferenceAttributeDefinitionImpl, ShadowSimpleAttributeDefinitionImpl, ShadowSimpleAttributeImpl, ShadowWrapperImpl, ValueMetadataWrapperImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Revivable
Author:
Radovan Semancik
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    revive(PrismContext prismContext)
    TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary)
  • Method Details

    • revive

      void revive(PrismContext prismContext)
      TODO: Is revive necessary if prism context is static? TODO document (if it's found to be necessary)