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>, PrismContainerValueDelegator<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, ResourceAttributeDefinitionDelegator<T>, ResourceAttributeWrapper<T>, ResourceObjectClassDefinition, ResourceObjectClassDefinitionDelegator, ResourceObjectDefinition, ResourceObjectDefinitionDelegator, ResourceObjectTypeDefinition, ResourceObjectTypeDefinitionDelegator, ShadowAssociationDefinition, ShadowAssociationsComplexTypeDefinition, ShadowAssociationsContainer, ShadowAssociationsContainerDefinition, ShadowAttributeDefinition<V,D,RV,SA>, ShadowAttributesComplexTypeDefinition, ShadowAttributesContainer, ShadowAttributesContainerDefinition, ShadowAttributesContainerDefinitionDelegator, 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, AssociationAttributeMappingWrapper, AssociationInboundExpressionWrapper, AssociationMappingExpressionWrapper, AssociationOutboundExpressionWrapper, AuthenticationAttemptWrapper, AuthenticationBehaviorWrapper, CaseWorkItemTypeWrapper, CompositeObjectDefinitionImpl, com.evolveum.midpoint.prism.impl.DefinitionImpl, ExpressionWrapper, com.evolveum.midpoint.prism.impl.ItemDefinitionImpl, com.evolveum.midpoint.prism.impl.ItemImpl, ItemWrapperImpl, NormalizationAwareResourceAttributeDefinition, ObjectTypeAttributeMappingWrapper, 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, com.evolveum.midpoint.prism.impl.PrismReferenceImpl, com.evolveum.midpoint.prism.impl.PrismReferenceValueImpl, PrismReferenceWrapperImpl, PrismSchemaWrapper, com.evolveum.midpoint.prism.impl.PrismValueImpl, ProfilingClassLoggerContainerWrapperImpl, ProtectedStringTypeWrapperImpl, RawType, ResourceAttributeWrapperImpl, ResourceObjectClassDefinitionImpl, ResourceObjectTypeDefinitionImpl, ResourceWrapper, ShadowAssociation, ShadowAssociationDefinitionImpl, ShadowAssociationsContainerDefinitionImpl, ShadowAssociationsContainerImpl, ShadowAssociationValue, ShadowAssociationValueWrapper, ShadowAssociationWrapperImpl, ShadowAttributeDefinitionImpl, ShadowAttributesContainerDefinitionImpl, ShadowAttributesContainerImpl, ShadowReferenceAttribute, ShadowReferenceAttributeDefinitionImpl, ShadowReferenceAttributeValue, 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)