Uses of Enum Class
com.evolveum.midpoint.web.component.dialog.privacy.DataAccessPermission
Packages that use DataAccessPermission
Package
Description
-
Uses of DataAccessPermission in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type DataAccessPermissionModifier and TypeMethodDescriptionprotected List<ConfirmationOption<DataAccessPermission>>MultiSelectContainerActionTileTablePanel.suggestionConfirmationOptions()Method parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type DataAccessPermissionModifier and TypeMethodDescriptionprotected voidMultiSelectContainerActionTileTablePanel.onSuggestNewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) -
Uses of DataAccessPermission in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.correlation with type arguments of type DataAccessPermissionModifier and TypeMethodDescriptionprotected voidSmartCorrelationTable.onSuggestNewPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) -
Uses of DataAccessPermission in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component that return types with arguments of type DataAccessPermissionModifier and TypeMethodDescriptionSmartSuggestButtonWithConfirmation.create(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for an *non-blocking* confirm action.SmartSuggestButtonWithConfirmation.forBlockingActionWithIndication(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, org.apache.wicket.model.IModel<String> activityIndicationIcon, org.apache.wicket.model.IModel<String> activityIndicationTitle, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for a *blocking* confirm action, wrapped with an activity indication (spinner) while the action runs.protected abstract org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>>SmartAlertGeneratingPanel.getConfirmationOptions()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.component with type arguments of type DataAccessPermissionModifier and TypeMethodDescriptionSmartSuggestButtonWithConfirmation.create(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for an *non-blocking* confirm action.SmartSuggestButtonWithConfirmation.forBlockingActionWithIndication(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> icon, org.apache.wicket.model.IModel<String> activityIndicationIcon, org.apache.wicket.model.IModel<String> activityIndicationTitle, List<ConfirmationOption<DataAccessPermission>> options, org.apache.wicket.model.IModel<ButtonWithConfirmationOptionsDialog.ButtonHandlers<DataAccessPermission>> clickHandlers, PageBase pageBase) Creates a Smart Suggest button for a *blocking* confirm action, wrapped with an activity indication (spinner) while the action runs.protected voidSmartAlertGeneratingPanel.performRegenerateOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Regenerates suggestions (removes existing task and starts again).protected abstract voidSmartAlertGeneratingPanel.performRegenerateSuggestOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Must be implemented to trigger suggestion regeneration (re-run after removing existing task).protected abstract voidSmartAlertGeneratingPanel.performSuggestOperation(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions) Must be implemented to trigger suggestion generation. -
Uses of DataAccessPermission in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.smart.page with type arguments of type DataAccessPermissionModifier and TypeMethodDescriptionabstract voidResourceSuggestedObjectTypeTableWizardPanel.refreshSuggestionPerform(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<List<ConfirmationOption<DataAccessPermission>>> confirmedOptions, com.evolveum.midpoint.smart.api.RegenerateMode regenerateMode) -
Uses of DataAccessPermission in com.evolveum.midpoint.web.component.dialog
Methods in com.evolveum.midpoint.web.component.dialog that return types with arguments of type DataAccessPermissionModifier and TypeMethodDescriptionstatic @NotNull List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.correlationPermissionsOptions()static List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.delineationPermissionsOptions()static @NotNull List<ConfirmationOption<DataAccessPermission>>ConfirmationOption.mappingPermissionsOptions() -
Uses of DataAccessPermission in com.evolveum.midpoint.web.component.dialog.privacy
Methods in com.evolveum.midpoint.web.component.dialog.privacy that return DataAccessPermissionModifier and TypeMethodDescriptionstatic DataAccessPermissionReturns the enum constant of this class with the specified name.static DataAccessPermission[]DataAccessPermission.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DataAccessPermission in com.evolveum.midpoint.web.component.input
Method parameters in com.evolveum.midpoint.web.component.input with type arguments of type DataAccessPermissionModifier and TypeMethodDescriptionprotected voidDropDownChoiceSuggestPanel.onSuggestAction(org.apache.wicket.ajax.AjaxRequestTarget target, List<ConfirmationOption<DataAccessPermission>> confirmedOptions)