|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeType | |
|---|---|
| com.evolveum.midpoint.common.refinery | |
| com.evolveum.midpoint.prism | |
| com.evolveum.midpoint.prism.delta | |
| com.evolveum.midpoint.prism.util | |
| Uses of ChangeType in com.evolveum.midpoint.common.refinery |
|---|
| Constructors in com.evolveum.midpoint.common.refinery with parameters of type ChangeType | |
|---|---|
ShadowDiscriminatorObjectDelta(java.lang.Class<T> objectTypeClass,
ChangeType changeType,
PrismContext prismContext)
|
|
| Uses of ChangeType in com.evolveum.midpoint.prism |
|---|
| Methods in com.evolveum.midpoint.prism with parameters of type ChangeType | |
|---|---|
ObjectDelta<T> |
PrismObject.createDelta(ChangeType changeType)
|
| Uses of ChangeType in com.evolveum.midpoint.prism.delta |
|---|
| Methods in com.evolveum.midpoint.prism.delta that return ChangeType | |
|---|---|
ChangeType |
ObjectDelta.getChangeType()
|
static ChangeType |
ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.evolveum.midpoint.prism.delta with parameters of type ChangeType | ||
|---|---|---|
static
|
ObjectDelta.createEmptyDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext,
ChangeType changeType)
|
|
void |
ObjectDelta.setChangeType(ChangeType changeType)
|
|
| Constructors in com.evolveum.midpoint.prism.delta with parameters of type ChangeType | |
|---|---|
ObjectDelta(java.lang.Class<T> objectTypeClass,
ChangeType changeType,
PrismContext prismContext)
|
|
| Uses of ChangeType in com.evolveum.midpoint.prism.util |
|---|
| Methods in com.evolveum.midpoint.prism.util with parameters of type ChangeType | |
|---|---|
static void |
PrismAsserts.asserHasDelta(java.lang.String message,
java.util.Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
java.lang.Class<?> expectedClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||