Package com._1c.g5.v8.dt.rights.tasks
Class EditRlsTemplateTask
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.EditRlsTemplateTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Edits rls template task and send
RlsTemplateEvent
.-
Method Summary
Modifier and TypeMethodDescriptionstatic EditRlsTemplateTask
create
(RestrictionTemplate template, String templateName, String condition, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.org.eclipse.core.runtime.IStatus
Perform task execution.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
-
Method Details
-
create
public static EditRlsTemplateTask create(RestrictionTemplate template, String templateName, String condition, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.- Parameters:
template
- the template, cannot benull
templateName
- the template name, cannot benull
condition
- the conditionproject
- the project, cannot benull
eventBroker
- the event broker, cannot benull
- Returns:
- the task, cannot be
null
-
execute
public org.eclipse.core.runtime.IStatus execute(List<IBmObject> bmObjects, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from class:BmBasicTask
Perform task execution. Be ware new objects will not be attached to session on execution.- Specified by:
execute
in classBmBasicTask
-