Uses of Interface
com.evolveum.midpoint.smart.api.info.StatusInfo
Packages that use StatusInfo
Package
Description
com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection
-
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return StatusInfoModifier and TypeMethodDescriptionprotected @Nullable StatusInfo<C>StatusAwareContainerListPanel.getStatusInfo(@NotNull PrismContainerValueWrapper<?> value) Retrieves theStatusInfofor the given container value.Methods in com.evolveum.midpoint.gui.impl.component with parameters of type StatusInfoModifier and TypeMethodDescriptionprotected booleanStatusAwareContainerListPanel.performOnDeleteSuggestion(@NotNull PageBase pageBase, org.apache.wicket.ajax.AjaxRequestTarget target, PrismContainerValueWrapper<C> valueWrapper, @Nullable StatusInfo<?> statusInfo) protected voidStatusAwareContainerListPanel.performOnReview(@NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull PrismContainerValueWrapper<C> valueWrapper, @NotNull StatusInfo<?> statusInfo) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion
Fields in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion with type parameters of type StatusInfoModifier and TypeFieldDescriptionprotected final Map<String,StatusInfo<?>> StatusAwareDataProvider.statusByTokenCache of status information keyed by token.Methods in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion that return StatusInfoModifier and TypeMethodDescriptionStatusInfo<?>GroupedMappingDataProvider.getSuggestionInfo(@NotNull PrismContainerValueWrapper<?> wrapper) @Nullable StatusInfo<?>StatusAwareDataProvider.getSuggestionInfo(PrismContainerValueWrapper<C> vw) Returns the currentStatusInfofor the given value wrapper.Methods in com.evolveum.midpoint.gui.impl.component.data.provider.suggestion that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionStatusAwareDataFactory.SuggestionsModelDto.getSuggestionResolver() -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return StatusInfoModifier and TypeMethodDescriptionprotected @Nullable StatusInfo<?>MultiSelectContainerActionTileTablePanel.getStatusInfoObject(PrismContainerValueWrapper<C> value) Methods in com.evolveum.midpoint.gui.impl.component.tile with parameters of type StatusInfoModifier and TypeMethodDescriptionprotected voidMultiSelectContainerActionTileTablePanel.newItemPerformed(PrismContainerValue<C> value, org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, boolean isDuplicate, StatusInfo<?> statusInfo) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.component.tile.column
Methods in com.evolveum.midpoint.gui.impl.component.tile.column that return StatusInfoModifier and TypeMethodDescription@Nullable StatusInfo<?>ColumnTileTable.getStatusInfo(PV value) @Nullable StatusInfo<?>ColumnTileTable.getStatusInfoFromObject(O value) Method parameters in com.evolveum.midpoint.gui.impl.component.tile.column with type arguments of type StatusInfoModifier and TypeMethodDescription<T> voidColumnTileTable.applyDefaultRowCss(@NotNull org.apache.wicket.Component tile, O value, @NotNull String baseCss, @NotNull SerializableFunction<O, @Nullable StatusInfo<T>> getStatusInfoFn) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest that return StatusInfoModifier and TypeMethodDescriptionprotected abstract StatusInfo<?>WaitingConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) protected StatusInfo<?>WaitingObjectClassScriptConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.basic
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.basic that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<?>WaitingConnectorCreatingConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) protected StatusInfo<?>WaitingForDocumentationConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.connection that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<?>WaitingAuthScriptsConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) protected StatusInfo<?>WaitingBasicInfoConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) protected StatusInfo<?>WaitingConnectivityEndpointConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) protected StatusInfo<?>WaitingScimSchemaConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<?>WaitingObjectClassInformationStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.schema
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.objectclass.schema that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<?>WaitingObjectClassDetailsConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.relation
Methods in com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.scimrest.relation that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<?>WaitingRelationshipScriptConnectorStepPanel.obtainResult(String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<CorrelationSuggestionsType>SmartAssociationTileModel.getStatusInfo(@NotNull PageBase pageBase, Task task, OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<StatusInfo<?>>SmartAssociationTilePanel.getStatusModel()protected LoadableModel<StatusInfo<?>>AssociationTypesPanel.loadSuggestion(String resourceOid) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with parameters of type StatusInfoModifier and TypeMethodDescriptionprotected voidAssociationTablePanel.newItemPerformed(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, boolean isDuplicate, StatusInfo<?> statusInfo) abstract voidAssociationTablePanel.newItemPerformedAction(PrismContainerValue<ShadowAssociationTypeDefinitionType> value, org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, boolean isDuplicate, StatusInfo<?> statusInfo) protected abstract voidAssociationTablePanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected voidAssociationTypesPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected voidResourceObjectTypesPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceObjectTypeDefinitionType>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected abstract voidSchemaHandlingObjectsPanel.onReviewValue(@NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, StatusInfo<?> statusInfo, @Nullable SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> postSaveHandler) protected booleanAssociationTablePanel.performOnDeleteSuggestion(@NotNull PageBase pageBase, org.apache.wicket.ajax.AjaxRequestTarget target, PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType> valueWrapper, @Nullable StatusInfo<?> statusInfo) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionprotected LoadableModel<StatusInfo<?>>AttributeMappingsTableWizardPanel.loadSuggestion(String resourceOid) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.table
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.table that return StatusInfoModifier and TypeMethodDescriptionprotected @Nullable StatusInfo<?>SmartMappingTable.getStatusInfo(PrismContainerValueWrapper<MappingType> value) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation that return StatusInfoModifier and TypeMethodDescriptionprotected StatusInfo<CorrelationSuggestionsType>CorrelationItemRuleWizardPanel.getStatusInfo()protected <C extends Containerable>
@Nullable StatusInfo<CorrelationSuggestionsType>SmartCorrelationTable.getStatusInfo(PrismContainerValueWrapper<C> value) protected StatusInfo<CorrelationSuggestionsType>SmartCorrelationTileModel.getStatusInfo(@NotNull PageBase pageBase, Task task, OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionprotected LoadableModel<StatusInfo<?>>CorrelationItemsTableWizardPanel.loadExistingSuggestion()Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation with parameters of type StatusInfoModifier and TypeMethodDescriptionprotected voidCorrelationItemsTableWizardPanel.acceptSuggestionItemPerformed(PageBase pageBase, org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> rowModel, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceObjectTypeDefinitionType>> resourceObjectTypeDefinition, StatusInfo<CorrelationSuggestionsType> statusInfo) voidSmartCorrelationTable.acceptSuggestionItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> rowModel, StatusInfo<CorrelationSuggestionsType> statusInfo) protected voidCorrelationItemRuleWizardPanel.onDiscardButtonClick(@NotNull PageBase pageBase, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> valueModel, @NotNull StatusInfo<CorrelationSuggestionsType> statusInfo) protected voidCorrelationItemsTableWizardPanel.performAddOperation(@NotNull PageBase pageBase, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ResourceObjectTypeDefinitionType>> resourceObjectTypeDef, @Nullable List<ResourceAttributeDefinitionType> attributes, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> valueModel, @NotNull StatusInfo<CorrelationSuggestionsType> statusInfo) protected voidCorrelationItemsTableWizardPanel.performDiscard(@NotNull PageBase pageBase, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> valueModel, @NotNull StatusInfo<CorrelationSuggestionsType> statusInfo) protected abstract <C extends Containerable>
voidCorrelationItemsTableWizardPanel.showTableForItemRefs(@NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parentContainerDefWrapper, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> rowModel, @Nullable StatusInfo<CorrelationSuggestionsType> statusInfo) voidSmartCorrelationTable.viewEditItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ItemsSubCorrelatorType>> rowModel, StatusInfo<CorrelationSuggestionsType> statusInfo) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart that return StatusInfoModifier and TypeMethodDescriptionstatic @Nullable StatusInfo<AssociationsSuggestionType>SmartIntegrationStatusInfoUtils.loadAssociationTypeSuggestion(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull Task task, @NotNull OperationResult result) static @Nullable StatusInfo<CorrelationSuggestionsType>SmartIntegrationStatusInfoUtils.loadCorrelationTypeSuggestion(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull ResourceObjectTypeIdentification identification, @NotNull Task task, @NotNull OperationResult result) static @Nullable StatusInfo<ObjectTypesSuggestionType>SmartIntegrationStatusInfoUtils.loadObjectClassObjectTypeSuggestions(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull QName objectClassName, @NotNull Task task, @NotNull OperationResult result) static @Nullable StatusInfo<MappingsSuggestionType>SmartIntegrationStatusInfoUtils.loadObjectTypeMappingTypeSuggestion(@NotNull PageBase pageBase, @NotNull String resourceOid, @Nullable ResourceObjectTypeIdentification objectTypeIdentification, @NotNull MappingDirection mappingDirection, @NotNull Task task, @NotNull OperationResult result) Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionstatic @Nullable List<StatusInfo<AssociationsSuggestionType>>SmartIntegrationStatusInfoUtils.loadAssociationSuggestions(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull Task task, @NotNull OperationResult result) static @Nullable List<StatusInfo<CorrelationSuggestionsType>>SmartIntegrationStatusInfoUtils.loadCorrelationTypeSuggestions(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull Task task, @NotNull OperationResult result) static @Nullable List<StatusInfo<MappingsSuggestionType>>SmartIntegrationStatusInfoUtils.loadObjectTypeMappingTypeSuggestions(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull MappingDirection mappingDirection, @Nullable ResourceObjectTypeIdentification objectTypeIdentification, @NotNull Task task, @NotNull OperationResult result) static @Nullable List<StatusInfo<ObjectTypesSuggestionType>>SmartIntegrationStatusInfoUtils.loadObjectTypeSuggestions(@NotNull PageBase pageBase, @NotNull String resourceOid, @NotNull Task task, @NotNull OperationResult result) @NotNull Map<PrismContainerValueWrapper<C>,StatusInfo<T>> SmartIntegrationStatusInfoUtils.SuggestionProviderResult.suggestionByWrapper()Returns the value of thesuggestionByWrapperrecord component.Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart with parameters of type StatusInfoModifier and TypeMethodDescriptionstatic @NotNull List<StatusRowRecord>SmartIntegrationStatusInfoUtils.buildStatusRows(@NotNull PageBase pageBase, @Nullable StatusInfo<?> suggestion, boolean rejectEmptyProgress) static intSmartIntegrationStatusInfoUtils.computeSuggestedObjectsCount(@Nullable StatusInfo<?> statusInfo) SmartIntegrationUtils.SuggestionUiStyle.from(StatusInfo<?> s) SmartIntegrationUtils.SuggestionUiStyle.from(StatusInfo<?> s, @NotNull PrismContainerValueWrapper<?> value) static voidSmartIntegrationStatusInfoUtils.handleSuggestionSuspendResumeOperation(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull Task task, @NotNull OperationResult result) static booleanSmartIntegrationStatusInfoUtils.isNotCompletedSuggestion(@Nullable StatusInfo<?> statusInfo) static booleanSmartIntegrationStatusInfoUtils.isSuggestionExists(@Nullable StatusInfo<?> statusInfo) static voidSmartIntegrationUtils.removeAssociationTypeSuggestionNew(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull AssociationSuggestionType suggestionToRemove, @NotNull Task task, @NotNull OperationResult result) Removes an association suggestion from the task identified by the status token.static voidSmartIntegrationUtils.removeCorrelationTypeSuggestionNew(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull CorrelationSuggestionType suggestionToRemove, @NotNull Task task, @NotNull OperationResult result) Removes a correlation suggestion from the task identified by the status token.static voidSmartIntegrationUtils.removeMappingTypeSuggestionNew(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, AttributeMappingsSuggestionType definitionToRemove, @NotNull Task task, @NotNull OperationResult result) static voidSmartIntegrationUtils.removeObjectTypeSuggestionNew(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull ResourceObjectTypeDefinitionType suggestionToRemove, @NotNull Task task, @NotNull OperationResult result) Removes an object-type suggestion from the task identified by the status token.static <C extends Containerable>
booleanSmartIntegrationUtils.removeSuggestionValue(@NotNull PageBase pageBase, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @NotNull PrismContainerValueWrapper<C> valueWrapper, @NotNull StatusInfo<?> statusInfo, @NotNull Task task, @NotNull OperationResult result) static voidSmartIntegrationUtils.resumeSuggestionTask(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull Task task, @NotNull OperationResult result) static voidSmartIntegrationStatusInfoUtils.showSuggestionInfoPanelPopup(@NotNull PageBase pageBase, @NotNull org.apache.wicket.ajax.AjaxRequestTarget target, @Nullable StatusInfo<?> statusInfo) static voidSmartIntegrationUtils.suspendSuggestionTask(@NotNull PageBase pageBase, @NotNull StatusInfo<?> statusInfo, @NotNull Task task, @NotNull OperationResult result) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart with type arguments of type StatusInfoModifierConstructorDescriptionSuggestionProviderResult(@NotNull List<PrismContainerValueWrapper<C>> wrappers, @NotNull Map<PrismContainerValueWrapper<C>, StatusInfo<T>> suggestionByWrapper) Creates an instance of aSuggestionProviderResultrecord class. -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto that return StatusInfoModifier and TypeMethodDescriptionStatusInfo<?>StatusRowRecord.getStatusInfo()StatusInfo<?>StatusRowRecord.statusInfo()Returns the value of thestatusInforecord component.Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionSmartGeneratingAlertDto.getStatusInfo()SmartGeneratingDto.getStatusInfo()Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto with parameters of type StatusInfoModifierConstructorDescriptionStatusRowRecord(org.apache.wicket.model.IModel<String> text, ActivityProgressInformation.RealizationState realizationState, StatusInfo<?> statusInfo) Creates an instance of aStatusRowRecordrecord class.Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.dto with type arguments of type StatusInfoModifierConstructorDescriptionSmartGeneratingAlertDto(LoadableModel<StatusInfo<?>> statusInfo, org.apache.wicket.model.IModel<Boolean> switchToggleModel, PageBase pageBase) SmartGeneratingDto(LoadableModel<StatusInfo<?>> statusInfo, org.apache.wicket.model.IModel<PrismObject<TaskType>> taskModel) -
Uses of StatusInfo in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type StatusInfoModifier and TypeMethodDescriptionstatic @NotNull LabelWithBadgePanelStatusInfoTableUtil.buildSuggestionNameLabel(@NotNull String componentId, @NotNull StatusInfo<?> suggestionTypeStatusInfo, @NotNull org.apache.wicket.model.IModel<String> displayNameModel, @NotNull org.apache.wicket.model.IModel<String> suggestionBadgeModel, @NotNull OperationResultStatusType status) Builds a label with badge panel for displaying suggestion names and statuses.Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type StatusInfoModifier and TypeMethodDescriptionstatic <C extends Containerable,T>
voidStatusInfoTableUtil.applySuggestionAutoRefresh(@NotNull PrismContainerValueWrapper<C> value, @NotNull org.apache.wicket.markup.repeater.Item<PrismContainerValueWrapper<C>> item, @NotNull Duration ajaxUpdateDuration, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfo, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn) Adds AJAX timer behavior and CSS class based on suggestion execution status.static <C extends Containerable,T>
voidStatusInfoTableUtil.applySuggestionCss(@NotNull org.apache.wicket.Component tile, @NotNull PrismContainerValueWrapper<C> value, @NotNull String baseCss, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfoFn) Applies a suggestion-based CSS style to a tile component.static <C extends Containerable,T>
@NotNull InlineMenuItem.VisibilityCheckerStatusInfoTableUtil.bySuggestion(boolean showWhenPresent, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfoFn) Returns aInlineMenuItem.VisibilityCheckerthat controls visibility based on mapping suggestion presence and its status.static <C extends Containerable,T>
@NotNull ButtonInlineMenuItemStatusInfoTableUtil.createSuggestionDetailsInlineMenu(@NotNull PageBase pageBase, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfoFn) Creates an inline menu item that shows details about mapping suggestions when clicked.static <C extends Containerable,T>
@NotNull ButtonInlineMenuItemStatusInfoTableUtil.createSuggestionReviewInlineMenu(@NotNull PageBase pageBase, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, StatusInfo<T>> getStatusInfo, @NotNull StatusInfoTableUtil.SerializableTriConsumer<org.apache.wicket.ajax.AjaxRequestTarget, PrismContainerValueWrapper<C>, StatusInfo<T>> performOnReview) Creates an inline menu item that allows reviewing mapping suggestions when clicked.static <C extends Containerable,T>
@NotNull ButtonInlineMenuItemStatusInfoTableUtil.createSuggestionReviewInlineMenu(@NotNull PageBase pageBase, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, StatusInfo<T>> getStatusInfo, @NotNull StatusInfoTableUtil.SerializableTriConsumer<org.apache.wicket.ajax.AjaxRequestTarget, PrismContainerValueWrapper<C>, StatusInfo<T>> performOnReview) Creates an inline menu item that allows reviewing mapping suggestions when clicked.static <C extends Containerable,T>
@NotNull ButtonInlineMenuItemStatusInfoTableUtil.createSuggestionStopGeneratingInlineMenu(@NotNull PageBase pageBase, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfoFn, @NotNull SerializableConsumer<org.apache.wicket.ajax.AjaxRequestTarget> refreshFn) Creates an inline menu item that allows suspending or resuming the generation of mapping suggestions.static <C extends Containerable,T>
voidStatusInfoTableUtil.setVisibilityBySuggestion(@NotNull InlineMenuItem item, boolean showWhenPresent, @NotNull SerializableFunction<PrismContainerValueWrapper<C>, @Nullable StatusInfo<T>> getStatusInfoFn) Sets a visibility checker for an inline menu item based on whether a mapping suggestion is present and optionally on its status. -
Uses of StatusInfo in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl that return StatusInfoModifier and TypeMethodDescriptionStatusInfo<?>ConnectorDevelopmentRestController.StatusInfoExecutor.execute(ConnectorDevelopmentService service, String token, Task task, OperationResult result) -
Uses of StatusInfo in com.evolveum.midpoint.smart.api
Methods in com.evolveum.midpoint.smart.api that return StatusInfoModifier and TypeMethodDescriptionSmartIntegrationService.getSuggestAssociationsOperationStatus(String token, Task task, OperationResult result) Checks the status of the "suggest associations" request.SmartIntegrationService.getSuggestCorrelationOperationStatus(String token, Task task, OperationResult result) Checks the status of the "suggest correlation" request.SmartIntegrationService.getSuggestFocusTypeOperationStatus(String token, Task task, OperationResult result) Checks the status of the "suggest focus type" request.SmartIntegrationService.getSuggestMappingsOperationStatus(String token, Task task, OperationResult result) Checks the status of the "suggest mappings" request.SmartIntegrationService.getSuggestObjectTypesOperationStatus(String token, Task task, OperationResult result) Checks the status of the "suggest object types" request.Methods in com.evolveum.midpoint.smart.api that return types with arguments of type StatusInfoModifier and TypeMethodDescriptionSmartIntegrationService.listSuggestAssociationsOperationStatuses(String resourceOid, Task task, OperationResult result) Lists statuses of all relevant "suggest associations" requests (for the given resource OID).SmartIntegrationService.listSuggestCorrelationOperationStatuses(String resourceOid, Task task, OperationResult result) List statuses of all relevant "suggest correlation" requests (for given resource OID).SmartIntegrationService.listSuggestFocusTypeOperationStatuses(String resourceOid, Task task, OperationResult result) List statuses of all relevant "suggest focus type" requests (for given resource OID).SmartIntegrationService.listSuggestMappingsOperationStatuses(String resourceOid, ResourceObjectTypeIdentification objectTypeIdentification, Boolean isInbound, Task task, OperationResult result) List statuses of all relevant "suggest mappings" requests (for given resource OID).SmartIntegrationService.listSuggestObjectTypesOperationStatuses(String resourceOid, Task task, OperationResult result) List statuses of all relevant "suggest object types" requests (for given resource OID). -
Uses of StatusInfo in com.evolveum.midpoint.smart.api.conndev
Methods in com.evolveum.midpoint.smart.api.conndev that return StatusInfoModifier and TypeMethodDescriptionConnectorDevelopmentOperation.discoverObjectClasses()ConnectorDevelopmentOperation.generateAttributes(ConnDevBasicObjectClassInfoType type) ConnectorDevelopmentOperation.generateNativeSchemaScript(PrismContainer<ConnDevAttributeInfoType> type) ConnectorDevelopmentOperation.generateSearchAll(String objectClass, ConnDevHttpEndpointType endpoint) ConnectorDevelopmentService.getCreateConnectorStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverBasicInformationStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverConnectivityEndpointStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverDocumentationStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverObjectClassAttributesStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverObjectClassEndpointsStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getDiscoverObjectClassInformationStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getGenerateArtifactStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getProcessDocumentationStatus(String token, Task task, OperationResult result) ConnectorDevelopmentService.getRefreshScimSchemaStatus(String token, Task task, OperationResult result) ConnectorDevelopmentOperation.getSearchEndpoints(String objectClass) ConnectorDevelopmentOperation.processDocumentation(PrismContainer<ConnDevDocumentationSourceType> sources) ConnectorDevelopmentOperation.selectBaseApiInformation(String basicInfo) -
Uses of StatusInfo in com.evolveum.midpoint.smart.api.info
Constructor parameters in com.evolveum.midpoint.smart.api.info with type arguments of type StatusInfoModifierConstructorDescriptionObjectTypesSuggestionStatusInfoPrinter(@NotNull List<StatusInfo<ObjectTypesSuggestionType>> information, AbstractStatisticsPrinter.Options options)