Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectProcessingStateType
Packages that use ObjectProcessingStateType
Package
Description
-
Uses of ObjectProcessingStateType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return ObjectProcessingStateTypeMethods in com.evolveum.midpoint.gui.impl.component.search with parameters of type ObjectProcessingStateTypeModifier and TypeMethodDescriptionvoid
SearchContext.setObjectProcessingState
(ObjectProcessingStateType objectProcessingState) -
Uses of ObjectProcessingStateType in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that return ObjectProcessingStateTypeModifier and TypeMethodDescriptionstatic ObjectProcessingStateType
SimulationsGuiUtil.builtInMetricToProcessingState
(BuiltInSimulationMetricType identifier) protected ObjectProcessingStateType
ProcessedObjectsPanel.getPredefinedProcessingState()
Object processing state that should be used in search filter during first initialization (can be changed by user later) -
Uses of ObjectProcessingStateType in com.evolveum.midpoint.model.api.simulation
Fields in com.evolveum.midpoint.model.api.simulation with type parameters of type ObjectProcessingStateTypeModifier and TypeFieldDescriptionstatic final Map<ChangeType,
ObjectProcessingStateType> ProcessedObject.DELTA_TO_PROCESSING_STATE
Methods in com.evolveum.midpoint.model.api.simulation that return ObjectProcessingStateTypeModifier and TypeMethodDescription@NotNull ObjectProcessingStateType
ProcessedObject.getState()
State of the object. -
Uses of ObjectProcessingStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectProcessingStateTypeModifier and TypeMethodDescriptionstatic ObjectProcessingStateType
SimulationResultProcessedObjectType.getState()
static ObjectProcessingStateType
Returns the enum constant of this class with the specified name.static ObjectProcessingStateType[]
ObjectProcessingStateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectProcessingStateTypeModifier and TypeMethodDescriptionvoid
SimulationResultProcessedObjectType.setState
(ObjectProcessingStateType value) SimulationResultProcessedObjectType.state
(ObjectProcessingStateType value)