Package | Description |
---|---|
com.evolveum.midpoint.common.mapping | |
com.evolveum.midpoint.model.lens | |
com.evolveum.midpoint.prism | |
com.evolveum.midpoint.prism.delta | |
com.evolveum.midpoint.prism.util |
Modifier and Type | Method and Description |
---|---|
OriginType |
Mapping.getOriginType() |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.setOriginType(OriginType sourceType) |
Modifier and Type | Method and Description |
---|---|
OriginType |
AccountConstruction.getOriginType() |
Modifier and Type | Method and Description |
---|---|
static PropertyDelta<XMLGregorianCalendar> |
LensUtil.createActivationTimestampDelta(ActivationStatusType status,
XMLGregorianCalendar now,
PrismContainerDefinition<ActivationType> activationDefinition,
OriginType origin) |
void |
AccountConstruction.setOriginType(OriginType originType) |
Modifier and Type | Method and Description |
---|---|
OriginType |
PrismValue.getOriginType() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PrismValue.setOriginType(OriginType type) |
Constructor and Description |
---|
PrismContainerValue(OriginType type,
Objectable source,
PrismContainerable container,
Long id) |
PrismPropertyValue(T value,
OriginType type,
Objectable source) |
PrismReferenceValue(String oid,
OriginType type,
Objectable source) |
Modifier and Type | Method and Description |
---|---|
void |
PrismValueDeltaSetTriple.setOriginType(OriginType sourceType)
Sets specified source type for all values in all sets
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
PrismAsserts.assertOrigin(Visitable visitableItem,
Objectable expectedOriginObject,
OriginType... expectedOriginTypes) |
static <T> void |
PrismAsserts.assertOrigin(Visitable visitableItem,
OriginType... expectedOriginTypes) |
Copyright © 2013 evolveum. All rights reserved.