Uses of Class
com.evolveum.midpoint.schema.ObjectDeltaOperation

Packages that use ObjectDeltaOperation
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.repo.sql.data.audit   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.test   
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.audit.api
 

Methods in com.evolveum.midpoint.audit.api that return types with arguments of type ObjectDeltaOperation
 Collection<ObjectDeltaOperation<? extends ObjectType>> AuditEventRecord.getDeltas()
           
 

Methods in com.evolveum.midpoint.audit.api with parameters of type ObjectDeltaOperation
 void AuditEventRecord.addDelta(ObjectDeltaOperation<? extends ObjectType> delta)
           
 

Method parameters in com.evolveum.midpoint.audit.api with type arguments of type ObjectDeltaOperation
 void AuditEventRecord.addDeltas(Collection<ObjectDeltaOperation<? extends ObjectType>> deltasToAdd)
           
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return types with arguments of type ObjectDeltaOperation
 Collection<ObjectDeltaOperation<? extends ObjectType>> LensContext.getExecutedDeltas()
          Returns all executed deltas, user and all accounts.
 List<ObjectDeltaOperation<O>> LensElementContext.getExecutedDeltas()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type ObjectDeltaOperation
 void LensElementContext.addToExecutedDeltas(ObjectDeltaOperation<O> executedDelta)
           
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.repo.sql.data.audit
 

Methods in com.evolveum.midpoint.repo.sql.data.audit with parameters of type ObjectDeltaOperation
static RObjectDeltaOperation RObjectDeltaOperation.toRepo(RAuditEventRecord record, ObjectDeltaOperation operation, PrismContext prismContext)
           
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return ObjectDeltaOperation
 ObjectDeltaOperation<T> ObjectDeltaOperation.clone()
           
 

Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectDeltaOperation
static Collection<ObjectDeltaOperation<? extends ObjectType>> ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
           
static Collection<ObjectDeltaOperation<? extends ObjectType>> ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
           
 

Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectDeltaOperation
static void ObjectDeltaOperation.checkConsistence(Collection<? extends ObjectDeltaOperation<?>> deltas)
           
static Collection<ObjectDeltaOperation<? extends ObjectType>> ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
           
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectDeltaOperation
static Collection<ObjectDeltaOperation<? extends ObjectType>> MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectDeltaOperation
static Collection<ObjectDeltaOperation<? extends ObjectType>> MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
           
 

Uses of ObjectDeltaOperation in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that return ObjectDeltaOperation
 ObjectDeltaOperation<?> DummyAuditService.getExecutionDelta(int index)
           
 

Methods in com.evolveum.midpoint.test that return types with arguments of type ObjectDeltaOperation
 Collection<ObjectDeltaOperation<? extends ObjectType>> DummyAuditService.getExecutionDeltas()
           
 Collection<ObjectDeltaOperation<? extends ObjectType>> DummyAuditService.getExecutionDeltas(int index)
           
 



Copyright © 2013 evolveum. All Rights Reserved.