Package | Description |
---|---|
org.eclipse.emf.cdo | |
org.eclipse.emf.cdo.compare |
Client concepts for integrating EMF Compare with CDO.
|
org.eclipse.emf.cdo.explorer.checkouts |
Interfaces for working with
checkouts . |
org.eclipse.emf.cdo.net4j |
Client concepts for dealing with Net4j-based sessions to remote repositories.
|
org.eclipse.emf.cdo.security.impl |
The generated EMF implementation of the CDO security model.
|
org.eclipse.emf.cdo.security.provider |
The generated EMF edit support of the CDO security model.
|
org.eclipse.emf.cdo.security.ui |
Concepts and default implementations for the CDO security user interface.
|
org.eclipse.emf.cdo.server |
Server concepts for dealing with repositories and stores.
|
org.eclipse.emf.cdo.server.ocl |
Server implementation of a generic OCL query handler.
|
org.eclipse.emf.cdo.session |
Client concepts for dealing with sessions to CDO repositories.
|
org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
org.eclipse.emf.cdo.transaction |
Client concepts for dealing with transactions, distributed transactions and their save points.
|
org.eclipse.emf.cdo.transfer.spi.repository | |
org.eclipse.emf.cdo.ui |
Reusable UI components specific to the CDO Model Repository.
|
org.eclipse.emf.cdo.ui.compare |
Classes that help to open EMF Compare user interfaces on CDO models.
|
org.eclipse.emf.cdo.ui.widgets |
A library with reusable widgets.
|
org.eclipse.emf.cdo.util |
Client utility classes, some common interfaces and exceptions.
|
org.eclipse.emf.cdo.view |
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
|
org.eclipse.emf.cdo.workspace |
Concepts to checkout, open and further operate CDO
workspaces . |
org.eclipse.emf.internal.cdo |
Exposes
CDOObjectImpl for extension in generated EMF models. |
org.eclipse.emf.spi.cdo |
Client service provider interfaces and useful base implementations.
|
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOObject.cdoView()
Returns the
view this object is associated with, or null if this object is not
associated with a view. |
Modifier and Type | Method and Description |
---|---|
protected void |
CDOComparisonScope.Minimal.collectRequiredParentID(CDOView view,
CDOID id,
java.util.Set<CDOID> requiredParentIDs) |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOObject left,
CDOView rightView,
CDOView[] originView)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOObject left,
CDOView rightView,
CDOView[] originView)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOObject left,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOObject left,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView)
Takes a
view /transaction
and returns matches only for the changed elements of the entire content tree of its root resource . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView)
Takes a
view /transaction
and returns matches only for the changed elements of the entire content tree of its root resource . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes a
view /transaction
and returns matches only for the changed elements of the entire content tree of its root resource . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes a
view /transaction
and returns matches only for the changed elements of the entire content tree of its root resource . |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids) |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids) |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids,
CDOViewOpener viewOpener) |
static org.eclipse.emf.compare.Comparison |
CDOCompareUtil.compare(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids,
CDOViewOpener viewOpener) |
static CDOComparisonScope.AllContents |
CDOComparisonScope.AllContents.create(CDOObject left,
CDOView rightView,
CDOView[] originView)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static CDOComparisonScope.AllContents |
CDOComparisonScope.AllContents.create(CDOObject left,
CDOView rightView,
CDOView[] originView)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static CDOComparisonScope.AllContents |
CDOComparisonScope.AllContents.create(CDOObject left,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static CDOComparisonScope.AllContents |
CDOComparisonScope.AllContents.create(CDOObject left,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener)
Takes an arbitrary
object (including resource nodes ) and returns matches for all elements of its content tree . |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids,
CDOViewOpener viewOpener) |
static org.eclipse.emf.compare.scope.IComparisonScope |
CDOComparisonScope.Minimal.create(CDOView leftView,
CDOView rightView,
CDOView[] originView,
java.util.Set<CDOID> ids,
CDOViewOpener viewOpener) |
Constructor and Description |
---|
Minimal(CDOView leftView,
CDOView rightView,
CDOView originView,
java.util.Set<CDOID> ids) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOCheckout.getView() |
CDOView[] |
CDOCheckout.getViews() |
CDOView |
CDOCheckout.openView() |
CDOView |
CDOCheckout.openView(boolean readOnly) |
CDOView |
CDOCheckout.openView(boolean readOnly,
ResourceSet resourceSet) |
CDOView |
CDOCheckout.openView(ResourceSet resourceSet) |
Modifier and Type | Method and Description |
---|---|
CDOCheckout |
CDOCheckoutManager.getCheckout(CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDONet4jViewProvider.getView(URI uri,
ResourceSet resourceSet) |
Modifier and Type | Method and Description |
---|---|
URI |
CDONet4jViewProvider.getResourceURI(CDOView view,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
protected CDOView |
ObjectFilterImpl.getView(CDORevisionProvider revisionProvider) |
protected CDOView |
ObjectPermissionImpl.getView(CDORevisionProvider revisionProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<EClass> |
SecurityEditPlugin.getSortedClasses(CDOView view) |
static java.util.List<EPackage> |
SecurityEditPlugin.getSortedPackages(CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
ISecurityManagementContext.connect(CDOSession session)
Obtains a view in which to open the security resource for editing.
|
CDOView |
ISecurityManagementContext.Default.connect(CDOSession session) |
Modifier and Type | Method and Description |
---|---|
void |
ISecurityManagementContext.disconnect(CDOView view)
Releases a
view previously obtained from this context. |
void |
ISecurityManagementContext.Default.disconnect(CDOView view) |
CDOResource |
ISecurityManagementContext.getSecurityResource(CDOView view)
Obtains the resource containing the security model for presentation in the Security Management
editor.
|
CDOResource |
ISecurityManagementContext.Default.getSecurityResource(CDOView view) |
Modifier and Type | Method and Description |
---|---|
static CDOView |
CDOServerUtil.openView(ISession session,
CDOBranchPoint branchPoint) |
static CDOView |
CDOServerUtil.openView(ISession session,
CDOBranchPoint branchPoint,
boolean legacyModeEnabled)
Deprecated.
As of 4.2 the legacy mode is always enabled, use
CDOServerUtil.openView(ISession, CDOBranchPoint) . |
static CDOView |
CDOServerUtil.openView(ISession session,
CDOBranchPoint branchPoint,
boolean legacyModeEnabled,
CDORevisionProvider revisionProvider)
Deprecated.
As of 4.2 the legacy mode is always enabled, use
CDOServerUtil.openView(ISession, CDOBranchPoint, CDORevisionProvider) . |
static CDOView |
CDOServerUtil.openView(ISession session,
CDOBranchPoint branchPoint,
CDORevisionProvider revisionProvider) |
static CDOView |
CDOServerUtil.openView(IStoreAccessor.CommitContext commitContext) |
static CDOView |
CDOServerUtil.openView(IStoreAccessor.CommitContext commitContext,
boolean legacyModeEnabled)
Deprecated.
As of 4.2 the legacy mode is always enabled, use
CDOServerUtil.openView(IStoreAccessor.CommitContext) . |
static CDOView |
CDOServerUtil.openView(IView view) |
static CDOView |
CDOServerUtil.openView(IView view,
boolean legacyModeEnabled)
Deprecated.
As of 4.2 the legacy mode is always enabled, use
CDOServerUtil.openView(IView) . |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOExtentCreator.getView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OCLQueryHandler.addResult(java.lang.Object result,
IQueryContext context,
CDOView view) |
protected CDOExtentMap |
OCLQueryHandler.createExtentMap(CDOView view,
CDOChangeSetData changeSetData,
IQueryContext context) |
protected org.eclipse.ocl.OCL<?,EClassifier,?,?,?,?,?,?,?,org.eclipse.ocl.ecore.Constraint,EClass,EObject> |
OCLQueryHandler.createOCL(CDOView view,
CDOExtentMap extentMap) |
protected org.eclipse.ocl.Query<EClassifier,EClass,EObject> |
OCLQueryHandler.createQuery(CDOView view,
CDOQueryInfo info,
OCLQueryHandler.ContextParameter contextParameter,
org.eclipse.ocl.OCL<?,EClassifier,?,?,?,?,?,?,?,org.eclipse.ocl.ecore.Constraint,EClass,EObject> ocl) |
protected OCLQueryHandler.ContextParameter |
OCLQueryHandler.getContextParameter(CDOQueryInfo info,
CDOView view) |
protected CDORevision |
OCLQueryHandler.getRevision(EObject object,
CDOView view) |
Constructor and Description |
---|
CDOExtentCreator(CDOView view) |
ContextParameter(CDOView view,
CDOQueryInfo info) |
Lazy(CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOSessionLocksChangedEvent.getSender()
Returns the view that caused the lock changes if this view is local, or
null if the view was remote. |
CDOView |
CDOSessionInvalidationEvent.getView()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CDOView |
ObjectWriteAccessHandler.getView() |
Modifier and Type | Interface and Description |
---|---|
interface |
CDOTransaction
A read-write view to the current (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
CDOPushTransaction
A
transaction that persists changes to the object graph locally on commit and can later load
these changes and push them to the repository . |
Modifier and Type | Method and Description |
---|---|
void |
CDOMerger2.merge(CDOTransaction localTransaction,
CDOView remoteView,
java.util.Set<CDOID> affectedIDs) |
Modifier and Type | Method and Description |
---|---|
CDOView |
RepositoryTransferSystem.getView() |
Constructor and Description |
---|
RepositoryTransferSystem(CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOEditorInput.getView()
Returns the CDOView associated with this CDOEditorInput
|
CDOView |
CDOEventHandler.getView() |
CDOView |
CDOLabelProvider.getView() |
CDOView |
CDOTreeExpansionAgent.getView() |
Modifier and Type | Method and Description |
---|---|
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInput(CDOView view,
java.lang.String resourcePath,
boolean viewOwned)
Returns an implementation of the CDOEditorInput interface.
|
static CDOEditorInput |
CDOEditorUtil.createCDOEditorInputWithEditingDomain(CDOView view,
java.lang.String resourcePath,
boolean viewOwned,
EditingDomain editingDomain)
Creates a
CDOEditorInput that adapts to the IEditingDomainProvider interface
to provide a particular editingDomain . |
void |
CDOItemProvider.fillView(IMenuManager manager,
CDOView view) |
static IEditorReference[] |
CDOEditorUtil.findEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
Returns references to possibly opened instances of CDOEditor with certain CDOView and resource
|
static Image |
CDOItemProvider.getViewImage(CDOView view) |
static ImageDescriptor |
CDOItemProvider.getViewImageDescriptor(CDOView view) |
static void |
CDOEditorUtil.openEditor(IWorkbenchPage page,
CDOView view,
java.lang.String resourcePath)
Opens the specified resource in CDOEditor
|
static void |
CDOEditorUtil.refreshEditors(IWorkbenchPage page,
CDOView view)
Refreshes all editor's viewers that are using certain CDOView.
|
Constructor and Description |
---|
CDOEventHandler(CDOView view,
TreeViewer treeViewer) |
CDOInvalidRootAgent(CDOView view) |
CDOLabelProvider(AdapterFactory adapterFactory,
CDOView view,
TreeViewer viewer) |
CDOTreeExpansionAgent(CDOView view,
TreeViewer viewer) |
Modifier and Type | Method and Description |
---|---|
static CDOCompareEditorUtil.Input |
CDOCompareEditorUtil.createComparisonInput(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static CDOCompareEditorUtil.Input |
CDOCompareEditorUtil.createComparisonInput(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static CDOCompareEditorUtil.Input |
CDOCompareEditorUtil.createComparisonInput(CDOView leftView,
CDOView rightView,
org.eclipse.emf.compare.Comparison comparison) |
static CDOCompareEditorUtil.Input |
CDOCompareEditorUtil.createComparisonInput(CDOView leftView,
CDOView rightView,
java.util.Set<CDOID> affectedIDs) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOCompareEditorUtil.Input input,
CDOView rightView) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOView leftView,
CDOView rightView,
CDOView[] originView) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOView leftView,
CDOView rightView,
CDOView[] originView) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOView leftView,
CDOView rightView,
CDOView[] originView,
CDOViewOpener viewOpener) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOView leftView,
CDOView rightView,
java.util.Set<CDOID> affectedIDs) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOViewOpener viewOpener,
CDOBranchPoint leftPoint,
CDOBranchPoint rightPoint,
CDOView[] originView) |
static boolean |
CDOCompareEditorUtil.openDialog(CDOViewOpener viewOpener,
CDOTransactionOpener transactionOpener,
CDOBranchPoint leftPoint,
CDOBranchPoint rightPoint,
CDOView[] originView) |
static boolean |
CDOCompareEditorUtil.openEditor(CDOView leftView,
CDOView rightView,
CDOView[] originView,
boolean activate) |
static boolean |
CDOCompareEditorUtil.openEditor(CDOView leftView,
CDOView rightView,
CDOView[] originView,
boolean activate) |
static boolean |
CDOCompareEditorUtil.openEditor(CDOView leftView,
CDOView rightView,
java.util.Set<CDOID> affectedIDs,
boolean activate) |
static boolean |
CDOCompareEditorUtil.openEditor(CDOViewOpener viewOpener,
CDOBranchPoint leftPoint,
CDOBranchPoint rightPoint,
CDOView[] originView,
boolean activate) |
static boolean |
CDOCompareEditorUtil.openEditor(CDOViewOpener viewOpener,
CDOTransactionOpener transactionOpener,
CDOBranchPoint leftPoint,
CDOBranchPoint rightPoint,
CDOView[] originView,
boolean activate) |
Modifier and Type | Method and Description |
---|---|
void |
TimeSlider.connect(CDOView view,
TreeViewer viewer) |
Modifier and Type | Method and Description |
---|---|
static CDOView |
CDOUtil.getView(Notifier notifier) |
static CDOView |
CDOUtil.getView(ResourceSet resourceSet,
URI uri) |
Modifier and Type | Method and Description |
---|---|
static void |
CDOUtil.configureView(CDOView view) |
static URI |
CDOURIUtil.createResourceURI(CDOView view,
java.lang.String path) |
static void |
CDOUtil.load(EObject eObject,
CDOView view) |
static CDOObject |
CDOUtil.wrapExternalObject(EObject object,
CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOView.Options.getContainer()
Returns the
view of this options object. |
CDOView |
CDOViewLocksChangedEvent.getSender()
Returns the view that caused the lock changes if this view is local, or
null if the view was remote. |
CDOView |
CDOViewEvent.getSource() |
CDOView |
CDOViewEventProducer.CDOObjectStateChangedEvent.getSource() |
CDOView |
CDOQuery.getView()
Returns the
view this query was created by and is associated with. |
CDOView |
CDORegistrationHandler.Default.getView() |
CDOView |
CDOUnitManager.getView() |
CDOView |
CDOViewRegistry.Registration.getView()
Returns the
CDOView of this registration. |
CDOView |
CDOViewContainer.getView(int viewID) |
CDOView |
CDOViewRegistry.getView(int id)
|
CDOView |
CDOViewProvider.getView(URI uri,
ResourceSet resourceSet)
Receives a URI and returns an opened
CDOView against the repository. |
CDOView[] |
CDOViewContainer.getViews()
Returns an array of all open
views and transactions of this session. |
CDOView[] |
CDOViewRegistry.getViews()
Returns all registered
views . |
CDOView[] |
CDOViewSet.getViews() |
CDOView[] |
CDOViewContainer.getViews(CDOBranch branch)
Returns an array of all
views and transactions of this session that are open on the given branch. |
CDOView |
CDOViewContainer.openView()
Opens and returns a new
view on a new EMF resource set . |
CDOView |
CDOViewContainer.openView(CDOBranch branch)
Opens and returns a new
view on a new EMF resource set . |
CDOView |
CDOViewContainer.openView(CDOBranch branch,
long timeStamp)
Opens and returns a new
view on a new EMF resource set . |
CDOView |
CDOViewContainer.openView(CDOBranch branch,
long timeStamp,
ResourceSet resourceSet)
Opens and returns a new
view on the given EMF resource set . |
CDOView |
CDOViewContainer.openView(CDOBranchPoint target)
Opens and returns a new
view on a new EMF resource set . |
CDOView |
CDOViewOpener.openView(CDOBranchPoint target,
ResourceSet resourceSet)
Opens and returns a new
view on the given EMF resource set . |
CDOView |
CDOViewContainer.openView(long timeStamp)
Opens and returns a new
view on a new EMF resource set . |
CDOView |
CDOViewContainer.openView(ResourceSet resourceSet)
Opens and returns a new
view on the given EMF resource set . |
CDOView |
CDOViewContainer.openView(java.lang.String durableLockingID)
Opens and returns a
view on a new EMF resource set by resuming a view that has
previously been made durable by calling CDOView.enableDurableLocking(true) . |
CDOView |
CDOViewOpener.openView(java.lang.String durableLockingID,
ResourceSet resourceSet)
Opens and returns a
view on the given EMF resource set by resuming a view that
has previously been made durable by calling CDOView.enableDurableLocking(true) . |
CDOView |
CDOViewProviderRegistry.provideView(URI uri,
ResourceSet viewSet)
Returns a
view that serves the given URI in the given view set , or
null if no view provider in this registry can provide such a view. |
CDOView |
CDOViewSet.resolveView(java.lang.String repositoryUUID)
Deprecated.
As of 4.4 use
CDOViewSet.resolveView(URI) . |
CDOView |
CDOViewSet.resolveView(URI viewURI) |
Modifier and Type | Method and Description |
---|---|
Pair<CDOView,CDOViewProvider> |
CDOViewProviderRegistry.provideViewWithInfo(URI uri,
ResourceSet resourceSet)
Deprecated.
As of 4.4. use
CDOViewProviderRegistry.provideView(URI, ResourceSet) .getProvider(). |
Modifier and Type | Method and Description |
---|---|
protected void |
CDORegistrationHandler.Default.doDispose(CDOView view) |
protected void |
CDORegistrationHandler.Default.doInitialize(CDOView view) |
int |
CDOViewRegistry.getID(CDOView view)
|
URI |
AbstractCDOViewProvider.getResourceURI(CDOView view,
java.lang.String path)
Must be overwritten for non-canonical URI formats!
|
URI |
CDOViewProvider.getResourceURI(CDOView view,
java.lang.String path) |
URI |
AbstractCDOViewProvider.getViewURI(CDOView view) |
URI |
CDOViewProvider.CDOViewProvider2.getViewURI(CDOView view) |
void |
CDORegistrationHandler.objectCollected(CDOView view,
CDOID id) |
void |
CDORegistrationHandler.Default.objectCollected(CDOView view,
CDOID id)
Called by the view for each garbage-collected object.
|
void |
CDORegistrationHandler.objectDeregistered(CDOView view,
CDOObject object) |
void |
CDORegistrationHandler.Default.objectDeregistered(CDOView view,
CDOObject object)
Called by the view for each deregistered object.
|
void |
CDORegistrationHandler.objectRegistered(CDOView view,
CDOObject object) |
void |
CDORegistrationHandler.Default.objectRegistered(CDOView view,
CDOObject object)
Called by the view for each registered object.
|
void |
CDOObjectHandler.objectStateChanged(CDOView view,
CDOObject object,
CDOState oldState,
CDOState newState) |
void |
CDOStaleReferencePolicy.DynamicProxy.Enhanced.objectStateChanged(CDOView view,
CDOObject object,
CDOState oldState,
CDOState newState) |
Constructor and Description |
---|
Default(CDOView view) |
Enhanced(CDOView view) |
Modifier and Type | Method and Description |
---|---|
CDOView |
CDOWorkspace.openView() |
CDOView |
CDOWorkspace.openView(ResourceSet resourceSet) |
Modifier and Type | Method and Description |
---|---|
void |
CDOObjectImpl.cdoInternalSetView(CDOView view) |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalCDOTransaction
If the meaning of this type isn't clear, there really should be more of a description here...
|
interface |
InternalCDOView
If the meaning of this type isn't clear, there really should be more of a description here...
|
Modifier and Type | Method and Description |
---|---|
CDOView |
AbstractQueryIterator.getView() |
CDOView |
CDOChangeSubscriptionAdapter.getView() |
Modifier and Type | Method and Description |
---|---|
static InternalCDOObject |
FSMUtil.adapt(java.lang.Object object,
CDOView view) |
void |
InternalCDOObject.cdoInternalSetView(CDOView view) |
java.lang.String |
CDOSessionProtocol.changeLockArea(CDOView view,
boolean create) |
boolean |
CDOSessionProtocol.isObjectLocked(CDOView view,
CDOObject object,
IRWLockManager.LockType lockType,
boolean byOthers) |
void |
CDOSessionProtocol.query(CDOView view,
AbstractQueryIterator<?> queryResult) |
void |
CDOSessionProtocol.unlockObjects(CDOView view,
java.util.Collection<CDOID> objectIDs,
IRWLockManager.LockType lockType)
Deprecated.
Not called anymore. Use
#unlockObjects2(CDOView, Collection, LockType, boolean) instead. |
CDOSessionProtocol.UnlockObjectsResult |
CDOSessionProtocol.unlockObjects2(CDOView view,
java.util.Collection<CDOID> objectIDs,
IRWLockManager.LockType lockType,
boolean recursive) |
Constructor and Description |
---|
AbstractQueryIterator(CDOView view,
CDOQueryInfo queryInfo) |
CDOChangeSubscriptionAdapter(CDOView view) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html