Uses of Class
com.evolveum.midpoint.prism.delta.ChangeType
-
-
Uses of ChangeType in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return ChangeType Modifier and Type Method Description ChangeType
Scene. getChangeType()
-
Uses of ChangeType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type ChangeType Modifier and Type Method Description ObjectDelta<O>
PrismObject. createDelta(ChangeType changeType)
-
Uses of ChangeType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return ChangeType Modifier and Type Method Description ChangeType
ObjectDelta. getChangeType()
static ChangeType
ChangeType. toChangeType(ChangeTypeType changeType)
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 Modifier and Type Method Description <O extends Objectable>
ObjectDelta<O>DeltaFactory.Object. create(Class<O> type, ChangeType changeType)
<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object. createEmptyDelta(Class<O> type, String oid, ChangeType changeType)
void
ObjectDelta. setChangeType(ChangeType changeType)
static ChangeTypeType
ChangeType. toChangeTypeType(ChangeType changeType)
-
Uses of ChangeType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type ChangeType Modifier and Type Method Description static void
PrismAsserts. asserHasDelta(String message, Collection<? extends ObjectDelta<? extends Objectable>> deltas, ChangeType expectedChangeType, Class<?> expectedClass)
-
Uses of ChangeType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type ChangeType Modifier and Type Method Description <T extends ObjectType>
voidActionsExecutedCollector. recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)
void
ActionsExecutedCollector. recordActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)
void
TaskActionsExecutedCollector. recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception)
Logs under default channel known to the current task.<T extends ObjectType>
voidTaskActionsExecutedCollector. recordObjectActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)
void
TaskActionsExecutedCollector. recordObjectActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)
-