Uses of Enum Class
com.evolveum.midpoint.prism.OriginType
Packages that use OriginType
Package
Description
-
Uses of OriginType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return OriginTypeModifier and TypeMethodDescriptionstatic OriginType
Returns 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) void
PrismContainerValue.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 void
ItemDeltaDelegator.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 TypeMethodDescriptionvoid
PrismValueDeltaSetTriple.setOriginType
(OriginType sourceType) Sets specified source type for all values in all setsvoid
ItemDelta.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 TypeMethodDescriptionvoid
AbstractDelegatedPrismValueDeltaSetTriple.setOriginType
(OriginType sourceType) -
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 void
PrismAsserts.assertOrigin
(ItemDelta<?, ?> itemDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(ItemDelta<?, ?> itemDelta, OriginType... expectedOriginTypes) static void
PrismAsserts.assertOrigin
(ObjectDelta<?> objectDelta, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(ObjectDelta<?> objectDelta, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(Visitable visitableItem, Objectable expectedOriginObject, OriginType... expectedOriginTypes) static <T> void
PrismAsserts.assertOrigin
(Visitable visitableItem, OriginType... expectedOriginTypes)