Package com._1c.g5.v8.dt.rights.tasks
Class DeleteRlsTask
- 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.dt.rights.tasks.DeleteRlsTask
 
 
 
- 
- All Implemented Interfaces:
- IBmTask<org.eclipse.core.runtime.IStatus>
 
 public class DeleteRlsTask extends BmBasicTask Delete rls task and sendRlsEvent.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteRlsTaskcreate(Role role, org.eclipse.emf.ecore.EObject eObject, Right right, Rls rls, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instance.org.eclipse.core.runtime.IStatusexecute(List<IBmObject> bmObjects, org.eclipse.core.runtime.IProgressMonitor monitor)Perform task execution.- 
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
 
- 
 
- 
- 
- 
Method Detail- 
createpublic static DeleteRlsTask create(Role role, org.eclipse.emf.ecore.EObject eObject, Right right, Rls rls, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.- Parameters:
- role- the role to delete rls for, cannot be- null
- eObject- the e-object, cannot be- null
- right- the right, cannot be- null
- rls- the selected rls, cannot be- null
- project- the project, cannot be- null
- eventBroker- the event broker, cannot be- null
- Returns:
- the task, cannot be null
 
 - 
executepublic org.eclipse.core.runtime.IStatus execute(List<IBmObject> bmObjects, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from class:BmBasicTaskPerform task execution. Be ware new objects will not be attached to session on execution.- Specified by:
- executein class- BmBasicTask
 
 
- 
 
-