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 SummaryConstructors 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 SummaryAll 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.BmBasicTask1execute
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTaskexecute, getTransaction
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTaskgetId, getName, getServiceId
 
- 
 
- 
- 
- 
Constructor Detail- 
EditRightValuesTaskpublic 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 be- null
- rightChanges- the objects new right values to set, cannot be- null
- project- the associated project, cannot be- null
- eventBroker- the event broker, cannot be- null
 
 
- 
 - 
Method Detail- 
executepublic org.eclipse.core.runtime.IStatus execute(Role role, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
- executein class- BmBasicTask1<Role>
 
 
- 
 
-