Uses of Class
com.evolveum.midpoint.prism.OriginType
-
-
Uses of OriginType in com.evolveum.midpoint.model.common.mapping
Methods in com.evolveum.midpoint.model.common.mapping that return OriginType Modifier and Type Method Description OriginTypeAbstractMappingBuilder. getOriginType()Methods in com.evolveum.midpoint.model.common.mapping with parameters of type OriginType Modifier and Type Method Description RTAbstractMappingBuilder. originType(OriginType val) -
Uses of OriginType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens with parameters of type OriginType Modifier and Type Method Description static PropertyDelta<XMLGregorianCalendar>LensUtil. createActivationTimestampDelta(ActivationStatusType status, XMLGregorianCalendar now, PrismContainerDefinition<ActivationType> activationDefinition, OriginType origin, PrismContext prismContext) -
Uses of OriginType in com.evolveum.midpoint.model.impl.lens.construction
Fields in com.evolveum.midpoint.model.impl.lens.construction declared as OriginType Modifier and Type Field Description protected @NotNull OriginTypeAbstractConstruction. originTypeOrigin of this construction.Methods in com.evolveum.midpoint.model.impl.lens.construction that return OriginType Modifier and Type Method Description @NotNull OriginTypeAbstractConstruction. getOriginType()Methods in com.evolveum.midpoint.model.impl.lens.construction with parameters of type OriginType Modifier and Type Method Description RTAbstractConstructionBuilder. originType(OriginType val) -
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.deleg
Methods in com.evolveum.midpoint.prism.deleg with parameters of type OriginType Modifier and Type Method Description default voidItemDeltaDelegator. setOriginTypeRecursive(OriginType originType) -
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.impl
Methods in com.evolveum.midpoint.prism.impl that return OriginType Modifier and Type Method Description OriginTypePrismValueImpl. getOriginType()Methods in com.evolveum.midpoint.prism.impl with parameters of type OriginType Modifier and Type Method Description <T> PrismPropertyValue<T>ItemFactoryImpl. createPropertyValue(T value, OriginType originType, Objectable originObject)PrismReferenceValueItemFactoryImpl. 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 OriginType Constructor Description PrismContainerValueImpl(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 OriginType Modifier and Type Method Description voidPrismValueDeltaSetTripleImpl. 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 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)
-