Uses of Class
com.evolveum.midpoint.prism.OriginType
-
-
Uses of OriginType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return OriginType Modifier and Type Method Description static OriginTypeOriginType. valueOf(String name)Returns the enum constant of this type with the specified name.static OriginType[]OriginType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.prism with parameters of type OriginType Modifier and Type Method Description <T> PrismPropertyValue<T>ItemFactory. createPropertyValue(T value, OriginType originType, Objectable originObject)PrismReferenceValueItemFactory. 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.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type OriginType Modifier and Type Method Description voidPrismValueDeltaSetTriple. 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 OriginType Modifier and Type Method Description voidAbstractDelegatedPrismValueDeltaSetTriple. setOriginType(OriginType sourceType) -
Uses of OriginType in com.evolveum.midpoint.prism.metadata
Methods in com.evolveum.midpoint.prism.metadata that return OriginType Modifier and Type Method Description OriginTypeMidpointOriginMetadata. getOriginType()Methods in com.evolveum.midpoint.prism.metadata with parameters of type OriginType Modifier and Type Method Description voidMidpointOriginMetadata. setOriginType(OriginType type) -
Uses of OriginType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type OriginType Modifier and Type Method Description static 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)
-