Uses of Class
org.eclipse.emf.emfstore.internal.server.core.AbstractEmfstoreInterface

Packages that use AbstractEmfstoreInterface
org.eclipse.emf.emfstore.internal.server.core   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
 

Uses of AbstractEmfstoreInterface in org.eclipse.emf.emfstore.internal.server.core
 

Classes in org.eclipse.emf.emfstore.internal.server.core with type parameters of type AbstractEmfstoreInterface
 class InternalCommand<T extends AbstractEmfstoreInterface>
          Internal command, in order to avoid accesscontrol.
 

Subclasses of AbstractEmfstoreInterface in org.eclipse.emf.emfstore.internal.server.core
 class AdminEmfStoreImpl
          Implementation of AdminEmfStore interface.
 class EMFStoreImpl
          This is the main implementation of EMFStore.
 

Methods in org.eclipse.emf.emfstore.internal.server.core with parameters of type AbstractEmfstoreInterface
 void InternalCommand.setInterface(AbstractEmfstoreInterface theInterface)
          Sets the interface which runs the command.
 

Method parameters in org.eclipse.emf.emfstore.internal.server.core with type arguments of type AbstractEmfstoreInterface
 void AbstractEmfstoreInterface.runCommand(InternalCommand<? extends AbstractEmfstoreInterface> command)
          Runs an internal command, in order to avoid accesscontrol.
 

Constructors in org.eclipse.emf.emfstore.internal.server.core with parameters of type AbstractEmfstoreInterface
AbstractSubEmfstoreInterface(AbstractEmfstoreInterface parentInterface)
          Default constructor.
 

Uses of AbstractEmfstoreInterface in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Constructors in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type AbstractEmfstoreInterface
EMFStorePropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
EMFStoreVersionSubInterface(AbstractEmfstoreInterface parentInterface)
          Constructor.
EPackageSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Constructor.
FileTransferSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
HistorySubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
ProjectPropertiesSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
           
ProjectSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
UserSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
VersionSubInterfaceImpl(AbstractEmfstoreInterface parentInterface)
          Default constructor.
 



Copyright © 2015. All Rights Reserved.