Class BmBasicTask2<P1,​P2>

    • Constructor Detail

      • BmBasicTask2

        protected BmBasicTask2​(String name,
                               P1 object1,
                               P2 object2)
    • Method Detail

      • execute

        public final org.eclipse.core.runtime.IStatus execute​(List<IBmObject> objects,
                                                              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
      • execute

        public abstract org.eclipse.core.runtime.IStatus execute​(P1 object1,
                                                                 P2 object2,
                                                                 org.eclipse.core.runtime.IProgressMonitor monitor)