org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util
Interface OperationAuthorProvider

All Superinterfaces:
ESObserver
All Known Implementing Classes:
DefaultOperationAuthorProvider

public interface OperationAuthorProvider
extends ESObserver

Provides the author for a given operation.

Author:
mkoegel

Method Summary
 String getAuthor(AbstractOperation operation)
          Get the author for the given operation.
 

Method Detail

getAuthor

String getAuthor(AbstractOperation operation)
Get the author for the given operation.

Parameters:
operation - the operation
Returns:
an author String


Copyright © 2015. All Rights Reserved.