|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InternalRepository in org.eclipse.emf.ecp.cdo.internal.core |
---|
Methods in org.eclipse.emf.ecp.cdo.internal.core that return InternalRepository | |
---|---|
InternalRepository |
CDORepositoryData.getRepository()
Get the InternalRepository . |
InternalRepository |
CDOBranchWrapper.getRepository()
This returns the ECPRepository this object references in any way. |
Methods in org.eclipse.emf.ecp.cdo.internal.core with parameters of type InternalRepository | |
---|---|
static CDORepositoryData |
CDOProvider.getRepositoryData(InternalRepository repository)
Retrieve CDORepositoryData for a given InternalRepository . |
Constructors in org.eclipse.emf.ecp.cdo.internal.core with parameters of type InternalRepository | |
---|---|
CDOBranchWrapper(InternalRepository repository,
String branchPath)
Default constructor. |
|
CDORepositoryData(InternalRepository repository)
Constructor. |
Uses of InternalRepository in org.eclipse.emf.ecp.e4.emfstore |
---|
Methods in org.eclipse.emf.ecp.e4.emfstore with parameters of type InternalRepository | |
---|---|
void |
LogOutHandler.execute(org.eclipse.swt.widgets.Shell shell,
InternalRepository ecpRepository)
|
void |
LogInHandler.execute(org.eclipse.swt.widgets.Shell shell,
InternalRepository ecpRepository)
|
void |
RegisterEPackageHandler.execute(org.eclipse.swt.widgets.Shell shell,
InternalRepository ecpRepository)
|
void |
CreateRemoteProjectHandler.execute(org.eclipse.swt.widgets.Shell shell,
InternalRepository ecpRepository)
|
void |
ManageUserGroupHandler.execute(org.eclipse.swt.widgets.Shell shell,
InternalRepository ecpRepository)
|
Uses of InternalRepository in org.eclipse.emf.ecp.emfstore.core.internal |
---|
Methods in org.eclipse.emf.ecp.emfstore.core.internal with parameters of type InternalRepository | |
---|---|
org.eclipse.emf.emfstore.client.ESServer |
EMFStoreProvider.getServerInfo(InternalRepository internalRepository)
This retrieves the ServerInfo from an InternalRepository . |
Constructors in org.eclipse.emf.ecp.emfstore.core.internal with parameters of type InternalRepository | |
---|---|
EMFStoreProjectWrapper(InternalRepository repository,
org.eclipse.emf.emfstore.client.ESRemoteProject remoteProject)
The Constructor fro creating an EMFStoreProjectWrapper . |
Uses of InternalRepository in org.eclipse.emf.ecp.emfstore.internal.ui.handler |
---|
Methods in org.eclipse.emf.ecp.emfstore.internal.ui.handler with parameters of type InternalRepository | |
---|---|
static void |
CreateRemoteProjectHelper.createRemoteProject(InternalRepository ecpRepository,
org.eclipse.swt.widgets.Shell shell)
Create a remote project on an InternalRepository . |
static void |
EMFStoreLogInHelper.login(InternalRepository ecpRepository,
org.eclipse.swt.widgets.Shell shell)
Logins to the selected InternalRepository . |
static void |
EMFStoreLogOutHelper.logout(InternalRepository ecpRepository,
org.eclipse.swt.widgets.Shell shell)
Logouts to the selected InternalRepository . |
static void |
ManageUserGroupHelper.mangeUser(InternalRepository ecpRepository,
org.eclipse.swt.widgets.Shell shell)
Manages the user and groups of the selected InternalRepository . |
static void |
RegisterEPackageHelper.registerEPackage(InternalRepository ecpRepository,
org.eclipse.swt.widgets.Shell shell)
Registers an EPackage on a selected InternalRepository . |
Uses of InternalRepository in org.eclipse.emf.ecp.internal.core |
---|
Classes in org.eclipse.emf.ecp.internal.core that implement InternalRepository | |
---|---|
class |
ECPRepositoryImpl
This Class describes a repository. |
Methods in org.eclipse.emf.ecp.internal.core that return InternalRepository | |
---|---|
InternalRepository |
ECPProjectImpl.getRepository()
This method returns the repository this project is shared on. |
InternalRepository |
ECPRepositoryManagerImpl.getRepository(Object adaptable)
This method returns a ECPRepository from an adaptable. |
InternalRepository |
ECPRepositoryManagerImpl.getRepository(String name)
This method returns a repository by its name. |
Methods in org.eclipse.emf.ecp.internal.core with parameters of type InternalRepository | |
---|---|
void |
ECPProjectImpl.undispose(InternalRepository repository)
This method undisposes the project based on a repository. |
Uses of InternalRepository in org.eclipse.emf.ecp.spi.core |
---|
Methods in org.eclipse.emf.ecp.spi.core that return InternalRepository | |
---|---|
InternalRepository |
InternalProject.getRepository()
This method returns the repository this project is shared on. |
Methods in org.eclipse.emf.ecp.spi.core with parameters of type InternalRepository | |
---|---|
Set<org.eclipse.emf.ecore.EPackage> |
InternalProvider.getUnsupportedEPackages(Collection<org.eclipse.emf.ecore.EPackage> ePackages,
InternalRepository repository)
EPackage s that are not supported by this provider. |
Set<org.eclipse.emf.ecore.EPackage> |
DefaultProvider.getUnsupportedEPackages(Collection<org.eclipse.emf.ecore.EPackage> packages,
InternalRepository repository)
Convenient implementation of the DefaultProvider.getUnsupportedEPackages(Collection,InternalRepository) method to return
an empty list. |
void |
InternalProject.undispose(InternalRepository repository)
This method undisposes the project based on a repository. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |