Uses of Enum Class
com.evolveum.midpoint.prism.OriginType
Packages that use OriginType
Package
Description
-
Uses of OriginType in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return OriginTypeMethods in com.evolveum.midpoint.model.common.mapping with parameters of type OriginType -
Uses of OriginType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type OriginTypeModifier and TypeMethodDescriptionstatic PropertyDelta<XMLGregorianCalendar>LensUtil.createActivationTimestampDelta(ActivationStatusType status, XMLGregorianCalendar now, PrismContainerDefinition<ActivationType> activationDefinition, OriginType origin) -
Uses of OriginType in com.evolveum.midpoint.model.impl.lens.construction
Fields in com.evolveum.midpoint.model.impl.lens.construction declared as OriginTypeModifier and TypeFieldDescriptionprotected final @NotNull OriginTypeAbstractConstruction.originTypeOrigin of this construction.Methods in com.evolveum.midpoint.model.impl.lens.construction that return OriginTypeMethods in com.evolveum.midpoint.model.impl.lens.construction with parameters of type OriginType -
Uses of OriginType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return OriginTypeModifier and TypeMethodDescriptionstatic OriginTypeReturns the enum constant of this class with the specified name.static OriginType[]OriginType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type OriginTypeModifier and TypeMethodDescription<T> PrismPropertyValue<T>ItemFactory.createPropertyValue(T value, OriginType originType, Objectable originObject) ItemFactory.createReferenceValue(String oid, OriginType originType, Objectable originObject) voidPrismContainerValue.setOriginTypeRecursive(OriginType originType) Set origin type to all values and subvalues -
Uses of OriginType in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg with parameters of type OriginTypeModifier and TypeMethodDescriptiondefault voidItemDeltaDelegator.setOriginTypeRecursive(OriginType originType) -
Uses of OriginType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type OriginTypeModifier and TypeMethodDescriptionvoidPrismValueDeltaSetTriple.setOriginType(OriginType sourceType) Sets specified source type for all values in all setsvoidItemDelta.setOriginTypeRecursive(OriginType originType) Set origin type to all values and subvalues -
Uses of OriginType in com.evolveum.midpoint.prism.extensions
Methods in com.evolveum.midpoint.prism.extensions with parameters of type OriginTypeModifier and TypeMethodDescriptionvoidAbstractDelegatedPrismValueDeltaSetTriple.setOriginType(OriginType sourceType) -
Uses of OriginType in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return OriginTypeMethods in com.evolveum.midpoint.prism.impl with parameters of type OriginTypeModifier and TypeMethodDescription<T> PrismPropertyValue<T>ItemFactoryImpl.createPropertyValue(T value, OriginType originType, Objectable originObject) ItemFactoryImpl.createReferenceValue(String oid, OriginType originType, Objectable originObject) voidPrismValueImpl.setOriginType(OriginType type) voidPrismContainerValueImpl.setOriginTypeRecursive(OriginType originType) Set origin type to all values and subvaluesConstructors in com.evolveum.midpoint.prism.impl with parameters of type OriginTypeModifierConstructorDescriptionPrismContainerValueImpl(OriginType type, Objectable source, PrismContainerable container, Long id, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext) PrismPropertyValueImpl(T value, OriginType type, Objectable source) PrismPropertyValueImpl(T value, PrismContext prismContext, OriginType type, Objectable source, ExpressionWrapper expression) PrismReferenceValueImpl(String oid, OriginType type, Objectable source) -
Uses of OriginType in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type OriginTypeModifier and TypeMethodDescriptionvoidPrismValueDeltaSetTripleImpl.setOriginType(OriginType sourceType) Sets specified source type for all values in all setsvoidItemDeltaImpl.setOriginTypeRecursive(OriginType originType) Set origin type to all values and subvalues -
Uses of OriginType in com.evolveum.midpoint.prism.metadata
Methods in com.evolveum.midpoint.prism.metadata that return OriginTypeMethods in com.evolveum.midpoint.prism.metadata with parameters of type OriginType -
Uses of OriginType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type OriginTypeModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertOrigin(ItemDelta<?, ?> itemDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(ItemDelta<?, ?> itemDelta, OriginType... expectedOriginTypes) static voidPrismAsserts.assertOrigin(ObjectDelta<?> objectDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(ObjectDelta<?> objectDelta, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(Visitable visitableItem, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> voidPrismAsserts.assertOrigin(Visitable visitableItem, OriginType... expectedOriginTypes)