Class AddRightValuesTask

  • All Implemented Interfaces:
    IBmTask<org.eclipse.core.runtime.IStatus>

    public class AddRightValuesTask
    extends BmBasicTask
    Add object to role or edit role object rights task and send RightValueEvent.
    • Method Detail

      • create

        public static IBmTask<?> create​(Map<Role,​Map<org.eclipse.emf.ecore.EObject,​Map<Right,​RightValue>>> changedObjects,
                                        org.eclipse.core.resources.IProject project,
                                        IEventBroker eventBroker)
        Creates a new instance
        Parameters:
        changedObjects - the changed objects, cannot be null
        project - the project, cannot be null
        eventBroker - the event broker, cannot be null
        Returns:
        the task, cannot be null
      • execute

        public org.eclipse.core.runtime.IStatus execute​(List<IBmObject> bmObjects,
                                                        org.eclipse.core.runtime.IProgressMonitor monitor)
        Description copied from class: BmBasicTask
        Perform task execution. Be ware new objects will not be attached to session on execution.
        Specified by:
        execute in class BmBasicTask