Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectProcessingStateType
-
-
Uses of ObjectProcessingStateType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return ObjectProcessingStateType Modifier and Type Method Description ObjectProcessingStateType
SearchContext. getObjectProcessingState()
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type ObjectProcessingStateType Modifier and Type Method Description void
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 ObjectProcessingStateType Modifier and Type Method Description static 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 ObjectProcessingStateType Modifier and Type Field Description static Map<ChangeType,ObjectProcessingStateType>
ProcessedObject. DELTA_TO_PROCESSING_STATE
Methods in com.evolveum.midpoint.model.api.simulation that return ObjectProcessingStateType Modifier and Type Method Description @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 ObjectProcessingStateType Modifier and Type Method Description static ObjectProcessingStateType
ObjectProcessingStateType. fromValue(String v)
ObjectProcessingStateType
SimulationResultProcessedObjectType. getState()
static ObjectProcessingStateType
ObjectProcessingStateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectProcessingStateType[]
ObjectProcessingStateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectProcessingStateType Modifier and Type Method Description void
SimulationResultProcessedObjectType. setState(ObjectProcessingStateType value)
SimulationResultProcessedObjectType
SimulationResultProcessedObjectType. state(ObjectProcessingStateType value)
-