Uses of Interface
org.eclipse.emf.emfstore.server.model.ESLogMessage

Packages that use ESLogMessage
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.server.model   
 

Uses of ESLogMessage in org.eclipse.emf.emfstore.internal.server.model.impl.api
 

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESLogMessage
 class ESLogMessageImpl
          Mapping between ESLogMessage and LogMessage.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api that return ESLogMessage
 ESLogMessage ESChangePackageImpl.getLogMessage()
          Returns the ESLogMessage that was entered by the user and is supposed to describe the changes within the change package.
 ESLogMessage ESHistoryInfoImpl.getLogMessage()
          Returns the ESLogMessage that was specified when a commit succeeded.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type ESLogMessage
 void ESChangePackageImpl.setLogMessage(ESLogMessage logMessage)
          Sets the log message of this change package.
 

Uses of ESLogMessage in org.eclipse.emf.emfstore.server.model
 

Methods in org.eclipse.emf.emfstore.server.model that return ESLogMessage
 ESLogMessage ESHistoryInfo.getLogMessage()
          Returns the ESLogMessage that was specified when a commit succeeded.
 ESLogMessage ESChangePackage.getLogMessage()
          Returns the ESLogMessage that was entered by the user and is supposed to describe the changes within the change package.
 

Methods in org.eclipse.emf.emfstore.server.model with parameters of type ESLogMessage
 void ESChangePackage.setLogMessage(ESLogMessage logMessage)
          Sets the log message of this change package.
 



Copyright © 2015. All Rights Reserved.