|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChangeType in com.evolveum.midpoint.common.refinery |
---|
Constructors in com.evolveum.midpoint.common.refinery with parameters of type ChangeType | |
---|---|
ShadowDiscriminatorObjectDelta(Class<T> objectTypeClass,
ChangeType changeType,
PrismContext prismContext)
|
Uses of ChangeType in com.evolveum.midpoint.notifications.notifiers |
---|
Methods in com.evolveum.midpoint.notifications.notifiers that return ChangeType | |
---|---|
ChangeType |
DummyNotifier.NotificationRecord.getFirstChangeType()
|
Uses of ChangeType in com.evolveum.midpoint.notifications.request |
---|
Methods in com.evolveum.midpoint.notifications.request that return ChangeType | |
---|---|
ChangeType |
AccountNotificationRequest.getChangeType()
|
Methods in com.evolveum.midpoint.notifications.request with parameters of type ChangeType | |
---|---|
void |
AccountNotificationRequest.setChangeType(ChangeType changeType)
|
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(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(Class<O> type,
String oid,
PrismContext prismContext,
ChangeType changeType)
|
|
void |
ObjectDelta.setChangeType(ChangeType changeType)
|
Constructors in com.evolveum.midpoint.prism.delta with parameters of type ChangeType | |
---|---|
ObjectDelta(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(String message,
Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
Class<?> expectedClass)
|
Uses of ChangeType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with parameters of type ChangeType | |
---|---|
void |
DummyAuditService.asserHasDelta(ChangeType expectedChangeType,
Class<?> expectedClass)
|
void |
DummyAuditService.asserHasDelta(int index,
ChangeType expectedChangeType,
Class<?> expectedClass)
|
void |
DummyAuditService.asserHasDelta(String message,
int index,
ChangeType expectedChangeType,
Class<?> expectedClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |