Uses of Enum Class
com.evolveum.midpoint.prism.delta.ChangeType
Packages that use ChangeType
Package
Description
-
Uses of ChangeType in com.evolveum.midpoint.model.api.simulation
Fields in com.evolveum.midpoint.model.api.simulation with type parameters of type ChangeTypeModifier and TypeFieldDescriptionstatic final Map<ChangeType,
ObjectProcessingStateType> ProcessedObject.DELTA_TO_PROCESSING_STATE
-
Uses of ChangeType in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return ChangeType -
Uses of ChangeType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type ChangeType -
Uses of ChangeType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return ChangeTypeModifier and TypeMethodDescriptionObjectDelta.getChangeType()
static ChangeType
ChangeType.toChangeType
(ChangeTypeType changeType) static ChangeType
Returns the enum constant of this class with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.prism.delta with parameters of type ChangeTypeModifier and TypeMethodDescription<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 ChangeTypeModifier and TypeMethodDescriptionstatic 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 ChangeTypeModifier and TypeMethodDescription<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) -
Uses of ChangeType in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show that return ChangeTypeModifier and TypeMethodDescriptionVisualizationDto.getChangeType()
WrapperVisualization.getChangeType()
Methods in com.evolveum.midpoint.web.component.prism.show with parameters of type ChangeTypeModifier and TypeMethodDescriptionstatic String
VisualizationUtil.createChangeTypeCssClassForOutlineCard
(ChangeType change) -
Uses of ChangeType in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return ChangeTypeModifier and TypeMethodDescriptionProgressReportActivityDto.ResourceOperationResult.getChangeType()
Methods in com.evolveum.midpoint.web.component.progress with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoid
ProgressReportActivityDto.ResourceOperationResult.setChangeType
(ChangeType changeType) Constructors in com.evolveum.midpoint.web.component.progress with parameters of type ChangeTypeModifierConstructorDescriptionResourceOperationResult
(ChangeType changeType, OperationResultStatus resultStatus)