|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.cdo.internal.core.CDOProjectData
public final class CDOProjectData
Represents the data of an ECP project.
Constructor Summary | |
---|---|
CDOProjectData(InternalProject project)
Default constructor. |
Method Summary | |
---|---|
org.eclipse.emf.cdo.workspace.CDOWorkspace |
checkoutWorkspace()
Check out the CDOWorkspace of the project. |
void |
dispose()
Dispose all resources of the project data. |
InternalProject |
getProject()
Returns the project. |
org.eclipse.emf.cdo.eresource.CDOResource |
getRootResource()
Get the root resource of the CDOTransaction , @see CDOView.getRootResource() . |
org.eclipse.emf.cdo.transaction.CDOTransaction |
getTransaction()
Get the a transaction fot the project. |
org.eclipse.emf.cdo.workspace.CDOWorkspace |
getWorkspace()
Returns the CDOWorkspace of the project. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDOProjectData(InternalProject project)
project
- the projectMethod Detail |
---|
public InternalProject getProject()
public org.eclipse.emf.cdo.workspace.CDOWorkspace getWorkspace()
CDOWorkspace
of the project.
CDOWorkspace
public org.eclipse.emf.cdo.workspace.CDOWorkspace checkoutWorkspace()
CDOWorkspace
of the project.
CDOWorkspace
public org.eclipse.emf.cdo.transaction.CDOTransaction getTransaction()
CDOTransaction
public org.eclipse.emf.cdo.eresource.CDOResource getRootResource()
CDOTransaction
, @see CDOView.getRootResource()
.
CDOResource
public void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |