Uses of Class
com.evolveum.midpoint.prism.delta.ChangeType

Packages that use ChangeType
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.notifications.notifiers   
com.evolveum.midpoint.notifications.request   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.test   
 

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
<O extends Objectable>
ObjectDelta<O>
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)
           
 



Copyright © 2013 evolveum. All Rights Reserved.