@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.
changePassword, confirmBox, deleteUserEvent, errorCallback, errorEvent, isDirty, loadingBox, saveUserEvent, user, userEditor, userEditorDriver, userSystemManager, view, workbenchNotification
Constructor and Description |
---|
UserEditorWorkflow(ClientUserSystemManager userSystemManager,
javax.enterprise.event.Event<OnErrorEvent> errorEvent,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification,
javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent,
javax.enterprise.event.Event<SaveUserEvent> saveUserEvent,
ConfirmBox confirmBox,
UserEditor userEditor,
UserEditorDriver userEditorDriver,
ChangePassword changePassword,
LoadingBox loadingBox,
EntityWorkflowView view) |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
show(String userId) |
afterSave, asWidget, checkClear, checkDirty, checkEventContext, clear, doAssignGroups, doAssignRoles, doChangePassword, doDelete, doSave, doSaveRemoteServiceCall, doShow, doShowEditorView, edit, getGroupNames, getRoleNames, getSaveButtonText, getUserEditor, hideLoadingBox, isDirty, onCancel, onSave, setDirty, showError, showLoadingBox, showPasswordPopup
@Inject public UserEditorWorkflow(ClientUserSystemManager userSystemManager, javax.enterprise.event.Event<OnErrorEvent> errorEvent, javax.enterprise.event.Event<NotificationEvent> workbenchNotification, javax.enterprise.event.Event<DeleteUserEvent> deleteUserEvent, javax.enterprise.event.Event<SaveUserEvent> saveUserEvent, ConfirmBox confirmBox, UserEditor userEditor, UserEditorDriver userEditorDriver, ChangePassword changePassword, LoadingBox loadingBox, EntityWorkflowView view)
@PostConstruct public void init()
public void show(String userId)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.