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 ChangeTypeScene. 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 ChangeTypeObjectDelta. getChangeType()static ChangeTypeChangeType. toChangeType(ChangeTypeType changeType)static ChangeTypeChangeType. 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)voidObjectDelta. setChangeType(ChangeType changeType)static ChangeTypeTypeChangeType. 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 voidPrismAsserts. 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)voidActionsExecutedCollector. recordActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)voidTaskActionsExecutedCollector. 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)voidTaskActionsExecutedCollector. recordObjectActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)
-