|
|||||||||
| 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 project| Method Detail |
|---|
public InternalProject getProject()
public org.eclipse.emf.cdo.workspace.CDOWorkspace getWorkspace()
CDOWorkspace of the project.
CDOWorkspacepublic org.eclipse.emf.cdo.workspace.CDOWorkspace checkoutWorkspace()
CDOWorkspace of the project.
CDOWorkspacepublic org.eclipse.emf.cdo.transaction.CDOTransaction getTransaction()
CDOTransactionpublic org.eclipse.emf.cdo.eresource.CDOResource getRootResource()
CDOTransaction, @see CDOView.getRootResource().
CDOResourcepublic void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||