Class SetIndependentRightsOfChildObjectsTask

  • All Implemented Interfaces:
    IBmTask<org.eclipse.core.runtime.IStatus>

    public class SetIndependentRightsOfChildObjectsTask
    extends BmBasicTask
    Set independent rights of child objects task.
    • Method Detail

      • 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 class BmBasicTask