Class AbstractBslMdObjectHandlerRenameParticipant.RenameHandlerTask<T extends org.eclipse.emf.ecore.EObject>

java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.dt.bsl.bm.ui.refactoring.AbstractBslMdObjectHandlerRenameParticipant.RenameHandlerTask<T>
Type Parameters:
T - type of the object which has refactoring handler
All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Enclosing class:
AbstractBslMdObjectHandlerRenameParticipant

protected static class AbstractBslMdObjectHandlerRenameParticipant.RenameHandlerTask<T extends org.eclipse.emf.ecore.EObject> extends AbstractBmTask<org.eclipse.core.runtime.IStatus>
Special class for perform changes to the metadata object handler
  • Field Details

    • newName

      protected final String newName
    • object

      protected final T extends org.eclipse.emf.ecore.EObject object
    • feature

      protected final org.eclipse.emf.ecore.EStructuralFeature feature
  • Constructor Details

    • RenameHandlerTask

      public RenameHandlerTask(T object, org.eclipse.emf.ecore.EStructuralFeature feature, String newName)
      Constructor
      Parameters:
      object - object containing refactoring handler, can't be null
      feature - EStructuralFeature corresponding to the refactoring handler, can't be null
      newName - new name of the handler, can't be null
  • Method Details

    • execute

      public org.eclipse.core.runtime.IStatus execute(IBmTransaction transaction, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: IBmTask

      The method called by the task executor with an active transaction. The method code must not commit or rollback the transaction.

      If the task is not supposed to return a result, then it may be parameterized with Void and return null.

      Parameters:
      transaction - The active transaction. May not be null.
      monitor - The monitor to indicate the progress. May not be null.
      Returns:
      execution result, may be null.