Constructor and Description |
---|
ShadowDiscriminatorObjectDelta(Class<T> objectTypeClass,
ChangeType changeType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
WorkflowEvent.getChangeType() |
ChangeType |
ModelEvent.getChangeType() |
ChangeType |
AccountEvent.getChangeType() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowEvent.setChangeType(ChangeType changeType) |
void |
AccountEvent.setChangeType(ChangeType changeType) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
DummyNotifier.NotificationRecord.getFirstChangeType() |
Modifier and Type | Method and Description |
---|---|
ObjectDelta<T> |
PrismObject.createDelta(ChangeType changeType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static <O extends Objectable> |
ObjectDelta.createEmptyDelta(Class<O> type,
String oid,
PrismContext prismContext,
ChangeType changeType) |
void |
ObjectDelta.setChangeType(ChangeType changeType) |
Constructor and Description |
---|
ObjectDelta(Class<T> objectTypeClass,
ChangeType changeType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.asserHasDelta(String message,
Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
Class<?> expectedClass) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
RChangeType.getSchemaValue() |
Modifier and Type | Method and Description |
---|---|
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) |
ObjectDeltaOperation<?> |
DummyAuditService.getExecutionDelta(int index,
ChangeType changeType,
Class<?> typeClass) |
Copyright © 2013 evolveum. All rights reserved.