Class AddToExtensionTask

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

    public class AddToExtensionTask
    extends BmBasicTask1<org.eclipse.emf.ecore.EObject>
    Task to add an object to the extension
    • Constructor Detail

      • AddToExtensionTask

        public AddToExtensionTask​(org.eclipse.emf.ecore.EObject eObject,
                                  IFormExtensionManagementService formExtensionService)
        Constructor
        Parameters:
        eObject - object to be added to the extension, cannot be null
        formExtensionService - reference to the form extension service, cannot be null
    • Method Detail

      • execute

        public org.eclipse.core.runtime.IStatus execute​(org.eclipse.emf.ecore.EObject eObject,
                                                        org.eclipse.core.runtime.IProgressMonitor monitor)
        Specified by:
        execute in class BmBasicTask1<org.eclipse.emf.ecore.EObject>