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 OriginType
OriginType. 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)
PrismReferenceValue
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.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type OriginType Modifier and Type Method Description void
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 OriginType Modifier and Type Method Description void
AbstractDelegatedPrismValueDeltaSetTriple. 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 OriginType
MidpointOriginMetadata. getOriginType()
Methods in com.evolveum.midpoint.prism.metadata with parameters of type OriginType Modifier and Type Method Description void
MidpointOriginMetadata. 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 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)
-