Class UserEditorWorkflow

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class UserEditorWorkflow
    extends BaseUserEditorWorkflow

    The workflow for editing a user.

    It links the editor & sub-editors components with the editor driver and the remote user services.

    Since:
    0.8.0
    • Constructor Detail

      • UserEditorWorkflow

        @Inject
        public UserEditorWorkflow​(org.uberfire.ext.security.management.client.ClientUserSystemManager userSystemManager,
                                  javax.enterprise.event.Event<OnErrorEvent> errorEvent,
                                  javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification,
                                  javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent,
                                  javax.enterprise.event.Event<SaveUserEvent> saveUserEvent,
                                  ConfirmBox confirmBox,
                                  UserEditor userEditor,
                                  org.uberfire.ext.security.management.client.editor.user.UserEditorDriver userEditorDriver,
                                  ChangePassword changePassword,
                                  LoadingBox loadingBox,
                                  EntityWorkflowView view)