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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRenameHandlerTask(T object, org.eclipse.emf.ecore.EStructuralFeature feature, String newName) Constructor -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusexecute(IBmTransaction transaction, org.eclipse.core.runtime.IProgressMonitor monitor) The method called by the task executor with an active transaction.Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Field Details
-
newName
-
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 benullfeature-EStructuralFeaturecorresponding to the refactoring handler, can't benullnewName- new name of the handler, can't benull
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(IBmTransaction transaction, org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:IBmTaskThe 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
Voidand return null.- Parameters:
transaction- The active transaction. May not benull.monitor- The monitor to indicate the progress. May not benull.- Returns:
- execution result, may be
null.
-