Package com._1c.g5.v8.dt.rights.tasks
Class EditRightValuesTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Edits object right values and sends
RightValueEvent
.-
Constructor Summary
ConstructorsConstructorDescriptionEditRightValuesTask
(Role role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Constructor. -
Method Summary
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask1
execute
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransaction
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
EditRightValuesTask
public EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Constructor.- Parameters:
role
- the role to edit rights for, cannot benull
rightChanges
- the objects new right values to set, cannot benull
project
- the associated project, cannot benull
eventBroker
- the event broker, cannot benull
sorter
- the role objects and rights sorter, cannot benull
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBmBasicTask1<Role>
-