Uses of Interface
com.evolveum.midpoint.model.api.simulation.ProcessedObject
Packages that use ProcessedObject
Package
Description
-
Uses of ProcessedObject in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation that return ProcessedObjectModifier and TypeMethodDescriptionstatic ProcessedObject<?>SimulationsGuiUtil.parseProcessedObject(@NotNull SimulationResultProcessedObjectType obj, @NotNull PageBase page) Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation with parameters of type ProcessedObjectModifier and TypeMethodDescriptionstatic StringProcessedObjectsPanel.createProcessedObjectDescription(ProcessedObject<?> obj, org.apache.wicket.model.IModel<List<MarkType>> availableMarksModel) static StringProcessedObjectsPanel.createRealMarksList(PageBase page, ProcessedObject<?> obj) static StringSimulationsGuiUtil.getProcessedObjectName(ProcessedObject<?> object, PageBase page) static @Nullable StringSimulationsGuiUtil.getShadowNameFromAttribute(ProcessedObject<?> object) -
Uses of ProcessedObject in com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.correaltion
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.correaltion with parameters of type ProcessedObjectModifier and TypeMethodDescriptionstatic StringCorrelationProcessedObjectPanel.createRealMarksList(PageBase page, ProcessedObject<?> obj) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.simulation.panel.correaltion with type arguments of type ProcessedObjectModifierConstructorDescriptionCorrelationCandidatePanel(String id, org.apache.wicket.model.IModel<ProcessedObject<?>> model, org.apache.wicket.model.IModel<SimulationResultType> simulationResulModel, org.apache.wicket.model.IModel<CorrelationDefinitionType> correlationDefinitionModel, Map<ItemPath, ItemPath> shadowCorrelationPathMap) -
Uses of ProcessedObject in com.evolveum.midpoint.gui.impl.page.admin.simulation.util
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation.util with parameters of type ProcessedObjectModifier and TypeMethodDescriptionstatic ShadowTypeCorrelationUtil.getShadowAfterChanges(ProcessedObject<ShadowType> processedObject) -
Uses of ProcessedObject in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return ProcessedObjectModifier and TypeMethodDescription<O extends ObjectType>
ProcessedObject<O>ModelService.parseProcessedObject(@NotNull SimulationResultProcessedObjectType bean, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of ProcessedObject in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that return types with arguments of type ProcessedObjectModifier and TypeMethodDescription@NotNull List<? extends ProcessedObject<?>>SimulationResultManager.getStoredProcessedObjects(@NotNull String oid, OperationResult result) Fetches and parses all stored processed objects from givenSimulationResultType.