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>
-
- com._1c.g5.v8.bm.integration.BmBasicTask
-
- com._1c.g5.v8.bm.integration.BmBasicTask1<Role>
-
- com._1c.g5.v8.dt.rights.tasks.EditRightValuesTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class EditRightValuesTask extends BmBasicTask1<Role>
Edits object right values and sendsRightValueEvent.
-
-
Constructor Summary
Constructors Constructor Description EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatusexecute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor)-
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 Detail
-
EditRightValuesTask
public EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)
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 benull
-
-
Method Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
executein classBmBasicTask1<Role>
-
-