Package com._1c.g5.v8.dt.rights.tasks
Class SetIndependentRightsOfChildObjectsTask
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.SetIndependentRightsOfChildObjectsTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Set independent rights of child objects task.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(RoleDescription roleDescription, boolean value) Creates a new instance.org.eclipse.core.runtime.IStatusPerform task execution.Methods 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
-
Method Details
-
create
public static SetIndependentRightsOfChildObjectsTask create(RoleDescription roleDescription, boolean value) Creates a new instance.- Parameters:
roleDescription- the role description, can't benullvalue- the value- Returns:
- the task
-
execute
public 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 classBmBasicTask
-