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
executeMethods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransactionMethods 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 benullrightChanges- the objects new right values to set, cannot benullproject- the associated project, cannot benulleventBroker- the event broker, cannot benullsorter- 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:
executein classBmBasicTask1<Role>
-