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.model.impl.visualizer.output
Methods in com.evolveum.midpoint.model.impl.visualizer.output that return ChangeTypeMethods in com.evolveum.midpoint.model.impl.visualizer.output with parameters of type ChangeType -
Uses of ChangeType in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return ChangeTypeModifier and TypeMethodDescriptionCaseManagementEvent.getChangeType()ModelEvent.getChangeType()@NotNull ChangeTypeResourceObjectEvent.getChangeType() -
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 ChangeTypeChangeType.toChangeType(ChangeTypeType changeType) static ChangeTypeReturns 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) voidObjectDelta.setChangeType(ChangeType changeType) static ChangeTypeTypeChangeType.toChangeTypeType(ChangeType changeType) -
Uses of ChangeType in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type ChangeType -
Uses of ChangeType in com.evolveum.midpoint.prism.impl.delta
Methods in com.evolveum.midpoint.prism.impl.delta that return ChangeTypeMethods in com.evolveum.midpoint.prism.impl.delta with parameters of type ChangeTypeModifier and TypeMethodDescription<O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.create(Class<O> type, ChangeType changeType) <O extends Objectable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createEmptyDelta(Class<O> type, String oid, ChangeType changeType) static <O extends Objectable>
ObjectDeltaImpl<O>ObjectDeltaImpl.createEmptyDelta(Class<O> type, String oid, PrismContext prismContext, ChangeType changeType) voidObjectDeltaImpl.setChangeType(ChangeType changeType) Constructors in com.evolveum.midpoint.prism.impl.delta with parameters of type ChangeTypeModifierConstructorDescriptionObjectDeltaImpl(Class<O> 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 ChangeTypeModifier and TypeMethodDescriptionstatic voidPrismAsserts.asserHasDelta(String message, Collection<? extends ObjectDelta<? extends Objectable>> deltas, ChangeType expectedChangeType, Class<?> expectedClass) -
Uses of ChangeType in com.evolveum.midpoint.repo.api
Fields in com.evolveum.midpoint.repo.api with type parameters of type ChangeTypeModifier and TypeFieldDescriptionstatic final Set<ChangeType>CacheInvalidationEventSpecification.ALL_CHANGESstatic final Set<ChangeType>CacheInvalidationEventSpecification.MODIFY_DELETEMethods in com.evolveum.midpoint.repo.api that return ChangeTypeModifier and TypeMethodDescriptionDeleteObjectResult.getChangeType()ModifyObjectResult.getChangeType()RepositoryOperationResult.getChangeType()Methods in com.evolveum.midpoint.repo.api that return types with arguments of type ChangeTypeModifier and TypeMethodDescription@NotNull Set<ChangeType>CacheInvalidationEventSpecification.getChangeTypes()Method parameters in com.evolveum.midpoint.repo.api with type arguments of type ChangeTypeModifier and TypeMethodDescriptionCacheInvalidationEventSpecification.of(Class<? extends ObjectType> type, Set<ChangeType> changes) -
Uses of ChangeType in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers that return ChangeType -
Uses of ChangeType in com.evolveum.midpoint.repo.common.activity.run.state.actions
Methods in com.evolveum.midpoint.repo.common.activity.run.state.actions with parameters of type ChangeTypeModifier and TypeMethodDescription<T extends ObjectType>
voidActionsExecutedCollectorImpl.recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) voidActionsExecutedCollectorImpl.recordActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception) -
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) 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) -
Uses of ChangeType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) <T extends ObjectType>
voidNullTaskImpl.recordObjectActionExecuted(PrismObject<T> objectOld, Class<T> objectTypeClass, String oid, ChangeType delete, String channel, Throwable o) voidNullTaskImpl.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 StringVisualizationUtil.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 TypeMethodDescriptionvoidProgressReportActivityDto.ResourceOperationResult.setChangeType(ChangeType changeType) Constructors in com.evolveum.midpoint.web.component.progress with parameters of type ChangeTypeModifierConstructorDescriptionResourceOperationResult(ChangeType changeType, OperationResultStatus resultStatus)