Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
AuditEventRecord.getDeltas() |
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.addDelta(ObjectDeltaOperation<? extends ObjectType> delta) |
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.addDeltas(Collection<ObjectDeltaOperation<? extends ObjectType>> deltasToAdd) |
Modifier and Type | Method and Description |
---|---|
List<? extends ObjectDeltaOperation> |
ModelElementContext.getExecutedDeltas() |
Modifier and Type | Class and Description |
---|---|
class |
LensObjectDeltaOperation<T extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
LensContext.getExecutedDeltas()
Returns all executed deltas, user and all accounts.
|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
LensContext.getUnauditedExecutedDeltas()
Returns all executed deltas, user and all accounts.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ObjectDeltaOperation> |
ModelEvent.getExecutedDeltas() |
Modifier and Type | Method and Description |
---|---|
static RObjectDeltaOperation |
RObjectDeltaOperation.toRepo(RAuditEventRecord record,
ObjectDeltaOperation operation,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaOperation<T> |
ObjectDeltaOperation.clone() |
static ObjectDeltaOperation |
DeltaConvertor.createObjectDeltaOperation(ObjectDeltaOperationType objectDeltaOperationType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
static ObjectDeltaOperationType |
DeltaConvertor.toObjectDeltaOperationType(ObjectDeltaOperation objectDeltaOperation) |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectDeltaOperation.checkConsistence(Collection<? extends ObjectDeltaOperation<?>> deltas) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static <T extends ObjectType> |
ObjectDeltaOperation.containsDelta(Collection<? extends ObjectDeltaOperation<T>> deltaOps,
ObjectDelta<T> delta) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
ObjectDeltaOperation<?> |
DummyAuditService.getExecutionDelta(int index) |
ObjectDeltaOperation<?> |
DummyAuditService.getExecutionDelta(int index,
ChangeType changeType,
Class<?> typeClass) |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas() |
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas(int index) |
Copyright © 2013 evolveum. All rights reserved.