Uses of Class
org.uberfire.ext.security.management.client.widgets.management.events.ContextualEvent
-
-
Uses of ContextualEvent in org.uberfire.ext.security.management.client.widgets.management.editor.group.workflow
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.group.workflow with parameters of type ContextualEvent Modifier and Type Method Description protected booleanGroupEditorWorkflow. checkEventContext(ContextualEvent contextualEvent, Object context) -
Uses of ContextualEvent in org.uberfire.ext.security.management.client.widgets.management.editor.role.workflow
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.role.workflow with parameters of type ContextualEvent Modifier and Type Method Description protected booleanBaseRoleEditorWorkflow. checkEventContext(ContextualEvent contextualEvent, Object context) -
Uses of ContextualEvent in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow
Methods in org.uberfire.ext.security.management.client.widgets.management.editor.user.workflow with parameters of type ContextualEvent Modifier and Type Method Description protected booleanBaseUserEditorWorkflow. checkEventContext(ContextualEvent contextualEvent, Object context) -
Uses of ContextualEvent in org.uberfire.ext.security.management.client.widgets.management.events
Subclasses of ContextualEvent in org.uberfire.ext.security.management.client.widgets.management.events Modifier and Type Class Description classAddUsersToGroupEventEvent for assigning a collection of users to a given group.classChangePasswordEventEvent fired when a user's password has been changed.classCreateUserAttributeEventEvent for a user attribute creation.classDeleteUserAttributeEventEvent for a user attribute deletion.classHomePerspectiveChangedEventEvent notifying a change on the home perspective setting.classOnChangePasswordEventUser ask for changing user's password.classOnDeleteEventUser ask for deleting an instance.classOnEditEventUser ask for edition mode.classOnErrorEventAn error to be handled from a given context.classOnRemoveUserGroupEventA user wants to remove an assigned group from a user.classOnRemoveUserRoleEventA user wants to remove an assigned role from a user.classOnShowEventUser ask for view mode.classOnUpdateUserGroupsEventA user is updating assigned user's groups.classOnUpdateUserRolesEventA user is updating assigned user's roles.classPermissionChangedEventEvent notifying a change on aPermissioninstance value.classPermissionNodeAddedEventEvent notifying a new permission node is added.classPermissionNodeRemovedEventEvent notifying a new permission node is removed.classPriorityChangedEventEvent notifying a change on the role/group priority setting.classRemoveUserGroupEventEvent for removing an assigned group from a user.classUpdateUserAttributeEventEvent for a user attribute updated.
-