diff options
author | Eike Stepper | 2012-09-01 10:12:40 +0000 |
---|---|---|
committer | Eike Stepper | 2012-09-01 10:12:40 +0000 |
commit | 617fe3dcf7b31291514a06b64ffabb8e6545b3aa (patch) | |
tree | a7d0a820aec5dee2d5045b47c811570238d01638 | |
parent | 27ced0f92cd49702142bb8db0a05fbe7b48d35c1 (diff) | |
download | cdo-617fe3dcf7b31291514a06b64ffabb8e6545b3aa.tar.gz cdo-617fe3dcf7b31291514a06b64ffabb8e6545b3aa.tar.xz cdo-617fe3dcf7b31291514a06b64ffabb8e6545b3aa.zip |
Update docs
845 files changed, 18076 insertions, 20652 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java index b445291abc..61b0a95da6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/AbstractQueryResult.java @@ -17,6 +17,8 @@ import org.eclipse.emf.cdo.common.util.CDOQueryInfo; import org.eclipse.emf.cdo.common.util.CDOQueryQueue; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 2.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.java index 3f525b10c4..e2bf92a4ad 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.java @@ -33,6 +33,8 @@ import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.java index 108a8963f3..840e7b6089 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.java @@ -17,6 +17,8 @@ import org.eclipse.net4j.util.om.monitor.OMMonitor; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java index f726abe317..68a4a05f79 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationContext.java @@ -15,6 +15,8 @@ import org.eclipse.emf.cdo.common.commit.CDOCommitInfoHandler; import org.eclipse.emf.cdo.common.lock.IDurableLockingManager; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.java index fbecebd869..47e021f82b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.java @@ -12,6 +12,8 @@ package org.eclipse.emf.cdo.spi.common; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java index dc0be20195..fcfd585026 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.java @@ -23,6 +23,8 @@ import java.util.Comparator; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.1 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java index dcd1cec1f9..8e44a5b16e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.java @@ -24,6 +24,8 @@ import java.util.ArrayList; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranch.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranch.java index 066e9d3cd7..0a7c883b64 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranch.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranch.java @@ -14,6 +14,8 @@ import org.eclipse.emf.cdo.common.branch.CDOBranch; import org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranchManager.BranchLoader.BranchInfo; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranchManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranchManager.java index 8c2800ec13..03530875c4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranchManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/branch/InternalCDOBranchManager.java @@ -23,6 +23,8 @@ import org.eclipse.net4j.util.lifecycle.ILifecycle; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This interface is not intended to be extended by clients. @@ -58,6 +60,8 @@ public interface InternalCDOBranchManager extends CDOBranchManager, ILifecycle public void handleBranchCreated(InternalCDOBranch branch); /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -90,6 +94,8 @@ public interface InternalCDOBranchManager extends CDOBranchManager, ILifecycle public int loadBranches(int startID, int endID, CDOBranchHandler branchHandler); /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -145,6 +151,7 @@ public interface InternalCDOBranchManager extends CDOBranchManager, ILifecycle } /** + * If the meaning of this type isn't clear, there really should be more of a description here... * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java index c0270669d9..3483f919f3 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.java @@ -21,6 +21,8 @@ import java.util.HashMap; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java index 769e323140..47ad2c8a74 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.java @@ -24,6 +24,8 @@ import java.util.HashMap; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java index 1ce8678d3a..0576054f65 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.java @@ -20,6 +20,8 @@ import java.text.MessageFormat; import java.util.LinkedList; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java index 5233c7f009..a72be48228 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.java @@ -27,6 +27,8 @@ import java.text.MessageFormat; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java index f66332029d..1a38f42049 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.java @@ -21,6 +21,8 @@ import java.util.HashMap; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java index 671696f301..0e2d1ab8ae 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/commit/InternalCDOCommitInfoManager.java @@ -19,6 +19,8 @@ import org.eclipse.emf.cdo.common.commit.CDOCommitInfoManager; import org.eclipse.net4j.util.lifecycle.ILifecycle; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This interface is not intended to be extended by clients. @@ -37,6 +39,8 @@ public interface InternalCDOCommitInfoManager extends CDOCommitInfoManager, ILif String comment, CDOCommitData commitData); /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface CommitInfoLoader diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java index fb381790da..fff20d46dc 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.java @@ -19,6 +19,8 @@ import org.eclipse.net4j.util.io.ExtendedDataOutput; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.java index b469323e34..e51369a1e3 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.java @@ -20,6 +20,8 @@ import java.io.IOException; import java.util.Arrays; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.1 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.java index 6c8275ae5e..3af3337111 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.java @@ -17,6 +17,8 @@ import org.eclipse.net4j.util.io.ExtendedDataOutput; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.java index e7ad42d52c..1cb2895608 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.java @@ -18,6 +18,8 @@ import org.eclipse.net4j.util.io.ExtendedDataOutput; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.java index e863c8b20f..546cf063d4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.java @@ -18,6 +18,8 @@ import org.eclipse.net4j.util.io.ExtendedDataOutput; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Martin Taal * @since 3.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/InternalCDOIDObject.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/InternalCDOIDObject.java index d8dec20471..a50438a7c1 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/InternalCDOIDObject.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/InternalCDOIDObject.java @@ -13,6 +13,8 @@ package org.eclipse.emf.cdo.spi.common.id; import org.eclipse.emf.cdo.common.id.CDOIDObject; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/lock/InternalCDOLockState.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/lock/InternalCDOLockState.java index c4f4c2f363..0058f5cb0d 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/lock/InternalCDOLockState.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/lock/InternalCDOLockState.java @@ -4,7 +4,7 @@ * 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 - * + * * Contributors: * Caspar De Groot - initial API and implementation */ @@ -14,6 +14,8 @@ import org.eclipse.emf.cdo.common.lock.CDOLockOwner; import org.eclipse.emf.cdo.common.lock.CDOLockState; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Caspar De Groot * @since 4.1 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.java index 7c9bd827c4..af09ba858e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.java @@ -20,6 +20,8 @@ import java.util.Map; import java.util.Set; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageInfo.java index b69af6a1f0..ecd25e5c86 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageInfo.java @@ -19,6 +19,8 @@ import org.eclipse.emf.common.notify.Adapter; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageRegistry.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageRegistry.java index 2e7b161b39..ec45b9872c 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageRegistry.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageRegistry.java @@ -21,6 +21,8 @@ import org.eclipse.emf.ecore.EPackage; import java.util.Set; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. @@ -88,6 +90,8 @@ public interface InternalCDOPackageRegistry extends CDOPackageRegistry, ILifecyc public Object getWithDelegation(String nsURI, boolean resolve); /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface PackageProcessor @@ -96,6 +100,8 @@ public interface InternalCDOPackageRegistry extends CDOPackageRegistry, ILifecyc } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface PackageLoader diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageUnit.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageUnit.java index 46b32a859f..0208a55174 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageUnit.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/model/InternalCDOPackageUnit.java @@ -21,6 +21,8 @@ import org.eclipse.emf.ecore.resource.ResourceSet; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java index f7895c3a82..12eef1d472 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.java @@ -104,6 +104,8 @@ import java.util.List; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.2 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java index de5c6a8440..34ab1892f5 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.java @@ -72,6 +72,8 @@ import java.util.Map; import java.util.Set; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.2 */ diff --git a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/releng/versioning/package-info.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/package-info.java index b63b45062d..8c47fafce3 100644 --- a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/releng/versioning/package-info.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/protocol/package-info.java @@ -4,15 +4,13 @@ * 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 - * + * * Contributors: * Eike Stepper - initial API and implementation */ /** - * Versioning - * - * @number 2 + * Common base implementations for dealing with I/O of CDO data structures. */ -package org.eclipse.emf.cdo.releng.help.releng.versioning; +package org.eclipse.emf.cdo.spi.common.protocol; diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.java index e9d9fba46e..f725ed8312 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.java @@ -30,6 +30,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.text.MessageFormat; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java index f61f97f595..65e8d9c59b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.java @@ -59,6 +59,8 @@ import java.text.MessageFormat; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 * @noextend This class is not intended to be subclassed by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.java index 0c4ee62d4b..4bcc619ed0 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.java @@ -23,6 +23,8 @@ import org.eclipse.emf.cdo.common.revision.delta.CDOSetFeatureDelta; import org.eclipse.emf.cdo.common.revision.delta.CDOUnsetFeatureDelta; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 3.0 */ @@ -84,6 +86,8 @@ public class CDOFeatureDeltaVisitorImpl implements CDOFeatureDeltaVisitor } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.java index 4677aec477..c62cd906f3 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.java @@ -14,12 +14,14 @@ import org.eclipse.emf.ecore.EStructuralFeature; import org.eclipse.emf.ecore.util.FeatureMap; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @since 3.0 * @author Martin Taal */ public interface CDOFeatureMapEntry extends FeatureMap.Entry { - void setEStructuralFeature(EStructuralFeature feature); + public void setEStructuralFeature(EStructuralFeature feature); - void setValue(Object value); + public void setValue(Object value); } diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.java index 4a5ca49d02..efe9c12aee 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.java @@ -18,6 +18,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 2.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.java index edb26661d9..119638bff8 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.java @@ -12,6 +12,8 @@ package org.eclipse.emf.cdo.spi.common.revision; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.java index 7d840eb460..98a977f6b4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.java @@ -19,6 +19,8 @@ import org.eclipse.emf.cdo.common.revision.CDORevision; import org.eclipse.emf.ecore.EStructuralFeature; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.java index 4a0c11baa2..4e312d3e12 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.java @@ -22,6 +22,8 @@ import org.eclipse.emf.cdo.common.revision.delta.CDOSetFeatureDelta; import org.eclipse.emf.cdo.common.revision.delta.CDOUnsetFeatureDelta; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 2.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.java index faee1649e8..21386dbc3b 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.java @@ -30,6 +30,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java index 186d4f0d04..c33288db14 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.java @@ -25,6 +25,8 @@ import org.eclipse.emf.ecore.EClass; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.java index c1a69c8b8f..2379157da6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.java @@ -16,6 +16,8 @@ import org.eclipse.emf.cdo.common.id.CDOID; import org.eclipse.emf.ecore.EClass; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOFeatureDelta.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOFeatureDelta.java index 0565f45bad..837c31169e 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOFeatureDelta.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOFeatureDelta.java @@ -14,12 +14,16 @@ package org.eclipse.emf.cdo.spi.common.revision; import org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 3.0 */ public interface InternalCDOFeatureDelta extends CDOFeatureDelta { /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface WithIndex @@ -30,6 +34,8 @@ public interface InternalCDOFeatureDelta extends CDOFeatureDelta } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface ListIndexAffecting @@ -41,6 +47,8 @@ public interface InternalCDOFeatureDelta extends CDOFeatureDelta } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper */ public interface ListTargetAdding diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.java index 031717e62f..bb8d26d26c 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.java @@ -18,6 +18,8 @@ import org.eclipse.emf.ecore.EClassifier; import org.eclipse.emf.ecore.EStructuralFeature; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Simon McDuff * @since 2.0 */ @@ -27,7 +29,7 @@ public interface InternalCDOList extends CDOList /** * Adjusts references according to the passed adjuster and resynchronizes indexes. - * + * * @since 4.0 */ public boolean adjustReferences(CDOReferenceAdjuster adjuster, EStructuralFeature feature); diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.java index 1ead2b37ec..5220c60617 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.java @@ -28,6 +28,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 2.0 * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionCache.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionCache.java index 7297d86c8b..69a8d6c614 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionCache.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionCache.java @@ -22,6 +22,8 @@ import org.eclipse.net4j.util.lifecycle.ILifecycle; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionDelta.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionDelta.java index 27abcbec7d..8ffefa1d4f 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionDelta.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionDelta.java @@ -20,6 +20,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.util.Map; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java index 79b85aab76..81e03c5ac6 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.java @@ -25,6 +25,8 @@ import org.eclipse.net4j.util.lifecycle.ILifecycle; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -83,6 +85,8 @@ public interface InternalCDORevisionManager extends CDORevisionManager, CDORevis boolean loadOnDemand); /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -95,6 +99,8 @@ public interface InternalCDORevisionManager extends CDORevisionManager, CDORevis } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/ManagedRevisionProvider.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/ManagedRevisionProvider.java index 1686321010..b789cf4ab4 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/ManagedRevisionProvider.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/ManagedRevisionProvider.java @@ -17,6 +17,8 @@ import org.eclipse.emf.cdo.common.revision.CDORevisionManager; import org.eclipse.emf.cdo.common.revision.CDORevisionProvider; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 4.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java index 60eb9512a9..0b04f75263 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/RevisionInfo.java @@ -28,6 +28,8 @@ import java.io.IOException; import java.util.List; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -327,6 +329,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -336,6 +340,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -410,6 +416,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -460,6 +468,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -550,6 +560,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ @@ -586,6 +598,8 @@ public abstract class RevisionInfo } /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.java index b2eb6e3e5e..00b1a1ffe8 100644 --- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.java +++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.java @@ -27,6 +27,8 @@ import org.eclipse.emf.ecore.EStructuralFeature; import java.io.IOException; /** + * If the meaning of this type isn't clear, there really should be more of a description here... + * * @author Eike Stepper * @since 3.0 */ diff --git a/plugins/org.eclipse.emf.cdo.doc/build.properties b/plugins/org.eclipse.emf.cdo.doc/build.properties index 75fca1000e..684512d6f6 100644 --- a/plugins/org.eclipse.emf.cdo.doc/build.properties +++ b/plugins/org.eclipse.emf.cdo.doc/build.properties @@ -29,10 +29,10 @@ bin.includes = META-INF/,\ images/,\ schemadoc/,\ toc.xmi +src.includes = about.html,\ + copyright.txt doc.depends = org.eclipse.net4j.doc,\ org.eclipse.net4j.db.doc -src.includes = about.html,\ - copyright.txt generateSourceReferences = true diff --git a/plugins/org.eclipse.emf.cdo.doc/build.xml b/plugins/org.eclipse.emf.cdo.doc/build.xml index bffaa1ddcd..de50891698 100644 --- a/plugins/org.eclipse.emf.cdo.doc/build.xml +++ b/plugins/org.eclipse.emf.cdo.doc/build.xml @@ -53,7 +53,7 @@ classname="org.eclipse.pde.internal.core.ant.ConvertSchemaToHTML" classpathref="javadoc.classpath" /> - <target name="build.java"> + <target name="build.java" unless="java.skip"> <echo message="Building JavaDoc for org.eclipse.emf.cdo.doc" /> <delete includeemptydirs="true" failonerror="false"> @@ -129,11 +129,6 @@ <include name="org.eclipse.emf.cdo.server.db/src/org/eclipse/emf/cdo/server/db/mapping/*.java" /> <include name="org.eclipse.emf.cdo.server.db4o/src/org/eclipse/emf/cdo/server/db4o/*.java" /> <include name="org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/hibernate/*.java" /> - <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/internal/lissome/*.java" /> - <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/internal/lissome/bundle/*.java" /> - <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/internal/lissome/db/*.java" /> - <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/internal/lissome/file/*.java" /> - <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/internal/lissome/optimizer/*.java" /> <include name="org.eclipse.emf.cdo.server.lissome/src/org/eclipse/emf/cdo/server/lissome/*.java" /> <include name="org.eclipse.emf.cdo.server.mongodb/src/org/eclipse/emf/cdo/server/mongodb/*.java" /> <include name="org.eclipse.emf.cdo.server.net4j/src/org/eclipse/emf/cdo/server/net4j/*.java" /> @@ -258,25 +253,20 @@ <package name="org.eclipse.emf.cdo.server.admin" /> <package name="org.eclipse.emf.cdo.server.spi.admin" /> </group> - <group title="CDO Model Repository Server DB4O Support"> + <group title="CDO Model Repository Server DB Store"> + <package name="org.eclipse.emf.cdo.server.db" /> + <package name="org.eclipse.emf.cdo.server.db.mapping" /> + </group> + <group title="CDO Model Repository Server DB4O Store"> <package name="org.eclipse.emf.cdo.server.db4o" /> </group> - <group title="CDO Model Repository Server Hibernate Support"> + <group title="CDO Model Repository Server Hibernate Store"> <package name="org.eclipse.emf.cdo.server.hibernate" /> </group> - <group title="CDO Model Repository Server JDBC Support"> - <package name="org.eclipse.emf.cdo.server.db" /> - <package name="org.eclipse.emf.cdo.server.db.mapping" /> - </group> - <group title="CDO Model Repository Server Lissome Support"> - <package name="org.eclipse.emf.cdo.server.internal.lissome" /> - <package name="org.eclipse.emf.cdo.server.internal.lissome.bundle" /> - <package name="org.eclipse.emf.cdo.server.internal.lissome.db" /> - <package name="org.eclipse.emf.cdo.server.internal.lissome.file" /> - <package name="org.eclipse.emf.cdo.server.internal.lissome.optimizer" /> + <group title="CDO Model Repository Server Lissome Store"> <package name="org.eclipse.emf.cdo.server.lissome" /> </group> - <group title="CDO Model Repository Server MongoDB Support"> + <group title="CDO Model Repository Server MongoDB Store"> <package name="org.eclipse.emf.cdo.server.mongodb" /> </group> <group title="CDO Model Repository Server Net4j Support"> @@ -285,7 +275,7 @@ <group title="CDO Model Repository Server OCL Support"> <package name="org.eclipse.emf.cdo.server.ocl" /> </group> - <group title="CDO Model Repository Server Objectivity Support"> + <group title="CDO Model Repository Server Objectivity Store"> <package name="org.eclipse.emf.cdo.server.objectivity" /> </group> <group title="CDO Model Repository Server Security Support"> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-frame.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-frame.html index 69182f72f5..44e63c3fc7 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-frame.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-frame.html @@ -240,8 +240,12 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/common/protocol/CDODataInput.html" title="interface in org.eclipse.emf.cdo.common.protocol" target="classFrame"><I>CDODataInput</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol" target="classFrame">CDODataInputImpl</A> +<BR> <A HREF="org/eclipse/emf/cdo/common/protocol/CDODataOutput.html" title="interface in org.eclipse.emf.cdo.common.protocol" target="classFrame"><I>CDODataOutput</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol" target="classFrame">CDODataOutputImpl</A> +<BR> <A HREF="org/eclipse/emf/cdo/server/db/CDODBUtil.html" title="class in org.eclipse.emf.cdo.server.db" target="classFrame">CDODBUtil</A> <BR> <A HREF="org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html" title="class in org.eclipse.emf.cdo.transaction" target="classFrame">CDODefaultTransactionHandler</A> @@ -876,6 +880,8 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision" target="classFrame">DelegatingCDORevisionManager</A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html" title="class in org.eclipse.emf.cdo.spi.server" target="classFrame">DelegatingQueryResourcesContext</A> +<BR> <A HREF="org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision" target="classFrame">DetachedCDORevision</A> <BR> <A HREF="org/eclipse/emf/cdo/security/Directory.html" title="interface in org.eclipse.emf.cdo.security" target="classFrame"><I>Directory</I></A> @@ -1000,6 +1006,14 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/server/db/IIDHandler.html" title="interface in org.eclipse.emf.cdo.server.db" target="classFrame"><I>IIDHandler</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStore.html" title="interface in org.eclipse.emf.cdo.server.lissome" target="classFrame"><I>ILissomeStore</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStore.Props.html" title="interface in org.eclipse.emf.cdo.server.lissome" target="classFrame"><I>ILissomeStore.Props</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStoreAccessor.html" title="interface in org.eclipse.emf.cdo.server.lissome" target="classFrame"><I>ILissomeStoreAccessor</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStoreChunkReader.html" title="interface in org.eclipse.emf.cdo.server.lissome" target="classFrame"><I>ILissomeStoreChunkReader</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/server/db/mapping/IListMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping" target="classFrame"><I>IListMapping</I></A> <BR> <A HREF="org/eclipse/emf/cdo/server/db/mapping/IListMapping2.html" title="interface in org.eclipse.emf.cdo.server.db.mapping" target="classFrame"><I>IListMapping2</I></A> @@ -1140,6 +1154,12 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoChangeSets.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore.NoChangeSets</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoCommitInfos.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore.NoCommitInfos</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoDurableLocking.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore.NoDurableLocking</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoExternalReferences.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore.NoExternalReferences</I></A> <BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoFeatureMaps.html" title="interface in org.eclipse.emf.cdo.spi.server" target="classFrame"><I>InternalStore.NoFeatureMaps</I></A> @@ -1266,6 +1286,8 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/util/LegacyModeNotEnabledException.html" title="class in org.eclipse.emf.cdo.util" target="classFrame">LegacyModeNotEnabledException</A> <BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/LissomeStoreUtil.html" title="class in org.eclipse.emf.cdo.server.lissome" target="classFrame">LissomeStoreUtil</A> +<BR> <A HREF="org/eclipse/emf/cdo/util/LockTimeoutException.html" title="class in org.eclipse.emf.cdo.util" target="classFrame">LockTimeoutException</A> <BR> <A HREF="org/eclipse/emf/cdo/spi/server/LongIDStore.html" title="class in org.eclipse.emf.cdo.spi.server" target="classFrame">LongIDStore</A> @@ -1412,10 +1434,14 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/security/SecurityItem.html" title="interface in org.eclipse.emf.cdo.security" target="classFrame"><I>SecurityItem</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security" target="classFrame"><I>SecurityItemContainer</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/security/impl/SecurityItemImpl.html" title="class in org.eclipse.emf.cdo.security.impl" target="classFrame">SecurityItemImpl</A> <BR> <A HREF="org/eclipse/emf/cdo/security/provider/SecurityItemItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider" target="classFrame">SecurityItemItemProvider</A> <BR> +<A HREF="org/eclipse/emf/cdo/security/SecurityItemProvider.html" title="interface in org.eclipse.emf.cdo.security" target="classFrame"><I>SecurityItemProvider</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider" target="classFrame">SecurityItemProviderAdapterFactory</A> <BR> <A HREF="org/eclipse/emf/cdo/server/spi/security/SecurityManagerFactory.html" title="class in org.eclipse.emf.cdo.server.spi.security" target="classFrame">SecurityManagerFactory</A> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-noframe.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-noframe.html index 6f1b0b2e99..1d0c5af09c 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-noframe.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/allclasses-noframe.html @@ -240,8 +240,12 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/common/protocol/CDODataInput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><I>CDODataInput</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol">CDODataInputImpl</A> +<BR> <A HREF="org/eclipse/emf/cdo/common/protocol/CDODataOutput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><I>CDODataOutput</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol">CDODataOutputImpl</A> +<BR> <A HREF="org/eclipse/emf/cdo/server/db/CDODBUtil.html" title="class in org.eclipse.emf.cdo.server.db">CDODBUtil</A> <BR> <A HREF="org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html" title="class in org.eclipse.emf.cdo.transaction">CDODefaultTransactionHandler</A> @@ -876,6 +880,8 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DelegatingCDORevisionManager</A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html" title="class in org.eclipse.emf.cdo.spi.server">DelegatingQueryResourcesContext</A> +<BR> <A HREF="org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DetachedCDORevision</A> <BR> <A HREF="org/eclipse/emf/cdo/security/Directory.html" title="interface in org.eclipse.emf.cdo.security"><I>Directory</I></A> @@ -1000,6 +1006,14 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/server/db/IIDHandler.html" title="interface in org.eclipse.emf.cdo.server.db"><I>IIDHandler</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStore.html" title="interface in org.eclipse.emf.cdo.server.lissome"><I>ILissomeStore</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStore.Props.html" title="interface in org.eclipse.emf.cdo.server.lissome"><I>ILissomeStore.Props</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStoreAccessor.html" title="interface in org.eclipse.emf.cdo.server.lissome"><I>ILissomeStoreAccessor</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/ILissomeStoreChunkReader.html" title="interface in org.eclipse.emf.cdo.server.lissome"><I>ILissomeStoreChunkReader</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/server/db/mapping/IListMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><I>IListMapping</I></A> <BR> <A HREF="org/eclipse/emf/cdo/server/db/mapping/IListMapping2.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><I>IListMapping2</I></A> @@ -1140,6 +1154,12 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoChangeSets.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore.NoChangeSets</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoCommitInfos.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore.NoCommitInfos</I></A> +<BR> +<A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoDurableLocking.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore.NoDurableLocking</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoExternalReferences.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore.NoExternalReferences</I></A> <BR> <A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.NoFeatureMaps.html" title="interface in org.eclipse.emf.cdo.spi.server"><I>InternalStore.NoFeatureMaps</I></A> @@ -1266,6 +1286,8 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/util/LegacyModeNotEnabledException.html" title="class in org.eclipse.emf.cdo.util">LegacyModeNotEnabledException</A> <BR> +<A HREF="org/eclipse/emf/cdo/server/lissome/LissomeStoreUtil.html" title="class in org.eclipse.emf.cdo.server.lissome">LissomeStoreUtil</A> +<BR> <A HREF="org/eclipse/emf/cdo/util/LockTimeoutException.html" title="class in org.eclipse.emf.cdo.util">LockTimeoutException</A> <BR> <A HREF="org/eclipse/emf/cdo/spi/server/LongIDStore.html" title="class in org.eclipse.emf.cdo.spi.server">LongIDStore</A> @@ -1412,10 +1434,14 @@ All Classes (CDO Model Repository Documentation) <BR> <A HREF="org/eclipse/emf/cdo/security/SecurityItem.html" title="interface in org.eclipse.emf.cdo.security"><I>SecurityItem</I></A> <BR> +<A HREF="org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security"><I>SecurityItemContainer</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/security/impl/SecurityItemImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityItemImpl</A> <BR> <A HREF="org/eclipse/emf/cdo/security/provider/SecurityItemItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemItemProvider</A> <BR> +<A HREF="org/eclipse/emf/cdo/security/SecurityItemProvider.html" title="interface in org.eclipse.emf.cdo.security"><I>SecurityItemProvider</I></A> +<BR> <A HREF="org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <BR> <A HREF="org/eclipse/emf/cdo/server/spi/security/SecurityManagerFactory.html" title="class in org.eclipse.emf.cdo.server.spi.security">SecurityManagerFactory</A> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/constant-values.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/constant-values.html index d87bab0357..b782ca48d0 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/constant-values.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/constant-values.html @@ -433,6 +433,12 @@ org.eclipse.*</FONT></TH> <TD ALIGN="right"><CODE>"cdo"</CODE></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.common.protocol.CDOProtocolConstants.PROTOCOL_VERSION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final int</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.html#PROTOCOL_VERSION">PROTOCOL_VERSION</A></CODE></TD> +<TD ALIGN="right"><CODE>9</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <A NAME="org.eclipse.emf.cdo.common.protocol.CDOProtocolConstants.QUERY_LANGUAGE_RESOURCES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> <CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/common/protocol/CDOProtocolConstants.html#QUERY_LANGUAGE_RESOURCES">QUERY_LANGUAGE_RESOURCES</A></CODE></TD> @@ -1801,6 +1807,24 @@ org.eclipse.*</FONT></TH> <TD ALIGN="right"><CODE>7</CODE></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.security.SecurityPackage.REALM__DEFAULT_GROUP_DIRECTORY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final int</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/security/SecurityPackage.html#REALM__DEFAULT_GROUP_DIRECTORY">REALM__DEFAULT_GROUP_DIRECTORY</A></CODE></TD> +<TD ALIGN="right"><CODE>9</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.security.SecurityPackage.REALM__DEFAULT_ROLE_DIRECTORY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final int</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/security/SecurityPackage.html#REALM__DEFAULT_ROLE_DIRECTORY">REALM__DEFAULT_ROLE_DIRECTORY</A></CODE></TD> +<TD ALIGN="right"><CODE>10</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.security.SecurityPackage.REALM__DEFAULT_USER_DIRECTORY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final int</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/security/SecurityPackage.html#REALM__DEFAULT_USER_DIRECTORY">REALM__DEFAULT_USER_DIRECTORY</A></CODE></TD> +<TD ALIGN="right"><CODE>8</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <A NAME="org.eclipse.emf.cdo.security.SecurityPackage.REALM__ITEMS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> <CODE>public static final int</CODE></FONT></TD> <TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/security/SecurityPackage.html#REALM__ITEMS">REALM__ITEMS</A></CODE></TD> @@ -1816,7 +1840,7 @@ org.eclipse.*</FONT></TH> <A NAME="org.eclipse.emf.cdo.security.SecurityPackage.REALM_FEATURE_COUNT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> <CODE>public static final int</CODE></FONT></TD> <TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/security/SecurityPackage.html#REALM_FEATURE_COUNT">REALM_FEATURE_COUNT</A></CODE></TD> -<TD ALIGN="right"><CODE>8</CODE></TD> +<TD ALIGN="right"><CODE>11</CODE></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <A NAME="org.eclipse.emf.cdo.security.SecurityPackage.RESOURCE_PERMISSION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> @@ -2557,6 +2581,12 @@ org.eclipse.*</FONT></TH> <TD ALIGN="right"><CODE>"overrideUUID"</CODE></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.server.IRepository.Props.SERIALIZE_COMMITS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/server/IRepository.Props.html#SERIALIZE_COMMITS">SERIALIZE_COMMITS</A></CODE></TD> +<TD ALIGN="right"><CODE>"serializeCommits"</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <A NAME="org.eclipse.emf.cdo.server.IRepository.Props.SUPPORTING_AUDITS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> <CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/server/IRepository.Props.html#SUPPORTING_AUDITS">SUPPORTING_AUDITS</A></CODE></TD> @@ -2652,6 +2682,18 @@ org.eclipse.*</FONT></TH> <TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/server/db/IDBStore.Props.html#CONNECTION_KEEPALIVE_PERIOD">CONNECTION_KEEPALIVE_PERIOD</A></CODE></TD> <TD ALIGN="right"><CODE>"connectionKeepAlivePeriod"</CODE></TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.server.db.IDBStore.Props.READER_POOL_CAPACITY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/server/db/IDBStore.Props.html#READER_POOL_CAPACITY">READER_POOL_CAPACITY</A></CODE></TD> +<TD ALIGN="right"><CODE>"readerPoolCapacity"</CODE></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.server.db.IDBStore.Props.WRITER_POOL_CAPACITY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/server/db/IDBStore.Props.html#WRITER_POOL_CAPACITY">WRITER_POOL_CAPACITY</A></CODE></TD> +<TD ALIGN="right"><CODE>"writerPoolCapacity"</CODE></TD> +</TR> </FONT></TD> </TR> </TABLE> @@ -3208,6 +3250,24 @@ org.eclipse.*</FONT></TH> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.spi.server.<A HREF="org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html" title="class in org.eclipse.emf.cdo.spi.server">StoreAccessorPool</A></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<A NAME="org.eclipse.emf.cdo.spi.server.StoreAccessorPool.DEFAULT_CAPACITY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<CODE>public static final int</CODE></FONT></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html#DEFAULT_CAPACITY">DEFAULT_CAPACITY</A></CODE></TD> +<TD ALIGN="right"><CODE>15</CODE></TD> +</TR> +</FONT></TD> +</TR> +</TABLE> + +<P> + +<P> + +<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.spi.workspace.<A HREF="org/eclipse/emf/cdo/spi/workspace/InternalCDOWorkspaceBase.html" title="interface in org.eclipse.emf.cdo.spi.workspace">InternalCDOWorkspaceBase</A></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html index 6d32626c14..504efcf9b6 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/deprecated-list.html @@ -362,6 +362,21 @@ function windowTitle() <I>As of 4.0 use CDOView.isInvalidationRunnerActive()</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="org/eclipse/emf/cdo/spi/server/InternalStore.html#isLocal(org.eclipse.emf.cdo.common.id.CDOID)">org.eclipse.emf.cdo.spi.server.InternalStore.isLocal(CDOID)</A> +<BR> + <I>Not used anymore.</I> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="org/eclipse/emf/cdo/spi/server/LongIDStore.html#isLocal(org.eclipse.emf.cdo.common.id.CDOID)">org.eclipse.emf.cdo.spi.server.LongIDStore.isLocal(CDOID)</A> +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="org/eclipse/emf/cdo/server/db/IIDHandler.html#isLocalCDOID(org.eclipse.emf.cdo.common.id.CDOID)">org.eclipse.emf.cdo.server.db.IIDHandler.isLocalCDOID(CDOID)</A> +<BR> + <I>Not used anymore.</I> </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="org/eclipse/emf/cdo/spi/server/InternalLockManager.html#lock(boolean, org.eclipse.net4j.util.concurrent.IRWLockManager.LockType, org.eclipse.emf.cdo.server.IView, java.util.Collection, long)">org.eclipse.emf.cdo.spi.server.InternalLockManager.lock(boolean, IRWLockManager.LockType, IView, Collection<? extends Object>, long)</A> <BR> </TD> @@ -387,11 +402,6 @@ function windowTitle() <I>Use <A HREF="org/eclipse/emf/cdo/net4j/CDONet4jSession.html#options()"><CODE>CDONet4jSession.options()</CODE></A>.</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="org/eclipse/emf/cdo/server/IStoreAccessor.Raw.html#rawDelete(org.eclipse.emf.cdo.common.id.CDOID, int, org.eclipse.emf.cdo.common.branch.CDOBranch, org.eclipse.emf.ecore.EClass, org.eclipse.net4j.util.om.monitor.OMMonitor)">org.eclipse.emf.cdo.server.IStoreAccessor.Raw.rawDelete(CDOID, int, CDOBranch, EClass, OMMonitor)</A> -<BR> - <I>Not used anymore</I> </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="org/eclipse/emf/spi/cdo/InternalCDOSavepoint.html#recalculateSharedDetachedObjects()">org.eclipse.emf.spi.cdo.InternalCDOSavepoint.recalculateSharedDetachedObjects()</A> <BR> </TD> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/index-all.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/index-all.html index ed9498000e..81def4987f 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/index-all.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/index-all.html @@ -82,37 +82,37 @@ function windowTitle() <A NAME="_A_"><!-- --></A><H2> <B>A</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.html" title="class in org.eclipse.emf.cdo.spi.common.admin"><B>AbstractCDOAdmin</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/admin/package-summary.html">org.eclipse.emf.cdo.spi.common.admin</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.html#AbstractCDOAdmin(long)"><B>AbstractCDOAdmin(long)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.html" title="class in org.eclipse.emf.cdo.spi.common.admin"><B>AbstractCDOAdmin</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/admin/package-summary.html">org.eclipse.emf.cdo.spi.common.admin</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.html#AbstractCDOAdmin(long)"><B>AbstractCDOAdmin(long)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.admin.<A HREF="./org/eclipse/emf/cdo/spi/common/admin/AbstractCDOAdmin.html" title="class in org.eclipse.emf.cdo.spi.common.admin">AbstractCDOAdmin</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOID</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.html#AbstractCDOID()"><B>AbstractCDOID()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOID</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.html#AbstractCDOID()"><B>AbstractCDOID()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOID.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOID</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDByteArray</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html#AbstractCDOIDByteArray()"><B>AbstractCDOIDByteArray()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDByteArray</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html#AbstractCDOIDByteArray()"><B>AbstractCDOIDByteArray()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDByteArray</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html#AbstractCDOIDByteArray(byte[])"><B>AbstractCDOIDByteArray(byte[])</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDByteArray.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDByteArray</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDInteger</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html#AbstractCDOIDInteger()"><B>AbstractCDOIDInteger()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDInteger</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html#AbstractCDOIDInteger()"><B>AbstractCDOIDInteger()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDInteger</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html#AbstractCDOIDInteger(int)"><B>AbstractCDOIDInteger(int)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDInteger.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDInteger</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDLong</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html#AbstractCDOIDLong()"><B>AbstractCDOIDLong()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDLong</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html#AbstractCDOIDLong()"><B>AbstractCDOIDLong()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDLong</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html#AbstractCDOIDLong(long)"><B>AbstractCDOIDLong(long)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDLong.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDLong</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDString</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html#AbstractCDOIDString()"><B>AbstractCDOIDString()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html" title="class in org.eclipse.emf.cdo.spi.common.id"><B>AbstractCDOIDString</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/id/package-summary.html">org.eclipse.emf.cdo.spi.common.id</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html#AbstractCDOIDString()"><B>AbstractCDOIDString()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDString</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html#AbstractCDOIDString(java.lang.String)"><B>AbstractCDOIDString(String)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.id.<A HREF="./org/eclipse/emf/cdo/spi/common/id/AbstractCDOIDString.html" title="class in org.eclipse.emf.cdo.spi.common.id">AbstractCDOIDString</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>AbstractCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html#AbstractCDORevision(org.eclipse.emf.ecore.EClass)"><B>AbstractCDORevision(EClass)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>AbstractCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html#AbstractCDORevision(org.eclipse.emf.ecore.EClass)"><B>AbstractCDORevision(EClass)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/AbstractCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision">AbstractCDORevision</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/view/AbstractCDOViewProvider.html" title="class in org.eclipse.emf.cdo.view"><B>AbstractCDOViewProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A><DD>Base logic to handle CDOViewProvider priority and regular expression.<DT><A HREF="./org/eclipse/emf/cdo/view/AbstractCDOViewProvider.html#AbstractCDOViewProvider()"><B>AbstractCDOViewProvider()</B></A> - @@ -124,13 +124,13 @@ Constructor for class org.eclipse.emf.cdo.view.<A HREF="./org/eclipse/emf/cdo/vi <DT><A HREF="./org/eclipse/emf/cdo/view/AbstractCDOViewProvider.html#AbstractCDOViewProvider(java.lang.String)"><B>AbstractCDOViewProvider(String)</B></A> - Constructor for class org.eclipse.emf.cdo.view.<A HREF="./org/eclipse/emf/cdo/view/AbstractCDOViewProvider.html" title="class in org.eclipse.emf.cdo.view">AbstractCDOViewProvider</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractChangeSetsConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractChangeSetsConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractChangeSetsConflictResolver.html#AbstractChangeSetsConflictResolver()"><B>AbstractChangeSetsConflictResolver()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractChangeSetsConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractChangeSetsConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractChangeSetsConflictResolver.html#AbstractChangeSetsConflictResolver()"><B>AbstractChangeSetsConflictResolver()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractChangeSetsConflictResolver.html" title="class in org.eclipse.emf.spi.cdo">AbstractChangeSetsConflictResolver</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractConflictResolver.html#AbstractConflictResolver()"><B>AbstractConflictResolver()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractConflictResolver.html#AbstractConflictResolver()"><B>AbstractConflictResolver()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractConflictResolver.html" title="class in org.eclipse.emf.spi.cdo">AbstractConflictResolver</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.html#AbstractObjectConflictResolver()"><B>AbstractObjectConflictResolver()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.html#AbstractObjectConflictResolver()"><B>AbstractObjectConflictResolver()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.html" title="class in org.eclipse.emf.spi.cdo">AbstractObjectConflictResolver</A> <DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.MergeLocalChangesPerFeature.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.MergeLocalChangesPerFeature</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD><B>Deprecated.</B> <I>As of 4.0 use CDOMergingConflictResolver</I><DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.MergeLocalChangesPerFeature.html#AbstractObjectConflictResolver.MergeLocalChangesPerFeature()"><B>AbstractObjectConflictResolver.MergeLocalChangesPerFeature()</B></A> - @@ -139,16 +139,16 @@ Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD><B>Deprecated.</B> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges.html#AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges()"><B>AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges.html" title="class in org.eclipse.emf.spi.cdo">AbstractObjectConflictResolver.TakeRemoteChangesThenApplyLocalChanges</A> <DD><B>Deprecated.</B> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.ThreeWayMerge</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.html#AbstractObjectConflictResolver.ThreeWayMerge()"><B>AbstractObjectConflictResolver.ThreeWayMerge()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.ThreeWayMerge</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.html#AbstractObjectConflictResolver.ThreeWayMerge()"><B>AbstractObjectConflictResolver.ThreeWayMerge()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.html" title="class in org.eclipse.emf.spi.cdo">AbstractObjectConflictResolver.ThreeWayMerge</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector.html#AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector()"><B>AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector.html#AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector()"><B>AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector.html" title="class in org.eclipse.emf.spi.cdo">AbstractObjectConflictResolver.ThreeWayMerge.RevisionDeltaCollector</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractQueryIterator</B></A><<A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="type parameter in AbstractQueryIterator">T</A>> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html#AbstractQueryIterator(org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.common.util.CDOQueryInfo)"><B>AbstractQueryIterator(CDOView, CDOQueryInfo)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="class in org.eclipse.emf.spi.cdo"><B>AbstractQueryIterator</B></A><<A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="type parameter in AbstractQueryIterator">T</A>> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html#AbstractQueryIterator(org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.common.util.CDOQueryInfo)"><B>AbstractQueryIterator(CDOView, CDOQueryInfo)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="class in org.eclipse.emf.spi.cdo">AbstractQueryIterator</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html" title="class in org.eclipse.emf.cdo.spi.common"><B>AbstractQueryResult</B></A><<A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html" title="type parameter in AbstractQueryResult">T</A>> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html#AbstractQueryResult(org.eclipse.emf.cdo.common.CDOCommonView, org.eclipse.emf.cdo.common.util.CDOQueryInfo, int)"><B>AbstractQueryResult(CDOCommonView, CDOQueryInfo, int)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html" title="class in org.eclipse.emf.cdo.spi.common"><B>AbstractQueryResult</B></A><<A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html" title="type parameter in AbstractQueryResult">T</A>> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html#AbstractQueryResult(org.eclipse.emf.cdo.common.CDOCommonView, org.eclipse.emf.cdo.common.util.CDOQueryInfo, int)"><B>AbstractQueryResult(CDOCommonView, CDOQueryInfo, int)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.<A HREF="./org/eclipse/emf/cdo/spi/common/AbstractQueryResult.html" title="class in org.eclipse.emf.cdo.spi.common">AbstractQueryResult</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html" title="class in org.eclipse.emf.cdo.server.db.mapping"><B>AbstractTypeMapping</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/db/mapping/package-summary.html">org.eclipse.emf.cdo.server.db.mapping</A><DD>This is a default implementation for the <A HREF="./org/eclipse/emf/cdo/server/db/mapping/ITypeMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><CODE>ITypeMapping</CODE></A> interface which provides default behavor for all common @@ -182,13 +182,13 @@ Method in interface org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclip <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#adapt(org.eclipse.emf.common.notify.Notifier, java.lang.Object)"><B>adapt(Notifier, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This implementation substitutes the factory itself as the key for the adapter. <! +<DD>This implementation substitutes the factory itself as the key for the adapter <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#adapt(java.lang.Object, java.lang.Object)"><B>adapt(Object, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#adapt(org.eclipse.emf.common.notify.Notifier, java.lang.Object)"><B>adapt(Notifier, Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This implementation substitutes the factory itself as the key for the adapter. <! +<DD>This implementation substitutes the factory itself as the key for the adapter <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#adapt(java.lang.Object, java.lang.Object)"><B>adapt(Object, Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> <DD> @@ -267,6 +267,12 @@ Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf <DT><A HREF="./org/eclipse/emf/cdo/security/provider/RoleItemProvider.html#addAssigneesPropertyDescriptor(java.lang.Object)"><B>addAssigneesPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/RoleItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">RoleItemProvider</A> <DD>This adds a property descriptor for the Assignees feature +<DT><A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html#addBinaryResource(java.lang.String)"><B>addBinaryResource(String)</B></A> - +Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceFolder</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html#addBinaryResource(java.lang.String)"><B>addBinaryResource(String)</B></A> - +Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceFolderImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html#addChangedObject(org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision)"><B>addChangedObject(InternalCDORevision)</B></A> - Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.RefreshSessionResult</A> <DD> @@ -299,10 +305,10 @@ Method in class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDO <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html#addContentsPropertyDescriptor(java.lang.Object)"><B>addContentsPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOBinaryResourceItemProvider</A> -<DD>This adds a property descriptor for the Contents feature. <! +<DD>This adds a property descriptor for the Contents feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html#addContentsPropertyDescriptor(java.lang.Object)"><B>addContentsPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOTextResourceItemProvider</A> -<DD>This adds a property descriptor for the Contents feature. <! +<DD>This adds a property descriptor for the Contents feature <DT><A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html#addDefaultAccessOverridePropertyDescriptor(java.lang.Object)"><B>addDefaultAccessOverridePropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">UserItemProvider</A> <DD>This adds a property descriptor for the Default Access Override feature @@ -312,6 +318,15 @@ Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf <DT><A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html#addDefaultAccessPropertyDescriptor(java.lang.Object)"><B>addDefaultAccessPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">UserItemProvider</A> <DD>This adds a property descriptor for the Default Access feature +<DT><A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html#addDefaultGroupDirectoryPropertyDescriptor(java.lang.Object)"><B>addDefaultGroupDirectoryPropertyDescriptor(Object)</B></A> - +Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">RealmItemProvider</A> +<DD>This adds a property descriptor for the Default Group Directory feature +<DT><A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html#addDefaultRoleDirectoryPropertyDescriptor(java.lang.Object)"><B>addDefaultRoleDirectoryPropertyDescriptor(Object)</B></A> - +Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">RealmItemProvider</A> +<DD>This adds a property descriptor for the Default Role Directory feature +<DT><A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html#addDefaultUserDirectoryPropertyDescriptor(java.lang.Object)"><B>addDefaultUserDirectoryPropertyDescriptor(Object)</B></A> - +Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/RealmItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">RealmItemProvider</A> +<DD>This adds a property descriptor for the Default User Directory feature <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html#addDetachedObject(org.eclipse.emf.cdo.common.revision.CDORevisionKey)"><B>addDetachedObject(CDORevisionKey)</B></A> - Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.RefreshSessionResult</A> <DD> @@ -348,6 +363,15 @@ Method in interface org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclip <DT><A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html#addFirstNamePropertyDescriptor(java.lang.Object)"><B>addFirstNamePropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">UserItemProvider</A> <DD>This adds a property descriptor for the First Name feature +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html#addGroup(java.lang.String)"><B>addGroup(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">DirectoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html#addGroup(java.lang.String)"><B>addGroup(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html" title="class in org.eclipse.emf.cdo.security.impl">RealmImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html#addGroup(java.lang.String)"><B>addGroup(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security">SecurityItemContainer</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html#addGroupsPropertyDescriptor(java.lang.Object)"><B>addGroupsPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">UserItemProvider</A> <DD>This adds a property descriptor for the Groups feature @@ -386,10 +410,10 @@ Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf <DD>This adds a property descriptor for the Last Name feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)"><B>addListener(INotifyChangedListener)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This adds a listener. <! +<DD>This adds a listener <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)"><B>addListener(INotifyChangedListener)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This adds a listener. <! +<DD>This adds a listener <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)"><B>addListener(INotifyChangedListener)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This adds a listener @@ -407,16 +431,16 @@ Method in class org.eclipse.emf.cdo.ui.widgets.<A HREF="./org/eclipse/emf/cdo/ui <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#addLoadedPropertyDescriptor(java.lang.Object)"><B>addLoadedPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> -<DD>This adds a property descriptor for the Loaded feature. <! +<DD>This adds a property descriptor for the Loaded feature <DT><A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html#addLockedPropertyDescriptor(java.lang.Object)"><B>addLockedPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/UserItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">UserItemProvider</A> <DD>This adds a property descriptor for the Locked feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#addModifiedPropertyDescriptor(java.lang.Object)"><B>addModifiedPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> -<DD>This adds a property descriptor for the Modified feature. <! +<DD>This adds a property descriptor for the Modified feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html#addNamePropertyDescriptor(java.lang.Object)"><B>addNamePropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceNodeItemProvider</A> -<DD>This adds a property descriptor for the Name feature. <! +<DD>This adds a property descriptor for the Name feature <DT><A HREF="./org/eclipse/emf/cdo/security/provider/DirectoryItemProvider.html#addNamePropertyDescriptor(java.lang.Object)"><B>addNamePropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/DirectoryItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">DirectoryItemProvider</A> <DD>This adds a property descriptor for the Name feature @@ -437,7 +461,7 @@ Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSe <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html#addPathPropertyDescriptor(java.lang.Object)"><B>addPathPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceNodeItemProvider</A> -<DD>This adds a property descriptor for the Path feature. <! +<DD>This adds a property descriptor for the Path feature <DT><A HREF="./org/eclipse/emf/cdo/security/provider/ResourcePermissionItemProvider.html#addPatternPropertyDescriptor(java.lang.Object)"><B>addPatternPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/ResourcePermissionItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">ResourcePermissionItemProvider</A> <DD>This adds a property descriptor for the Pattern feature @@ -458,7 +482,7 @@ Method in interface org.eclipse.emf.cdo.spi.common.lock.<A HREF="./org/eclipse/e <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html#addReferencesPropertyDescriptor(java.lang.Object)"><B>addReferencesPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider">AnnotationItemProvider</A> -<DD>This adds a property descriptor for the References feature. <! +<DD>This adds a property descriptor for the References feature <DT><A HREF="./org/eclipse/emf/cdo/server/CDOServerUtil.html#addRepository(org.eclipse.net4j.util.container.IManagedContainer, org.eclipse.emf.cdo.server.IRepository)"><B>addRepository(IManagedContainer, IRepository)</B></A> - Static method in class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/CDOServerUtil.html" title="class in org.eclipse.emf.cdo.server">CDOServerUtil</A> <DD> @@ -477,6 +501,9 @@ Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cd <DT><A HREF="./org/eclipse/emf/cdo/server/IStoreAccessor.QueryResourcesContext.html#addResource(org.eclipse.emf.cdo.common.id.CDOID)"><B>addResource(CDOID)</B></A> - Method in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/IStoreAccessor.QueryResourcesContext.html" title="interface in org.eclipse.emf.cdo.server">IStoreAccessor.QueryResourcesContext</A> <DD>Adds the CDOID of one resource to the results of the underlying query. +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html#addResource(org.eclipse.emf.cdo.common.id.CDOID)"><B>addResource(CDOID)</B></A> - +Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html" title="class in org.eclipse.emf.cdo.spi.server">DelegatingQueryResourcesContext</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html#addResourceFolder(java.lang.String)"><B>addResourceFolder(String)</B></A> - Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceFolder</A> <DD> @@ -498,6 +525,15 @@ Method in class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html#addRevision(org.eclipse.emf.cdo.common.revision.CDORevision)"><B>addRevision(CDORevision)</B></A> - Method in class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DelegatingCDORevisionManager</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html#addRole(java.lang.String)"><B>addRole(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">DirectoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html#addRole(java.lang.String)"><B>addRole(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html" title="class in org.eclipse.emf.cdo.security.impl">RealmImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html#addRole(java.lang.String)"><B>addRole(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security">SecurityItemContainer</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/AssigneeItemProvider.html#addRolesPropertyDescriptor(java.lang.Object)"><B>addRolesPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/AssigneeItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">AssigneeItemProvider</A> <DD>This adds a property descriptor for the Roles feature @@ -512,16 +548,23 @@ Method in interface org.eclipse.emf.cdo.server.db.mapping.<A HREF="./org/eclipse <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html#addSourcePropertyDescriptor(java.lang.Object)"><B>addSourcePropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider">AnnotationItemProvider</A> -<DD>This adds a property descriptor for the Source feature. <! +<DD>This adds a property descriptor for the Source feature <DT><A HREF="./org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.html#addStateDescriptor(java.lang.Object)"><B>addStateDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html#addStoreAccessor(org.eclipse.emf.cdo.spi.server.StoreAccessorBase)"><B>addStoreAccessor(StoreAccessorBase)</B></A> - Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html" title="class in org.eclipse.emf.cdo.spi.server">StoreAccessorPool</A> -<DD>Passivates the given <A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessor.html" title="class in org.eclipse.emf.cdo.spi.server"><CODE>store accessor</CODE></A> and adds it to this pool. +<DD>Passivates the given <A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessor.html" title="class in org.eclipse.emf.cdo.spi.server"><CODE>store accessor</CODE></A> and adds it to this pool if the pool size is smaller than the <A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html#getCapacity()"><CODE>capacity</CODE></A>, + or disposes of the store accessor otherwise. +<DT><A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html#addTextResource(java.lang.String)"><B>addTextResource(String)</B></A> - +Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceFolder</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html#addTextResource(java.lang.String)"><B>addTextResource(String)</B></A> - +Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceFolderImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#addTimeStampPropertyDescriptor(java.lang.Object)"><B>addTimeStampPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> -<DD>This adds a property descriptor for the Time Stamp feature. <! +<DD>This adds a property descriptor for the Time Stamp feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#addTrackingModificationPropertyDescriptor(java.lang.Object)"><B>addTrackingModificationPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> <DD>This adds a property descriptor for the Tracking Modification feature. <! @@ -536,7 +579,28 @@ Method in class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDO <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#addURIPropertyDescriptor(java.lang.Object)"><B>addURIPropertyDescriptor(Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> -<DD>This adds a property descriptor for the URI feature. <! +<DD>This adds a property descriptor for the URI feature +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html#addUser(java.lang.String)"><B>addUser(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">DirectoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html#addUser(java.lang.String, java.lang.String)"><B>addUser(String, String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">DirectoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html#addUser(java.lang.String)"><B>addUser(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html" title="class in org.eclipse.emf.cdo.security.impl">RealmImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html#addUser(java.lang.String, java.lang.String)"><B>addUser(String, String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html" title="class in org.eclipse.emf.cdo.security.impl">RealmImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html#addUser(org.eclipse.emf.cdo.security.User)"><B>addUser(User)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/RealmImpl.html" title="class in org.eclipse.emf.cdo.security.impl">RealmImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html#addUser(java.lang.String)"><B>addUser(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security">SecurityItemContainer</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html#addUser(java.lang.String, java.lang.String)"><B>addUser(String, String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityItemContainer.html" title="interface in org.eclipse.emf.cdo.security">SecurityItemContainer</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/server/RepositoryUserManager.html#addUser(java.lang.String, char[])"><B>addUser(String, char[])</B></A> - Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/RepositoryUserManager.html" title="class in org.eclipse.emf.cdo.spi.server">RepositoryUserManager</A> <DD> @@ -644,53 +708,52 @@ Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/e <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl"><CODE><em>Annotation</em></CODE></A>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION"><B>ANNOTATION</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl"><CODE><em>Annotation</em></CODE></A>' - class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl"><CODE><em>Annotation</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__ANNOTATIONS"><B>ANNOTATION__ANNOTATIONS</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>Annotations</b></em>' containment reference list. <! +<DD>The feature id for the '<em><b>Annotations</b></em>' containment reference list <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__CONTENTS"><B>ANNOTATION__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>Contents</b></em>' containment reference list. <! +<DD>The feature id for the '<em><b>Contents</b></em>' containment reference list <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION__CONTENTS"><B>ANNOTATION__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> <DD>The meta object literal for the '<em><b>Contents</b></em>' containment reference list feature. <! <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__DETAILS"><B>ANNOTATION__DETAILS</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>Details</b></em>' map. <! +<DD>The feature id for the '<em><b>Details</b></em>' map <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION__DETAILS"><B>ANNOTATION__DETAILS</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> <DD>The meta object literal for the '<em><b>Details</b></em>' map feature. <! <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__MODEL_ELEMENT"><B>ANNOTATION__MODEL_ELEMENT</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>Model Element</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Model Element</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION__MODEL_ELEMENT"><B>ANNOTATION__MODEL_ELEMENT</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<em><b>Model Element</b></em>' container reference feature. <! +<DD>The meta object literal for the '<em><b>Model Element</b></em>' container reference feature <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__REFERENCES"><B>ANNOTATION__REFERENCES</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>References</b></em>' reference list. <! +<DD>The feature id for the '<em><b>References</b></em>' reference list <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION__REFERENCES"><B>ANNOTATION__REFERENCES</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<em><b>References</b></em>' reference list feature. <! +<DD>The meta object literal for the '<em><b>References</b></em>' reference list feature <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION__SOURCE"><B>ANNOTATION__SOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The feature id for the '<em><b>Source</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Source</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#ANNOTATION__SOURCE"><B>ANNOTATION__SOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<em><b>Source</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Source</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#ANNOTATION_FEATURE_COUNT"><B>ANNOTATION_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The number of structural features of the '<em>Annotation</em>' class. <! -<DT><A HREF="./org/eclipse/emf/cdo/server/spi/security/AnnotationHandler.html" title="class in org.eclipse.emf.cdo.server.spi.security"><B>AnnotationHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/spi/security/package-summary.html">org.eclipse.emf.cdo.server.spi.security</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/server/spi/security/AnnotationHandler.html#AnnotationHandler()"><B>AnnotationHandler()</B></A> - +<DD>The number of structural features of the '<em>Annotation</em>' class +<DT><A HREF="./org/eclipse/emf/cdo/server/spi/security/AnnotationHandler.html" title="class in org.eclipse.emf.cdo.server.spi.security"><B>AnnotationHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/spi/security/package-summary.html">org.eclipse.emf.cdo.server.spi.security</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/server/spi/security/AnnotationHandler.html#AnnotationHandler()"><B>AnnotationHandler()</B></A> - Constructor for class org.eclipse.emf.cdo.server.spi.security.<A HREF="./org/eclipse/emf/cdo/server/spi/security/AnnotationHandler.html" title="class in org.eclipse.emf.cdo.server.spi.security">AnnotationHandler</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl"><B>AnnotationImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/impl/package-summary.html">org.eclipse.emf.cdo.etypes.impl</A><DD>An implementation of the model object '<em><b>Annotation</b></em>'.<DT><A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html#AnnotationImpl()"><B>AnnotationImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.etypes.impl.<A HREF="./org/eclipse/emf/cdo/etypes/impl/AnnotationImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl">AnnotationImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider"><B>AnnotationItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/provider/package-summary.html">org.eclipse.emf.cdo.etypes.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html#AnnotationItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>AnnotationItemProvider(AdapterFactory)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider"><B>AnnotationItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/provider/package-summary.html">org.eclipse.emf.cdo.etypes.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A> object<DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html#AnnotationItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>AnnotationItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider">AnnotationItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#annotationItemProvider"><B>annotationItemProvider</B></A> - Variable in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> <DD>This keeps track of the one adapter used for all <A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A> instances. <! @@ -720,7 +783,7 @@ Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/sp <DT><A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html#asList()"><B>asList()</B></A> - Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/AbstractQueryIterator.html" title="class in org.eclipse.emf.spi.cdo">AbstractQueryIterator</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/security/Assignee.html" title="interface in org.eclipse.emf.cdo.security"><B>Assignee</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/security/package-summary.html">org.eclipse.emf.cdo.security</A><DD>A representation of the model object '<em><b>Assignee</b></em>'<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#ASSIGNEE"><B>ASSIGNEE</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/security/Assignee.html" title="interface in org.eclipse.emf.cdo.security"><B>Assignee</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/security/package-summary.html">org.eclipse.emf.cdo.security</A><DD>A representation of the model object '<em><b>Assignee</b></em>'.<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#ASSIGNEE"><B>ASSIGNEE</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html" title="interface in org.eclipse.emf.cdo.security">SecurityPackage</A> <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/security/impl/AssigneeImpl.html" title="class in org.eclipse.emf.cdo.security.impl"><CODE><em>Assignee</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.Literals.html#ASSIGNEE"><B>ASSIGNEE</B></A> - @@ -795,7 +858,7 @@ Method in interface org.eclipse.emf.cdo.common.protocol.<A HREF="./org/eclipse/e <A NAME="_B_"><!-- --></A><H2> <B>B</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>BaseCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html#BaseCDORevision(org.eclipse.emf.ecore.EClass)"><B>BaseCDORevision(EClass)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>BaseCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html#BaseCDORevision(org.eclipse.emf.ecore.EClass)"><B>BaseCDORevision(EClass)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision">BaseCDORevision</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/BaseCDORevision.html#BaseCDORevision(org.eclipse.emf.cdo.spi.common.revision.BaseCDORevision)"><B>BaseCDORevision(BaseCDORevision)</B></A> - @@ -831,10 +894,10 @@ Static variable in interface org.eclipse.emf.cdo.common.model.<A HREF="./org/ecl <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#BLOB"><B>BLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The meta object id for the '<em>Blob</em>' data type. <! +<DD>The meta object id for the '<em>Blob</em>' data type <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#BLOB"><B>BLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<em>Blob</em>' data type. <! +<DD>The meta object literal for the '<em>Blob</em>' data type <DT><A HREF="./org/eclipse/emf/cdo/server/CDOServerExporter.XMLConstants.html#BLOB"><B>BLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/CDOServerExporter.XMLConstants.html" title="interface in org.eclipse.emf.cdo.server">CDOServerExporter.XMLConstants</A> <DD> @@ -927,31 +990,31 @@ Method in class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDO <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#caseAnnotation(org.eclipse.emf.cdo.etypes.Annotation)"><B>caseAnnotation(Annotation)</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>Annotation</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>Annotation</em>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html#caseAssignee(org.eclipse.emf.cdo.security.Assignee)"><B>caseAssignee(Assignee)</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html" title="class in org.eclipse.emf.cdo.security.util">SecuritySwitch</A> <DD>Returns the result of interpreting the object as an instance of '<em>Assignee</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOBinaryResource(org.eclipse.emf.cdo.eresource.CDOBinaryResource)"><B>caseCDOBinaryResource(CDOBinaryResource)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Binary Resource</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Binary Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOFileResource(org.eclipse.emf.cdo.eresource.CDOFileResource)"><B>caseCDOFileResource(CDOFileResource<?>)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO File Resource</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO File Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOResource(org.eclipse.emf.cdo.eresource.CDOResource)"><B>caseCDOResource(CDOResource)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOResourceFolder(org.eclipse.emf.cdo.eresource.CDOResourceFolder)"><B>caseCDOResourceFolder(CDOResourceFolder)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Folder</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Folder</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOResourceLeaf(org.eclipse.emf.cdo.eresource.CDOResourceLeaf)"><B>caseCDOResourceLeaf(CDOResourceLeaf)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Leaf</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Leaf</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOResourceNode(org.eclipse.emf.cdo.eresource.CDOResourceNode)"><B>caseCDOResourceNode(CDOResourceNode)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Node</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Resource Node</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#caseCDOTextResource(org.eclipse.emf.cdo.eresource.CDOTextResource)"><B>caseCDOTextResource(CDOTextResource)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>CDO Text Resource</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>CDO Text Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html#caseClassPermission(org.eclipse.emf.cdo.security.ClassPermission)"><B>caseClassPermission(ClassPermission)</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html" title="class in org.eclipse.emf.cdo.security.util">SecuritySwitch</A> <DD>Returns the result of interpreting the object as an instance of '<em>Class Permission</em>' @@ -963,7 +1026,7 @@ Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo <DD>Returns the result of interpreting the object as an instance of '<em>Group</em>' <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#caseModelElement(org.eclipse.emf.cdo.etypes.ModelElement)"><B>caseModelElement(ModelElement)</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>Model Element</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>Model Element</em>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html#caseModelElement(org.eclipse.emf.cdo.etypes.ModelElement)"><B>caseModelElement(ModelElement)</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html" title="class in org.eclipse.emf.cdo.security.util">SecuritySwitch</A> <DD>Returns the result of interpreting the object as an instance of '<em>Model Element</em>' @@ -1009,25 +1072,25 @@ Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclips <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOBinaryResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Binary Resource</em></CODE></A>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_BINARY_RESOURCE"><B>CDO_BINARY_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOBinaryResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Binary Resource</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOBinaryResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Binary Resource</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_BINARY_RESOURCE__CONTENTS"><B>CDO_BINARY_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Contents</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Contents</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_BINARY_RESOURCE__CONTENTS"><B>CDO_BINARY_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Contents</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Contents</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_BINARY_RESOURCE__FOLDER"><B>CDO_BINARY_RESOURCE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_BINARY_RESOURCE__NAME"><B>CDO_BINARY_RESOURCE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_BINARY_RESOURCE__PATH"><B>CDO_BINARY_RESOURCE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_BINARY_RESOURCE_FEATURE_COUNT"><B>CDO_BINARY_RESOURCE_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO Binary Resource</em>' class. <! +<DD>The number of structural features of the '<em>CDO Binary Resource</em>' class <DT><A HREF="./org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.CDOPropertyDescriptor.html#CDO_CATEGORY"><B>CDO_CATEGORY</B></A> - Static variable in class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDOItemProviderAdapter.CDOPropertyDescriptor.html" title="class in org.eclipse.emf.cdo.edit">CDOItemProviderAdapter.CDOPropertyDescriptor</A> <DD>PropertiesView category for CDO @@ -1036,186 +1099,184 @@ Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclips <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOFileResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO File Resource</em></CODE></A>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_FILE_RESOURCE"><B>CDO_FILE_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOFileResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO File Resource</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOFileResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO File Resource</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_FILE_RESOURCE__FOLDER"><B>CDO_FILE_RESOURCE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_FILE_RESOURCE__NAME"><B>CDO_FILE_RESOURCE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_FILE_RESOURCE__PATH"><B>CDO_FILE_RESOURCE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_FILE_RESOURCE_FEATURE_COUNT"><B>CDO_FILE_RESOURCE_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO File Resource</em>' class. <! +<DD>The number of structural features of the '<em>CDO File Resource</em>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE"><B>CDO_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource</em></CODE></A>' - class. <! +<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE"><B>CDO_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource</em></CODE></A> - ' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__CONTENTS"><B>CDO_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Contents</b></em>' containment reference list. <! +<DD>The feature id for the '<em><b>Contents</b></em>' containment reference list <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__CONTENTS"><B>CDO_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> <DD>The meta object literal for the '<em><b>Contents</b></em>' containment reference list feature. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__ERRORS"><B>CDO_RESOURCE__ERRORS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Errors</b></em>' attribute list. <! +<DD>The feature id for the '<em><b>Errors</b></em>' attribute list <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__ERRORS"><B>CDO_RESOURCE__ERRORS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Errors</b></em>' attribute list feature. <! +<DD>The meta object literal for the '<em><b>Errors</b></em>' attribute list feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__FOLDER"><B>CDO_RESOURCE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__LOADED"><B>CDO_RESOURCE__LOADED</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Loaded</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Loaded</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__LOADED"><B>CDO_RESOURCE__LOADED</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Loaded</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Loaded</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__MODIFIED"><B>CDO_RESOURCE__MODIFIED</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Modified</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Modified</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__MODIFIED"><B>CDO_RESOURCE__MODIFIED</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Modified</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Modified</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__NAME"><B>CDO_RESOURCE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__PATH"><B>CDO_RESOURCE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__RESOURCE_SET"><B>CDO_RESOURCE__RESOURCE_SET</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Resource Set</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Resource Set</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__RESOURCE_SET"><B>CDO_RESOURCE__RESOURCE_SET</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Resource Set</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Resource Set</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__TIME_STAMP"><B>CDO_RESOURCE__TIME_STAMP</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Time Stamp</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Time Stamp</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__TIME_STAMP"><B>CDO_RESOURCE__TIME_STAMP</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Time Stamp</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Time Stamp</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__TRACKING_MODIFICATION"><B>CDO_RESOURCE__TRACKING_MODIFICATION</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> <DD>The feature id for the '<em><b>Tracking Modification</b></em>' attribute. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__TRACKING_MODIFICATION"><B>CDO_RESOURCE__TRACKING_MODIFICATION</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Tracking Modification</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Tracking Modification</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__URI"><B>CDO_RESOURCE__URI</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>URI</b></em>' attribute. <! +<DD>The feature id for the '<em><b>URI</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__URI"><B>CDO_RESOURCE__URI</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>URI</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>URI</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE__WARNINGS"><B>CDO_RESOURCE__WARNINGS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Warnings</b></em>' attribute list. <! +<DD>The feature id for the '<em><b>Warnings</b></em>' attribute list <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE__WARNINGS"><B>CDO_RESOURCE__WARNINGS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Warnings</b></em>' attribute list feature. <! +<DD>The meta object literal for the '<em><b>Warnings</b></em>' attribute list feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FEATURE_COUNT"><B>CDO_RESOURCE_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> <DD>The number of structural features of the '<em>CDO Resource</em>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER"><B>CDO_RESOURCE_FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Folder</em></CODE></A>' class. <! +<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Folder</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_FOLDER"><B>CDO_RESOURCE_FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Folder</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFolderImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Folder</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER__FOLDER"><B>CDO_RESOURCE_FOLDER__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER__NAME"><B>CDO_RESOURCE_FOLDER__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER__NODES"><B>CDO_RESOURCE_FOLDER__NODES</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Nodes</b></em>' containment reference list. <! +<DD>The feature id for the '<em><b>Nodes</b></em>' containment reference list <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_FOLDER__NODES"><B>CDO_RESOURCE_FOLDER__NODES</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature. <! +<DD>The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER__PATH"><B>CDO_RESOURCE_FOLDER__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_FOLDER_FEATURE_COUNT"><B>CDO_RESOURCE_FOLDER_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO Resource Folder</em>' class. <! +<DD>The number of structural features of the '<em>CDO Resource Folder</em>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_LEAF"><B>CDO_RESOURCE_LEAF</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceLeafImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Leaf</em></CODE></A>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_LEAF"><B>CDO_RESOURCE_LEAF</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceLeafImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Leaf</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceLeafImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Leaf</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_LEAF__FOLDER"><B>CDO_RESOURCE_LEAF__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_LEAF__NAME"><B>CDO_RESOURCE_LEAF__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_LEAF__PATH"><B>CDO_RESOURCE_LEAF__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_LEAF_FEATURE_COUNT"><B>CDO_RESOURCE_LEAF_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO Resource Leaf</em>' class. <! +<DD>The number of structural features of the '<em>CDO Resource Leaf</em>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_NODE"><B>CDO_RESOURCE_NODE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Node</em></CODE></A>' class. <! +<DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Node</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_NODE"><B>CDO_RESOURCE_NODE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Node</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Resource Node</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_NODE__FOLDER"><B>CDO_RESOURCE_NODE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_NODE__FOLDER"><B>CDO_RESOURCE_NODE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Folder</b></em>' container reference feature. <! +<DD>The meta object literal for the '<em><b>Folder</b></em>' container reference feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_NODE__NAME"><B>CDO_RESOURCE_NODE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_NODE__NAME"><B>CDO_RESOURCE_NODE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Name</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_NODE__PATH"><B>CDO_RESOURCE_NODE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_RESOURCE_NODE__PATH"><B>CDO_RESOURCE_NODE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Path</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Path</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_RESOURCE_NODE_FEATURE_COUNT"><B>CDO_RESOURCE_NODE_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO Resource Node</em>' class. <! +<DD>The number of structural features of the '<em>CDO Resource Node</em>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE"><B>CDO_TEXT_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOTextResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Text Resource</em></CODE></A>' class. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_TEXT_RESOURCE"><B>CDO_TEXT_RESOURCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOTextResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Text Resource</em></CODE></A>' class. <! +<DD>The meta object literal for the '<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOTextResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><CODE><em>CDO Text Resource</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE__CONTENTS"><B>CDO_TEXT_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Contents</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Contents</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#CDO_TEXT_RESOURCE__CONTENTS"><B>CDO_TEXT_RESOURCE__CONTENTS</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em><b>Contents</b></em>' attribute feature. <! +<DD>The meta object literal for the '<em><b>Contents</b></em>' attribute feature <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE__FOLDER"><B>CDO_TEXT_RESOURCE__FOLDER</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Folder</b></em>' container reference. <! +<DD>The feature id for the '<em><b>Folder</b></em>' container reference <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE__NAME"><B>CDO_TEXT_RESOURCE__NAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Name</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Name</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE__PATH"><B>CDO_TEXT_RESOURCE__PATH</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The feature id for the '<em><b>Path</b></em>' attribute. <! +<DD>The feature id for the '<em><b>Path</b></em>' attribute <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#CDO_TEXT_RESOURCE_FEATURE_COUNT"><B>CDO_TEXT_RESOURCE_FEATURE_COUNT</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The number of structural features of the '<em>CDO Text Resource</em>' class. <! +<DD>The number of structural features of the '<em>CDO Text Resource</em>' class <DT><A HREF="./org/eclipse/emf/cdo/CDOAdapter.html" title="interface in org.eclipse.emf.cdo"><B>CDOAdapter</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/package-summary.html">org.eclipse.emf.cdo</A><DD>A marker interface for <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify"><CODE>adpters</CODE></A> to indicate that change subscriptions should be registered with the repository if they are attached to <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view"><B>CDOAdapterPolicy</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A><DD>A policy that allows to specify valid <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify"><CODE>Adapter</CODE></A> / <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>EObject</CODE></A> combinations.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOAddFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOAddFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents an addition to a many-valued <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/admin/CDOAdmin.html" title="interface in org.eclipse.emf.cdo.common.admin"><B>CDOAdmin</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/admin/package-summary.html">org.eclipse.emf.cdo.common.admin</A><DD>An administrative interface to a remote server with CDO <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repositories</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClient.html" title="interface in org.eclipse.emf.cdo.admin"><B>CDOAdminClient</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/admin/package-summary.html">org.eclipse.emf.cdo.admin</A><DD>A client-side <A HREF="./org/eclipse/emf/cdo/common/admin/CDOAdmin.html" title="interface in org.eclipse.emf.cdo.common.admin"><CODE>administrative interface</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClient.ConnectionStateChangedEvent.html" title="interface in org.eclipse.emf.cdo.admin"><B>CDOAdminClient.ConnectionStateChangedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/admin/package-summary.html">org.eclipse.emf.cdo.admin</A><DD>An <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>event</CODE></A> fired from a client-side <A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClient.html" title="interface in org.eclipse.emf.cdo.admin"><CODE>administrative interface</CODE></A> after the connection <A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClient.html#isConnected()"><CODE>state</CODE></A> has changed.<DT><A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClientManager.html" title="interface in org.eclipse.emf.cdo.admin"><B>CDOAdminClientManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/admin/package-summary.html">org.eclipse.emf.cdo.admin</A><DD>Manages multiple <A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClient.html" title="interface in org.eclipse.emf.cdo.admin"><CODE>remote administration connections</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClientRepository.html" title="interface in org.eclipse.emf.cdo.admin"><B>CDOAdminClientRepository</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/admin/package-summary.html">org.eclipse.emf.cdo.admin</A><DD>A client-side <A HREF="./org/eclipse/emf/cdo/common/admin/CDOAdminRepository.html" title="interface in org.eclipse.emf.cdo.common.admin"><CODE>administrative interface</CODE></A> to a remote repository.<DT><A HREF="./org/eclipse/emf/cdo/admin/CDOAdminClientRepository.SessionConfigurator.html" title="interface in org.eclipse.emf.cdo.admin"><B>CDOAdminClientRepository.SessionConfigurator</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/admin/package-summary.html">org.eclipse.emf.cdo.admin</A><DD>Provides access to the <A HREF="./org/eclipse/emf/cdo/net4j/CDONet4jSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.net4j"><CODE>session configuration</CODE></A> @@ -1254,7 +1315,7 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOBinaryResourceItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOBinaryResource</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html#CDOBinaryResourceItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOBinaryResourceItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOBinaryResourceItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#cdoBinaryResourceItemProvider"><B>cdoBinaryResourceItemProvider</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> <DD>This keeps track of the one adapter used for all <A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOBinaryResource</CODE></A> instances @@ -1267,21 +1328,21 @@ Constructor for class org.eclipse.emf.cdo.common.lob.<A HREF="./org/eclipse/emf/ <DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranch</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>Represents a <i>stream of changes</i> that is isolated from other streams of changes.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchCreatedEvent.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchCreatedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>An <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>event</CODE></A> fired from a <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchManager.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch manager</CODE></A> when a new <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A> has been created.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchHandler.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchHandler</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A call-back interface that indicates the ability to <i>handle</i> branches that are passed from other entities.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchManager.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>Manages a tree of <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branches</CODE></A> and notifies about changes in this branch tree.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchPoint</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getTimeStamp()"><CODE>point in time</CODE></A> in a particular <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getBranch()"><CODE>branch</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchPointRange</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A range between the <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html#getBase()"><CODE>base</CODE></A> of the <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchManager.html#getMainBranch()"><CODE>main branch</CODE></A> and the <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html#getHead()"><CODE>head</CODE></A> of any branch that is demarkated by a <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.html#getStartPoint()"><CODE>start point</CODE></A> and - an <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.html#getEndPoint()"><CODE>end point</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchTag.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchTag</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A named <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch point</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.html" title="class in org.eclipse.emf.cdo.spi.common.branch"><B>CDOBranchUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/branch/package-summary.html">org.eclipse.emf.cdo.spi.common.branch</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchVersion</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A pair of a <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#getBranch()"><CODE>branch</CODE></A> and an integer <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#getVersion()"><CODE>version</CODE></A> number.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeKind.html" title="enum in org.eclipse.emf.cdo.common.commit"><B>CDOChangeKind</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Enumerates possible change kinds.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeKindCache</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.html#CDOChangeKindCache(org.eclipse.emf.cdo.common.commit.CDOChangeSetData)"><B>CDOChangeKindCache(CDOChangeSetData)</B></A> - + an <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.html#getEndPoint()"><CODE>end point</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchTag.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchTag</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A named <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch point</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/branch/CDOBranchUtil.html" title="class in org.eclipse.emf.cdo.spi.common.branch"><B>CDOBranchUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/branch/package-summary.html">org.eclipse.emf.cdo.spi.common.branch</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html" title="interface in org.eclipse.emf.cdo.common.branch"><B>CDOBranchVersion</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/branch/package-summary.html">org.eclipse.emf.cdo.common.branch</A><DD>A pair of a <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#getBranch()"><CODE>branch</CODE></A> and an integer <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#getVersion()"><CODE>version</CODE></A> number.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeKind.html" title="enum in org.eclipse.emf.cdo.common.commit"><B>CDOChangeKind</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Enumerates possible change kinds.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeKindCache</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.html#CDOChangeKindCache(org.eclipse.emf.cdo.common.commit.CDOChangeSetData)"><B>CDOChangeKindCache(CDOChangeSetData)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeKindCache.html" title="class in org.eclipse.emf.cdo.spi.common.commit">CDOChangeKindCache</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeKindProvider.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOChangeKindProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Generic provider for the kinds of changes that have been applied to objects.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSet.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOChangeSet</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>The <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>change set data</CODE></A> between two <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranchPointRange.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch points</CODE></A> with a common ancestor.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOChangeSetData</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeKindProvider.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>change kind provider</CODE></A> with detailed information about <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html#getNewObjects()"><CODE>new</CODE></A>, - <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html#getChangedObjects()"><CODE>changed</CODE></A> and <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html#getDetachedObjects()"><CODE>detached</CODE></A> objects.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetDataProvider.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOChangeSetDataProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Provides consumers with <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>change set data</CODE></A> structures.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeSetDataRevisionProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html#CDOChangeSetDataRevisionProvider(org.eclipse.emf.cdo.common.revision.CDORevisionProvider, org.eclipse.emf.cdo.common.commit.CDOChangeSetData, org.eclipse.emf.cdo.common.revision.CDORevisionProvider, org.eclipse.emf.cdo.common.revision.delta.CDORevisionDeltaProvider)"><B>CDOChangeSetDataRevisionProvider(CDORevisionProvider, CDOChangeSetData, CDORevisionProvider, CDORevisionDeltaProvider)</B></A> - + <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html#getChangedObjects()"><CODE>changed</CODE></A> and <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html#getDetachedObjects()"><CODE>detached</CODE></A> objects.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetDataProvider.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOChangeSetDataProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Provides consumers with <A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>change set data</CODE></A> structures.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeSetDataRevisionProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html#CDOChangeSetDataRevisionProvider(org.eclipse.emf.cdo.common.revision.CDORevisionProvider, org.eclipse.emf.cdo.common.commit.CDOChangeSetData, org.eclipse.emf.cdo.common.revision.CDORevisionProvider, org.eclipse.emf.cdo.common.revision.delta.CDORevisionDeltaProvider)"><B>CDOChangeSetDataRevisionProvider(CDORevisionProvider, CDOChangeSetData, CDORevisionProvider, CDORevisionDeltaProvider)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html" title="class in org.eclipse.emf.cdo.spi.common.commit">CDOChangeSetDataRevisionProvider</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html#CDOChangeSetDataRevisionProvider(org.eclipse.emf.cdo.common.revision.CDORevisionProvider, org.eclipse.emf.cdo.common.commit.CDOChangeSetData)"><B>CDOChangeSetDataRevisionProvider(CDORevisionProvider, CDOChangeSetData)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetDataRevisionProvider.html" title="class in org.eclipse.emf.cdo.spi.common.commit">CDOChangeSetDataRevisionProvider</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeSetSegment</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.html#CDOChangeSetSegment(org.eclipse.emf.cdo.common.branch.CDOBranch, long, long)"><B>CDOChangeSetSegment(CDOBranch, long, long)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOChangeSetSegment</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.html#CDOChangeSetSegment(org.eclipse.emf.cdo.common.branch.CDOBranch, long, long)"><B>CDOChangeSetSegment(CDOBranch, long, long)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOChangeSetSegment.html" title="class in org.eclipse.emf.cdo.spi.common.commit">CDOChangeSetSegment</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOChangeSubscriptionAdapter.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOChangeSubscriptionAdapter</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOChangeSubscriptionAdapter.html#CDOChangeSubscriptionAdapter(org.eclipse.emf.cdo.view.CDOView)"><B>CDOChangeSubscriptionAdapter(CDOView)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOChangeSubscriptionAdapter.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOChangeSubscriptionAdapter</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOChangeSubscriptionAdapter.html#CDOChangeSubscriptionAdapter(org.eclipse.emf.cdo.view.CDOView)"><B>CDOChangeSubscriptionAdapter(CDOView)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOChangeSubscriptionAdapter.html" title="class in org.eclipse.emf.spi.cdo">CDOChangeSubscriptionAdapter</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOClassifierRef.html" title="class in org.eclipse.emf.cdo.common.model"><B>CDOClassifierRef</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/model/package-summary.html">org.eclipse.emf.cdo.common.model</A><DD>References an <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EClassifier.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>EClassifier</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOClassifierRef.html#CDOClassifierRef()"><B>CDOClassifierRef()</B></A> - @@ -1310,7 +1371,7 @@ Constructor for class org.eclipse.emf.cdo.common.lob.<A HREF="./org/eclipse/emf/ <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revision</CODE></A> when a certain list index is accessed.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOCommitContext.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOCommitContext</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>Provides a context for commit operations.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitData.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOCommitData</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD><A HREF="./org/eclipse/emf/cdo/common/commit/CDOChangeSetData.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>Change set data</CODE></A> with detailed information about new <A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitData.html#getNewPackageUnits()"><CODE>package units</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfo.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOCommitInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitData.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>Commit data</CODE></A> in the context of a <A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>commit info manager</CODE></A> with additional commit informations.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfoHandler.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOCommitInfoHandler</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>A call-back interface that indicates the ability to <i>handle</i> <A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfo.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>commit infos</CODE></A> that are passed - from other entities.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOCommitInfoManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Loads, provides and possible manages <A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfo.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>commit info</CODE></A> objects.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOCommitInfoUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonEventAdapter.html" title="class in org.eclipse.emf.cdo.common.util"><B>CDOCommonEventAdapter</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/util/package-summary.html">org.eclipse.emf.cdo.common.util</A><DD>A convenience adapter for common CDO <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>events</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonEventAdapter.html#CDOCommonEventAdapter()"><B>CDOCommonEventAdapter()</B></A> - + from other entities.<DT><A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfoManager.html" title="interface in org.eclipse.emf.cdo.common.commit"><B>CDOCommitInfoManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/commit/package-summary.html">org.eclipse.emf.cdo.common.commit</A><DD>Loads, provides and possible manages <A HREF="./org/eclipse/emf/cdo/common/commit/CDOCommitInfo.html" title="interface in org.eclipse.emf.cdo.common.commit"><CODE>commit info</CODE></A> objects.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDOCommitInfoUtil.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDOCommitInfoUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonEventAdapter.html" title="class in org.eclipse.emf.cdo.common.util"><B>CDOCommonEventAdapter</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/util/package-summary.html">org.eclipse.emf.cdo.common.util</A><DD>A convenience adapter for common CDO <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>events</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonEventAdapter.html#CDOCommonEventAdapter()"><B>CDOCommonEventAdapter()</B></A> - Constructor for class org.eclipse.emf.cdo.common.util.<A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonEventAdapter.html" title="class in org.eclipse.emf.cdo.common.util">CDOCommonEventAdapter</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><B>CDOCommonRepository</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/package-summary.html">org.eclipse.emf.cdo.common</A><DD>Abstracts the information about CDO repositories that is common to both client and server side.<DT><A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.IDGenerationLocation.html" title="enum in org.eclipse.emf.cdo.common"><B>CDOCommonRepository.IDGenerationLocation</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/package-summary.html">org.eclipse.emf.cdo.common</A><DD>Enumerates the possible <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html#getIDGenerationLocation()"><CODE>ID generation locations</CODE></A> of a CDO @@ -1327,7 +1388,13 @@ Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOConflictResolver.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOConflictResolver</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>A strategy used to customize the default conflict resolution behaviour of <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transactions</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOConflictResolver2.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOConflictResolver2</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>A strategy used to customize the default conflict resolution behaviour of <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transactions</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOContainerFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOContainerFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents a modification of the <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EObject.html?is-external=true#eContainer()" title="class or interface in org.eclipse.emf.ecore"><CODE>eContainer</CODE></A> - feature.<DT><A HREF="./org/eclipse/emf/cdo/common/protocol/CDODataInput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><B>CDODataInput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/protocol/package-summary.html">org.eclipse.emf.cdo.common.protocol</A><DD>Provides I/O methods for reading various CDO data types and concepts from streams.<DT><A HREF="./org/eclipse/emf/cdo/common/protocol/CDODataOutput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><B>CDODataOutput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/protocol/package-summary.html">org.eclipse.emf.cdo.common.protocol</A><DD>Provides I/O methods for writing various CDO data types and concepts to streams.<DT><A HREF="./org/eclipse/emf/cdo/server/db/CDODBUtil.html" title="class in org.eclipse.emf.cdo.server.db"><B>CDODBUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/db/package-summary.html">org.eclipse.emf.cdo.server.db</A><DD>Various static methods that may help in setting up and dealing with <A HREF="./org/eclipse/emf/cdo/server/db/IDBStore.html" title="interface in org.eclipse.emf.cdo.server.db"><CODE>DB stores</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html" title="class in org.eclipse.emf.cdo.transaction"><B>CDODefaultTransactionHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>An empty default implementation of <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler1.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOTransactionHandler1</CODE></A> and <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler2.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOTransactionHandler2</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html#CDODefaultTransactionHandler()"><B>CDODefaultTransactionHandler()</B></A> - + feature.<DT><A HREF="./org/eclipse/emf/cdo/common/protocol/CDODataInput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><B>CDODataInput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/protocol/package-summary.html">org.eclipse.emf.cdo.common.protocol</A><DD>Provides I/O methods for reading various CDO data types and concepts from streams.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol"><B>CDODataInputImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/protocol/package-summary.html">org.eclipse.emf.cdo.spi.common.protocol</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.html#CDODataInputImpl(org.eclipse.net4j.util.io.ExtendedDataInput)"><B>CDODataInputImpl(ExtendedDataInput)</B></A> - +Constructor for class org.eclipse.emf.cdo.spi.common.protocol.<A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataInputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol">CDODataInputImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/common/protocol/CDODataOutput.html" title="interface in org.eclipse.emf.cdo.common.protocol"><B>CDODataOutput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/protocol/package-summary.html">org.eclipse.emf.cdo.common.protocol</A><DD>Provides I/O methods for writing various CDO data types and concepts to streams.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol"><B>CDODataOutputImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/protocol/package-summary.html">org.eclipse.emf.cdo.spi.common.protocol</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.html#CDODataOutputImpl(org.eclipse.net4j.util.io.ExtendedDataOutput)"><B>CDODataOutputImpl(ExtendedDataOutput)</B></A> - +Constructor for class org.eclipse.emf.cdo.spi.common.protocol.<A HREF="./org/eclipse/emf/cdo/spi/common/protocol/CDODataOutputImpl.html" title="class in org.eclipse.emf.cdo.spi.common.protocol">CDODataOutputImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/server/db/CDODBUtil.html" title="class in org.eclipse.emf.cdo.server.db"><B>CDODBUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/db/package-summary.html">org.eclipse.emf.cdo.server.db</A><DD>Various static methods that may help in setting up and dealing with <A HREF="./org/eclipse/emf/cdo/server/db/IDBStore.html" title="interface in org.eclipse.emf.cdo.server.db"><CODE>DB stores</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html" title="class in org.eclipse.emf.cdo.transaction"><B>CDODefaultTransactionHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>An empty default implementation of <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler1.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOTransactionHandler1</CODE></A> and <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler2.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOTransactionHandler2</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html#CDODefaultTransactionHandler()"><B>CDODefaultTransactionHandler()</B></A> - Constructor for class org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler.html" title="class in org.eclipse.emf.cdo.transaction">CDODefaultTransactionHandler</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler1.html" title="class in org.eclipse.emf.cdo.transaction"><B>CDODefaultTransactionHandler1</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>An empty default implementation of <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler1.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>CDOTransactionHandler1</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDODefaultTransactionHandler1.html#CDODefaultTransactionHandler1()"><B>CDODefaultTransactionHandler1()</B></A> - @@ -1348,12 +1415,12 @@ Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#cdoDirectResource()"><B>cdoDirectResource()</B></A> - Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEditorInput.html" title="interface in org.eclipse.emf.cdo.ui"><B>CDOEditorInput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/ui/package-summary.html">org.eclipse.emf.cdo.ui</A><DD>An specialized <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/IEditorInput.html?is-external=true" title="class or interface in org.eclipse.ui"><CODE>IEditorInput</CODE></A> for the CDO editor.<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEditorUtil.html" title="class in org.eclipse.emf.cdo.ui"><B>CDOEditorUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/ui/package-summary.html">org.eclipse.emf.cdo.ui</A><DD>Some utility methods to cope with CDOEditor and CDOEditorInput<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.html" title="class in org.eclipse.emf.cdo.edit"><B>CDOEditPlugin</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/edit/package-summary.html">org.eclipse.emf.cdo.edit</A><DD>This is the central singleton for the Etypes edit plugin. <!<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.html#CDOEditPlugin()"><B>CDOEditPlugin()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEditorInput.html" title="interface in org.eclipse.emf.cdo.ui"><B>CDOEditorInput</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/ui/package-summary.html">org.eclipse.emf.cdo.ui</A><DD>An specialized <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/IEditorInput.html?is-external=true" title="class or interface in org.eclipse.ui"><CODE>IEditorInput</CODE></A> for the CDO editor.<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEditorUtil.html" title="class in org.eclipse.emf.cdo.ui"><B>CDOEditorUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/ui/package-summary.html">org.eclipse.emf.cdo.ui</A><DD>Some utility methods to cope with CDOEditor and CDOEditorInput<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.html" title="class in org.eclipse.emf.cdo.edit"><B>CDOEditPlugin</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/edit/package-summary.html">org.eclipse.emf.cdo.edit</A><DD>This is the central singleton for the Etypes edit plugin<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.html#CDOEditPlugin()"><B>CDOEditPlugin()</B></A> - Constructor for class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.html" title="class in org.eclipse.emf.cdo.edit">CDOEditPlugin</A> -<DD>Create the instance. <! -<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html" title="class in org.eclipse.emf.cdo.edit"><B>CDOEditPlugin.Implementation</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/edit/package-summary.html">org.eclipse.emf.cdo.edit</A><DD>The actual implementation of the Eclipse <b>Plugin</b>. <!<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html#CDOEditPlugin.Implementation()"><B>CDOEditPlugin.Implementation()</B></A> - +<DD>Create the instance +<DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html" title="class in org.eclipse.emf.cdo.edit"><B>CDOEditPlugin.Implementation</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/edit/package-summary.html">org.eclipse.emf.cdo.edit</A><DD>The actual implementation of the Eclipse <b>Plugin</b><DT><A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html#CDOEditPlugin.Implementation()"><B>CDOEditPlugin.Implementation()</B></A> - Constructor for class org.eclipse.emf.cdo.edit.<A HREF="./org/eclipse/emf/cdo/edit/CDOEditPlugin.Implementation.html" title="class in org.eclipse.emf.cdo.edit">CDOEditPlugin.Implementation</A> -<DD>Creates an instance. <! +<DD>Creates an instance <DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDOElementProxy.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDOElementProxy</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>A moveable placeholder for the element of a <A HREF="./org/eclipse/emf/cdo/common/revision/CDOList.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>list</CODE></A> at a specified <A HREF="./org/eclipse/emf/cdo/common/revision/CDOElementProxy.html#getIndex()"><CODE>index</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEventHandler.html" title="class in org.eclipse.emf.cdo.ui"><B>CDOEventHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/ui/package-summary.html">org.eclipse.emf.cdo.ui</A><DD>A class that handles <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>events</CODE></A> on <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/viewers/TreeViewer.html?is-external=true" title="class or interface in org.eclipse.jface.viewers"><CODE>TreeViewer</CODE></A>-based editors or views.<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOEventHandler.html#CDOEventHandler(org.eclipse.emf.cdo.view.CDOView, org.eclipse.jface.viewers.TreeViewer)"><B>CDOEventHandler(CDOView, TreeViewer)</B></A> - Constructor for class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOEventHandler.html" title="class in org.eclipse.emf.cdo.ui">CDOEventHandler</A> @@ -1379,10 +1446,10 @@ Constructor for class org.eclipse.emf.cdo.server.ocl.<A HREF="./org/eclipse/emf/ <DT><A HREF="./org/eclipse/emf/cdo/server/ocl/CDOExtentMap.html" title="class in org.eclipse.emf.cdo.server.ocl"><B>CDOExtentMap</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/ocl/package-summary.html">org.eclipse.emf.cdo.server.ocl</A><DD>Maps <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>classes</CODE></A> to their extents.<DT><A HREF="./org/eclipse/emf/cdo/server/ocl/CDOExtentMap.html#CDOExtentMap(org.eclipse.emf.cdo.server.ocl.OCLExtentCreator)"><B>CDOExtentMap(OCLExtentCreator)</B></A> - Constructor for class org.eclipse.emf.cdo.server.ocl.<A HREF="./org/eclipse/emf/cdo/server/ocl/CDOExtentMap.html" title="class in org.eclipse.emf.cdo.server.ocl">CDOExtentMap</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/util/CDOFactory.html" title="interface in org.eclipse.emf.cdo.util"><B>CDOFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/util/package-summary.html">org.eclipse.emf.cdo.util</A><DD>Creates CDO <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/view/CDOFeatureAnalyzer.html" title="interface in org.eclipse.emf.cdo.view"><B>CDOFeatureAnalyzer</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A><DD>A call-back interface that is called by a <A HREF="./org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> on each model read access.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Represents a change delta between two values of a single <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.Type.html" title="enum in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDelta.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Enumerates the possible types of <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature deltas</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDeltaVisitor.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDeltaVisitor</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Visits all <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature deltas</CODE></A> of a <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>revision delta</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDOFeatureDeltaVisitorImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.html#CDOFeatureDeltaVisitorImpl()"><B>CDOFeatureDeltaVisitorImpl()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/util/CDOFactory.html" title="interface in org.eclipse.emf.cdo.util"><B>CDOFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/util/package-summary.html">org.eclipse.emf.cdo.util</A><DD>Creates CDO <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/view/CDOFeatureAnalyzer.html" title="interface in org.eclipse.emf.cdo.view"><B>CDOFeatureAnalyzer</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A><DD>A call-back interface that is called by a <A HREF="./org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> on each model read access.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Represents a change delta between two values of a single <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.Type.html" title="enum in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDelta.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Enumerates the possible types of <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature deltas</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDeltaVisitor.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOFeatureDeltaVisitor</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>Visits all <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature deltas</CODE></A> of a <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>revision delta</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDOFeatureDeltaVisitorImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.html#CDOFeatureDeltaVisitorImpl()"><B>CDOFeatureDeltaVisitorImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureDeltaVisitorImpl.html" title="class in org.eclipse.emf.cdo.spi.common.revision">CDOFeatureDeltaVisitorImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOFeatureMapEntry</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html" title="class in org.eclipse.emf.cdo.common.util"><B>CDOFetchRule</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/util/package-summary.html">org.eclipse.emf.cdo.common.util</A><DD>Represents a subset of the <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>features</CODE></A> of a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>class</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html#CDOFetchRule(org.eclipse.emf.ecore.EClass)"><B>CDOFetchRule(EClass)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOFeatureMapEntry.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOFeatureMapEntry</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html" title="class in org.eclipse.emf.cdo.common.util"><B>CDOFetchRule</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/util/package-summary.html">org.eclipse.emf.cdo.common.util</A><DD>Represents a subset of the <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>features</CODE></A> of a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>class</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html#CDOFetchRule(org.eclipse.emf.ecore.EClass)"><B>CDOFetchRule(EClass)</B></A> - Constructor for class org.eclipse.emf.cdo.common.util.<A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html" title="class in org.eclipse.emf.cdo.common.util">CDOFetchRule</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOFetchRule.html#CDOFetchRule(org.eclipse.emf.cdo.common.protocol.CDODataInput, org.eclipse.emf.cdo.common.model.CDOPackageRegistry)"><B>CDOFetchRule(CDODataInput, CDOPackageRegistry)</B></A> - @@ -1394,7 +1461,7 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOFileResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOFileResourceItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOFileResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOFileResource</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOFileResourceItemProvider.html#CDOFileResourceItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOFileResourceItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOFileResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOFileResourceItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/workspace/efs/CDOFS.html" title="class in org.eclipse.emf.cdo.workspace.efs"><B>CDOFS</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/workspace/efs/package-summary.html">org.eclipse.emf.cdo.workspace.efs</A><DD>This class is the main entry point to the <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/filesystem/EFS.html?is-external=true" title="class or interface in org.eclipse.core.filesystem"><CODE>Eclipse File System (EFS)</CODE></A> implementation for CDO <A HREF="./org/eclipse/emf/cdo/workspace/CDOWorkspace.html" title="interface in org.eclipse.emf.cdo.workspace"><CODE>workspaces</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/server/hibernate/CDOHibernateUtil.html" title="class in org.eclipse.emf.cdo.server.hibernate"><B>CDOHibernateUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/server/hibernate/package-summary.html">org.eclipse.emf.cdo.server.hibernate</A><DD>Various static methods that may help in setting up and dealing with <A HREF="./org/eclipse/emf/cdo/server/hibernate/IHibernateStore.html" title="interface in org.eclipse.emf.cdo.server.hibernate"><CODE>Hibernate stores</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoID()"><B>cdoID()</B></A> - Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo">CDOObject</A> @@ -1405,7 +1472,7 @@ Method in interface org.eclipse.emf.cdo.common.id.<A HREF="./org/eclipse/emf/cdo <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#cdoID()"><B>cdoID()</B></A> - Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOID.ObjectType.html" title="enum in org.eclipse.emf.cdo.common.id"><B>CDOID.ObjectType</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Enumerates the possible <b>sub</b> types of CDO <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A> with the main type <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.Type.html#OBJECT"><CODE>OBJECT</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOID.Type.html" title="enum in org.eclipse.emf.cdo.common.id"><B>CDOID.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Enumerates the possible types of CDO <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDOIDAndBranch</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>An <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> / <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A> pair.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDOIDAndVersion.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDOIDAndVersion</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>An <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> / version number pair.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDExternal.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDExternal</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>The <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> of a CDO object that is external to a CDO <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDGenerator.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDGenerator</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Generates <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDOIDMapper</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.html#CDOIDMapper(java.util.Map)"><B>CDOIDMapper(Map<CDOID, CDOID>)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOID.ObjectType.html" title="enum in org.eclipse.emf.cdo.common.id"><B>CDOID.ObjectType</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Enumerates the possible <b>sub</b> types of CDO <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A> with the main type <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.Type.html#OBJECT"><CODE>OBJECT</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOID.Type.html" title="enum in org.eclipse.emf.cdo.common.id"><B>CDOID.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Enumerates the possible types of CDO <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDOIDAndBranch.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDOIDAndBranch</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>An <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> / <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A> pair.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDOIDAndVersion.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDOIDAndVersion</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>An <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> / version number pair.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDExternal.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDExternal</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>The <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> of a CDO object that is external to a CDO <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDGenerator.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDGenerator</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Generates <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDOIDMapper</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.html#CDOIDMapper(java.util.Map)"><B>CDOIDMapper(Map<CDOID, CDOID>)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOIDMapper.html" title="class in org.eclipse.emf.cdo.spi.common.revision">CDOIDMapper</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDObject.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDObject</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>The <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>ID</CODE></A> of a CDO object that is persistent in a CDO <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDProvider.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOIDProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Provides the <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>IDs</CODE></A> of passed objects.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDReference.html" title="class in org.eclipse.emf.cdo.common.id"><B>CDOIDReference</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Represents a <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A> typed reference from one object to another object.<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDReference.html#CDOIDReference(org.eclipse.emf.cdo.common.id.CDOID, org.eclipse.emf.cdo.common.id.CDOID, org.eclipse.emf.ecore.EStructuralFeature, int)"><B>CDOIDReference(CDOID, CDOID, EStructuralFeature, int)</B></A> - @@ -1595,7 +1662,7 @@ Constructor for class org.eclipse.emf.cdo.common.lob.<A HREF="./org/eclipse/emf/ <DT><A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobStore.html" title="interface in org.eclipse.emf.cdo.common.lob"><B>CDOLobStore</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/lob/package-summary.html">org.eclipse.emf.cdo.common.lob</A><DD>Stores and loads <A HREF="./org/eclipse/emf/cdo/common/lob/CDOLob.html" title="class in org.eclipse.emf.cdo.common.lob"><CODE>large objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobStore.Delegating.html" title="class in org.eclipse.emf.cdo.common.lob"><B>CDOLobStore.Delegating</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/lob/package-summary.html">org.eclipse.emf.cdo.common.lob</A><DD>An abstract <A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobStore.html" title="interface in org.eclipse.emf.cdo.common.lob"><CODE>large object store</CODE></A> that delegates all method calls to a delegate.<DT><A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobStore.Delegating.html#CDOLobStore.Delegating()"><B>CDOLobStore.Delegating()</B></A> - Constructor for class org.eclipse.emf.cdo.common.lob.<A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobStore.Delegating.html" title="class in org.eclipse.emf.cdo.common.lob">CDOLobStore.Delegating</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html" title="class in org.eclipse.emf.cdo.spi.common"><B>CDOLobStoreImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html#CDOLobStoreImpl(java.io.File)"><B>CDOLobStoreImpl(File)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html" title="class in org.eclipse.emf.cdo.spi.common"><B>CDOLobStoreImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html#CDOLobStoreImpl(java.io.File)"><B>CDOLobStoreImpl(File)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.<A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html" title="class in org.eclipse.emf.cdo.spi.common">CDOLobStoreImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html#CDOLobStoreImpl()"><B>CDOLobStoreImpl()</B></A> - @@ -1654,13 +1721,13 @@ Constructor for class org.eclipse.emf.cdo.net4j.<A HREF="./org/eclipse/emf/cdo/n changes of <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>The base class of all <em>native</em> <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>objects</CODE></A>.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#CDOObjectImpl()"><B>CDOObjectImpl()</B></A> - Constructor for class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreEcoreEMap.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreEcoreEMap</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreEcoreEMap.html#CDOObjectImpl.CDOStoreEcoreEMap(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOObjectImpl.CDOStoreEcoreEMap(EStructuralFeature)</B></A> - +<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreEcoreEMap.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreEcoreEMap</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>For internal use only.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreEcoreEMap.html#CDOObjectImpl.CDOStoreEcoreEMap(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOObjectImpl.CDOStoreEcoreEMap(EStructuralFeature)</B></A> - Constructor for class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreEcoreEMap.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl.CDOStoreEcoreEMap</A> <DD> <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreFeatureMap.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreFeatureMap</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>TODO Remove this when EMF has fixed bug 197487<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreFeatureMap.html#CDOObjectImpl.CDOStoreFeatureMap(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOObjectImpl.CDOStoreFeatureMap(EStructuralFeature)</B></A> - Constructor for class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreFeatureMap.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl.CDOStoreFeatureMap</A> <DD> -<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreSettingsImpl.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreSettingsImpl</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>For internal use only.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreUnorderedEList</B></A><<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html" title="type parameter in CDOObjectImpl.CDOStoreUnorderedEList">E</A>> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html#CDOObjectImpl.CDOStoreUnorderedEList(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOObjectImpl.CDOStoreUnorderedEList(EStructuralFeature)</B></A> - +<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreSettingsImpl.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreSettingsImpl</B></A> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>For internal use only.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html" title="class in org.eclipse.emf.internal.cdo"><B>CDOObjectImpl.CDOStoreUnorderedEList</B></A><<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html" title="type parameter in CDOObjectImpl.CDOStoreUnorderedEList">E</A>> - Class in <A HREF="./org/eclipse/emf/internal/cdo/package-summary.html">org.eclipse.emf.internal.cdo</A><DD>For internal use only.<DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html#CDOObjectImpl.CDOStoreUnorderedEList(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOObjectImpl.CDOStoreUnorderedEList(EStructuralFeature)</B></A> - Constructor for class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreUnorderedEList.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl.CDOStoreUnorderedEList</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/CDOObjectReference.html" title="interface in org.eclipse.emf.cdo"><B>CDOObjectReference</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/package-summary.html">org.eclipse.emf.cdo</A><DD>Represents a <A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>CDOObject</CODE></A> typed reference from one object to another object.<DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOPackageInfo.html" title="interface in org.eclipse.emf.cdo.common.model"><B>CDOPackageInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/model/package-summary.html">org.eclipse.emf.cdo.common.model</A><DD>Describes a single <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>package </CODE></A> instance of the nested package tree strucure represented by the @@ -1708,13 +1775,13 @@ Constructor for class org.eclipse.emf.cdo.common.util.<A HREF="./org/eclipse/emf <DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOQueryQueue.BlockingCloseableIteratorImpl.html" title="class in org.eclipse.emf.cdo.common.util"><B>CDOQueryQueue.BlockingCloseableIteratorImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/common/util/package-summary.html">org.eclipse.emf.cdo.common.util</A><DD>A blocking iterator that takes elements from a <A HREF="./org/eclipse/emf/cdo/common/util/CDOQueryQueue.html" title="class in org.eclipse.emf.cdo.common.util"><CODE>CDOQueryQueue</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOQueryQueue.BlockingCloseableIteratorImpl.html#CDOQueryQueue.BlockingCloseableIteratorImpl()"><B>CDOQueryQueue.BlockingCloseableIteratorImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.common.util.<A HREF="./org/eclipse/emf/cdo/common/util/CDOQueryQueue.BlockingCloseableIteratorImpl.html" title="class in org.eclipse.emf.cdo.common.util">CDOQueryQueue.BlockingCloseableIteratorImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDORawReplicationContext</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoReadLock()"><B>cdoReadLock()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDORawReplicationContext.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDORawReplicationContext</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoReadLock()"><B>cdoReadLock()</B></A> - Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo">CDOObject</A> <DD>Returns the read lock associated with this object. <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#cdoReadLock()"><B>cdoReadLock()</B></A> - Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html" title="class in org.eclipse.emf.internal.cdo">CDOObjectImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOReference.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOReference</B></A><<A HREF="./org/eclipse/emf/cdo/common/id/CDOReference.html" title="type parameter in CDOReference">OBJECT</A>> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Represents a reference from one object to another object, possibly <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A> or CDOObject typed.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOReferenceAdjustable</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOReferenceAdjuster</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoReload()"><B>cdoReload()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOReference.html" title="interface in org.eclipse.emf.cdo.common.id"><B>CDOReference</B></A><<A HREF="./org/eclipse/emf/cdo/common/id/CDOReference.html" title="type parameter in CDOReference">OBJECT</A>> - Interface in <A HREF="./org/eclipse/emf/cdo/common/id/package-summary.html">org.eclipse.emf.cdo.common.id</A><DD>Represents a reference from one object to another object, possibly <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A> or CDOObject typed.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjustable.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOReferenceAdjustable</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDOReferenceAdjuster.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><B>CDOReferenceAdjuster</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoReload()"><B>cdoReload()</B></A> - Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo">CDOObject</A> <DD>TODO: JavaDoc <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#cdoReload()"><B>cdoReload()</B></A> - @@ -1748,7 +1815,7 @@ Constructor for class org.eclipse.emf.cdo.session.remote.<A HREF="./org/eclipse/ <DT><A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html#CDORemoteSessionMessage(org.eclipse.net4j.util.io.ExtendedDataInput)"><B>CDORemoteSessionMessage(ExtendedDataInput)</B></A> - Constructor for class org.eclipse.emf.cdo.session.remote.<A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html" title="class in org.eclipse.emf.cdo.session.remote">CDORemoteSessionMessage</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote"><B>CDORemoteSessionMessage.Priority</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/session/remote/package-summary.html">org.eclipse.emf.cdo.session.remote</A><DD>Enumerates the possible <A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html" title="class in org.eclipse.emf.cdo.session.remote"><CODE>remote session message</CODE></A> priorities.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDORemoveFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDORemoveFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents a removal from a many-valued <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOReplicationContext.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDOReplicationContext</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDOReplicationInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/session/CDORepositoryInfo.html" title="interface in org.eclipse.emf.cdo.session"><B>CDORepositoryInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Describes a model repository a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> is connected to.<DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoResource()"><B>cdoResource()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.Priority.html" title="enum in org.eclipse.emf.cdo.session.remote"><B>CDORemoteSessionMessage.Priority</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/session/remote/package-summary.html">org.eclipse.emf.cdo.session.remote</A><DD>Enumerates the possible <A HREF="./org/eclipse/emf/cdo/session/remote/CDORemoteSessionMessage.html" title="class in org.eclipse.emf.cdo.session.remote"><CODE>remote session message</CODE></A> priorities.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDORemoveFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDORemoveFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents a removal from a many-valued <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOReplicationContext.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDOReplicationContext</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOReplicationInfo.html" title="interface in org.eclipse.emf.cdo.spi.common"><B>CDOReplicationInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/spi/common/package-summary.html">org.eclipse.emf.cdo.spi.common</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/session/CDORepositoryInfo.html" title="interface in org.eclipse.emf.cdo.session"><B>CDORepositoryInfo</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Describes a model repository a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> is connected to.<DT><A HREF="./org/eclipse/emf/cdo/CDOObject.html#cdoResource()"><B>cdoResource()</B></A> - Method in interface org.eclipse.emf.cdo.<A HREF="./org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo">CDOObject</A> <DD>Returns the <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>resource</CODE></A> of this object, no matter where this object is located in the containment tree of that resource, or <code>null</code> if this object is not contained in a CDO resource. @@ -1763,7 +1830,7 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceFolderItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOResourceFolderItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceFolder</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceFolderItemProvider.html#CDOResourceFolderItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOResourceFolderItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceFolderItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceFolderItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#cdoResourceFolderItemProvider"><B>cdoResourceFolderItemProvider</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> <DD>This keeps track of the one adapter used for all <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceFolder</CODE></A> instances @@ -1776,9 +1843,9 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html" title="class in org.eclipse.emf.cdo.eresource.impl"><B>CDOResourceImpl.ContentsCDOList</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/impl/package-summary.html">org.eclipse.emf.cdo.eresource.impl</A><DD>An implementation of a CDO specific '<em><b>contents</b></em>' list.<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html#CDOResourceImpl.ContentsCDOList(org.eclipse.emf.ecore.EStructuralFeature)"><B>CDOResourceImpl.ContentsCDOList(EStructuralFeature)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceImpl.ContentsCDOList</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOResourceItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResource</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#CDOResourceItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOResourceItemProvider(AdapterFactory)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOResourceItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResource</CODE></A> object<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#CDOResourceItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOResourceItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#cdoResourceItemProvider"><B>cdoResourceItemProvider</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> <DD>This keeps track of the one adapter used for all <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResource</CODE></A> instances. <! @@ -1787,13 +1854,13 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceLeafItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOResourceLeafItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceLeaf.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceLeaf</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceLeafItemProvider.html#CDOResourceLeafItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOResourceLeafItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceLeafItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceLeafItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceNode.html" title="interface in org.eclipse.emf.cdo.eresource"><B>CDOResourceNode</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/eresource/package-summary.html">org.eclipse.emf.cdo.eresource</A><DD>A representation of the model object '<em><b>CDO Resource Node</b></em>'.<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><B>CDOResourceNodeImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/impl/package-summary.html">org.eclipse.emf.cdo.eresource.impl</A><DD>An implementation of the model object '<em><b>CDO Resource Node</b></em>'.<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html#CDOResourceNodeImpl()"><B>CDOResourceNodeImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceNodeImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceNodeImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOResourceNodeItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceNode.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceNode</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html#CDOResourceNodeItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOResourceNodeItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceNodeItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/session/CDORetryExceptionHandler.html" title="class in org.eclipse.emf.cdo.session"><B>CDORetryExceptionHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A <A HREF="./org/eclipse/emf/cdo/session/CDOSession.ExceptionHandler.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session exection handler</CODE></A> that retries the failed protocol operation a configurable number of times.<DT><A HREF="./org/eclipse/emf/cdo/session/CDORetryExceptionHandler.html#CDORetryExceptionHandler(int)"><B>CDORetryExceptionHandler(int)</B></A> - Constructor for class org.eclipse.emf.cdo.session.<A HREF="./org/eclipse/emf/cdo/session/CDORetryExceptionHandler.html" title="class in org.eclipse.emf.cdo.session">CDORetryExceptionHandler</A> @@ -1813,7 +1880,7 @@ Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal <DT><A HREF="./org/eclipse/emf/spi/cdo/InternalCDOObject.html#cdoRevision()"><B>cdoRevision()</B></A> - Method in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/InternalCDOObject.html" title="interface in org.eclipse.emf.spi.cdo">InternalCDOObject</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDORevisionAvailabilityInfo</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.html#CDORevisionAvailabilityInfo(org.eclipse.emf.cdo.common.branch.CDOBranchPoint)"><B>CDORevisionAvailabilityInfo(CDOBranchPoint)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.html" title="class in org.eclipse.emf.cdo.spi.common.commit"><B>CDORevisionAvailabilityInfo</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/commit/package-summary.html">org.eclipse.emf.cdo.spi.common.commit</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.html#CDORevisionAvailabilityInfo(org.eclipse.emf.cdo.common.branch.CDOBranchPoint)"><B>CDORevisionAvailabilityInfo(CDOBranchPoint)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.commit.<A HREF="./org/eclipse/emf/cdo/spi/common/commit/CDORevisionAvailabilityInfo.html" title="class in org.eclipse.emf.cdo.spi.common.commit">CDORevisionAvailabilityInfo</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionCache.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDORevisionCache</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>Caches <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revisions</CODE></A> and possibly <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionCache.EvictionEvent.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>evicts</CODE></A> those that are no longer strongly @@ -1827,7 +1894,7 @@ Constructor for class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclipse Constructor for class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionHandler.Filtered.Undetached.html" title="class in org.eclipse.emf.cdo.common.revision">CDORevisionHandler.Filtered.Undetached</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionKey.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDORevisionKey</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>Uniquely identifies a <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revision</CODE></A> by version in a <A HREF="./org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionManager.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDORevisionManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>Provides access to <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revisions</CODE></A> in a CDO <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A> by demand loading - and caching them.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDORevisionMerger</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.html#CDORevisionMerger()"><B>CDORevisionMerger()</B></A> - + and caching them.<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>CDORevisionMerger</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.html#CDORevisionMerger()"><B>CDORevisionMerger()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/CDORevisionMerger.html" title="class in org.eclipse.emf.cdo.spi.common.revision">CDORevisionMerger</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/view/CDORevisionPrefetchingPolicy.html" title="interface in org.eclipse.emf.cdo.view"><B>CDORevisionPrefetchingPolicy</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A><DD>A strategy interface to customize the <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revision</CODE></A> prefetching behaviour of a <A HREF="./org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionProvider.html" title="interface in org.eclipse.emf.cdo.common.revision"><B>CDORevisionProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/package-summary.html">org.eclipse.emf.cdo.common.revision</A><DD>Provides consumers with the <A HREF="./org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revisions</CODE></A> of <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>identifiable</CODE></A> CDO objects by selecting a @@ -1914,35 +1981,35 @@ Constructor for class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/ <A HREF="./org/eclipse/emf/cdo/session/CDOSession.Options.html#setGeneratedPackageEmulationEnabled(boolean)"><CODE>generated package emulation enabled</CODE></A> option of a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> has changed.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSession.Options.LobCacheEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSession.Options.LobCacheEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>An <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/options/IOptionsEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.options"><CODE>options event</CODE></A> fired when the <A HREF="./org/eclipse/emf/cdo/session/CDOSession.Options.html#setLobCache(org.eclipse.emf.cdo.common.lob.CDOLobStore)"><CODE>large object cache</CODE></A> option of a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> has changed.<DT><A HREF="./org/eclipse/emf/cdo/net4j/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.net4j"><B>CDOSessionConfiguration</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/net4j/package-summary.html">org.eclipse.emf.cdo.net4j</A><DD><B>Deprecated.</B> <I>Use <A HREF="./org/eclipse/emf/cdo/net4j/CDONet4jSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.net4j"><CODE>CDONet4jSessionConfiguration</CODE></A>.</I><DT><A HREF="./org/eclipse/emf/cdo/server/embedded/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.server.embedded"><B>CDOSessionConfiguration</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/server/embedded/package-summary.html">org.eclipse.emf.cdo.server.embedded</A><DD><B>Deprecated.</B> <I>Not yet supported.</I><DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionConfiguration</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Configures and opens new <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>sessions</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfiguration.SessionOpenedEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionConfiguration.SessionOpenedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Fired from a <A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session configuration</CODE></A> after a new <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> has been - opened.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfigurationFactory.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionConfigurationFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Creates <A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session configuration</CODE></A> instances.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A generic <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>event</CODE></A> fired from a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A>.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionInvalidationAggregator</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html#CDOSessionInvalidationAggregator(org.eclipse.emf.cdo.session.CDOSession)"><B>CDOSessionInvalidationAggregator(CDOSession)</B></A> - + opened.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfigurationFactory.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionConfigurationFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Creates <A HREF="./org/eclipse/emf/cdo/session/CDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session configuration</CODE></A> instances.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A generic <A HREF="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/IEvent.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event"><CODE>event</CODE></A> fired from a <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A>.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionInvalidationAggregator</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html#CDOSessionInvalidationAggregator(org.eclipse.emf.cdo.session.CDOSession)"><B>CDOSessionInvalidationAggregator(CDOSession)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionInvalidationAggregator</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionInvalidationEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionInvalidationEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A <A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session event</CODE></A> fired when passive updates (commit notifications) are being received from a - remote repository.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionLocksChangedEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionLocksChangedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A <A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session event</CODE></A> fired when lock-change notifications are received from a remote repository.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.html" title="interface in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol</B></A> - Interface in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.CommitTransactionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html#CDOSessionProtocol.CommitTransactionResult(org.eclipse.emf.cdo.common.id.CDOIDProvider, java.lang.String, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, long, java.util.List)"><B>CDOSessionProtocol.CommitTransactionResult(CDOIDProvider, String, CDOBranchPoint, long, List<CDOObjectReference>)</B></A> - + remote repository.<DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionLocksChangedEvent.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionLocksChangedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>A <A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session event</CODE></A> fired when lock-change notifications are received from a remote repository.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.html" title="interface in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol</B></A> - Interface in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.CommitTransactionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html#CDOSessionProtocol.CommitTransactionResult(org.eclipse.emf.cdo.common.id.CDOIDProvider, java.lang.String, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, long, java.util.List)"><B>CDOSessionProtocol.CommitTransactionResult(CDOIDProvider, String, CDOBranchPoint, long, List<CDOObjectReference>)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.CommitTransactionResult</A> <DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html#CDOSessionProtocol.CommitTransactionResult(org.eclipse.emf.cdo.common.id.CDOIDProvider, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, long)"><B>CDOSessionProtocol.CommitTransactionResult(CDOIDProvider, CDOBranchPoint, long)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.CommitTransactionResult</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster.html#CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster(org.eclipse.emf.cdo.common.id.CDOIDProvider, org.eclipse.emf.cdo.spi.common.revision.CDOIDMapper)"><B>CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster(CDOIDProvider, CDOIDMapper)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster.html#CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster(org.eclipse.emf.cdo.common.id.CDOIDProvider, org.eclipse.emf.cdo.spi.common.revision.CDOIDMapper)"><B>CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster(CDOIDProvider, CDOIDMapper)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.LockObjectsResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html#CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, org.eclipse.emf.cdo.common.revision.CDORevisionKey[])"><B>CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, CDORevisionKey[])</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.LockObjectsResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html#CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, org.eclipse.emf.cdo.common.revision.CDORevisionKey[])"><B>CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, CDORevisionKey[])</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.LockObjectsResult</A> <DD><B>Deprecated.</B> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html#CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, org.eclipse.emf.cdo.common.revision.CDORevisionKey[], org.eclipse.emf.cdo.common.lock.CDOLockState[], long)"><B>CDOSessionProtocol.LockObjectsResult(boolean, boolean, boolean, long, CDORevisionKey[], CDOLockState[], long)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.LockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.LockObjectsResult</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.OpenSessionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.OpenSessionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.OpenSessionResult.html#CDOSessionProtocol.OpenSessionResult(int, java.lang.String, java.lang.String, org.eclipse.emf.cdo.common.CDOCommonRepository.Type, org.eclipse.emf.cdo.common.CDOCommonRepository.State, java.lang.String, java.util.Set, long, long, org.eclipse.emf.cdo.common.id.CDOID, boolean, boolean, boolean, boolean, org.eclipse.emf.cdo.common.CDOCommonRepository.IDGenerationLocation)"><B>CDOSessionProtocol.OpenSessionResult(int, String, String, CDOCommonRepository.Type, CDOCommonRepository.State, String, Set<CDOID.ObjectType>, long, long, CDOID, boolean, boolean, boolean, boolean, CDOCommonRepository.IDGenerationLocation)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.OpenSessionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.OpenSessionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.OpenSessionResult.html#CDOSessionProtocol.OpenSessionResult(int, java.lang.String, java.lang.String, org.eclipse.emf.cdo.common.CDOCommonRepository.Type, org.eclipse.emf.cdo.common.CDOCommonRepository.State, java.lang.String, java.util.Set, long, long, org.eclipse.emf.cdo.common.id.CDOID, boolean, boolean, boolean, boolean, boolean, org.eclipse.emf.cdo.common.CDOCommonRepository.IDGenerationLocation)"><B>CDOSessionProtocol.OpenSessionResult(int, String, String, CDOCommonRepository.Type, CDOCommonRepository.State, String, Set<CDOID.ObjectType>, long, long, CDOID, boolean, boolean, boolean, boolean, boolean, CDOCommonRepository.IDGenerationLocation)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.OpenSessionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.OpenSessionResult</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.RefreshSessionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html#CDOSessionProtocol.RefreshSessionResult(long)"><B>CDOSessionProtocol.RefreshSessionResult(long)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.RefreshSessionResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html#CDOSessionProtocol.RefreshSessionResult(long)"><B>CDOSessionProtocol.RefreshSessionResult(long)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RefreshSessionResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.RefreshSessionResult</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RepositoryTimeResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.RepositoryTimeResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RepositoryTimeResult.html#CDOSessionProtocol.RepositoryTimeResult()"><B>CDOSessionProtocol.RepositoryTimeResult()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RepositoryTimeResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.RepositoryTimeResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RepositoryTimeResult.html#CDOSessionProtocol.RepositoryTimeResult()"><B>CDOSessionProtocol.RepositoryTimeResult()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.RepositoryTimeResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.RepositoryTimeResult</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.UnlockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.UnlockObjectsResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.UnlockObjectsResult.html#CDOSessionProtocol.UnlockObjectsResult(org.eclipse.emf.cdo.common.lock.CDOLockState[], long)"><B>CDOSessionProtocol.UnlockObjectsResult(CDOLockState[], long)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.UnlockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo"><B>CDOSessionProtocol.UnlockObjectsResult</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.UnlockObjectsResult.html#CDOSessionProtocol.UnlockObjectsResult(org.eclipse.emf.cdo.common.lock.CDOLockState[], long)"><B>CDOSessionProtocol.UnlockObjectsResult(CDOLockState[], long)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.UnlockObjectsResult.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionProtocol.UnlockObjectsResult</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/session/CDOSessionProvider.html" title="interface in org.eclipse.emf.cdo.session"><B>CDOSessionProvider</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/session/package-summary.html">org.eclipse.emf.cdo.session</A><DD>Provides consumers with <A HREF="./org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> instances.<DT><A HREF="./org/eclipse/emf/cdo/net4j/CDOSessionRecoveryEvent.html" title="interface in org.eclipse.emf.cdo.net4j"><B>CDOSessionRecoveryEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/net4j/package-summary.html">org.eclipse.emf.cdo.net4j</A><DD>A <A HREF="./org/eclipse/emf/cdo/session/CDOSessionEvent.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session event</CODE></A> fired from <A HREF="./org/eclipse/emf/cdo/net4j/RecoveringCDOSessionConfiguration.html" title="interface in org.eclipse.emf.cdo.net4j"><CODE>recovering session</CODE></A> when @@ -1960,7 +2027,7 @@ Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>CDOTextResourceItemProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the item provider adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOTextResource</CODE></A> object. <!<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html#CDOTextResourceItemProvider(org.eclipse.emf.common.notify.AdapterFactory)"><B>CDOTextResourceItemProvider(AdapterFactory)</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOTextResourceItemProvider</A> -<DD>This constructs an instance from a factory and a notifier. <! +<DD>This constructs an instance from a factory and a notifier <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#cdoTextResourceItemProvider"><B>cdoTextResourceItemProvider</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> <DD>This keeps track of the one adapter used for all <A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOTextResource</CODE></A> instances @@ -1974,7 +2041,7 @@ Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/ been committed or rolled back.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandler3.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOTransactionHandler3</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>A call-back interface that is called by a <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transcation</CODE></A> before it is committed and after it has been committed (with result info) or rolled back.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionHandlerBase.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOTransactionHandlerBase</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>A marker interface for use with <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#addTransactionHandler(org.eclipse.emf.cdo.transaction.CDOTransactionHandlerBase)"><CODE>CDOTransaction.addTransactionHandler()</CODE></A> and <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#removeTransactionHandler(org.eclipse.emf.cdo.transaction.CDOTransactionHandlerBase)"><CODE>CDOTransaction.removeTransactionHandler()</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.html" title="interface in org.eclipse.emf.cdo.transaction"><B>CDOTransactionStartedEvent</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/transaction/package-summary.html">org.eclipse.emf.cdo.transaction</A><DD>A <A HREF="./org/eclipse/emf/cdo/view/CDOViewEvent.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view event</CODE></A> fired from a <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transaction</CODE></A> when it first becomes - <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#isDirty()"><CODE>dirty</CODE></A>.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOTransactionStrategy.html" title="interface in org.eclipse.emf.spi.cdo"><B>CDOTransactionStrategy</B></A> - Interface in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOType.html" title="interface in org.eclipse.emf.cdo.common.model"><B>CDOType</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/model/package-summary.html">org.eclipse.emf.cdo.common.model</A><DD>Provides access to all CDO-supported data types.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOUnsetFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOUnsetFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents the <em>unsetting</em> of the value of a + <A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#isDirty()"><CODE>dirty</CODE></A>.<DT><A HREF="./org/eclipse/emf/spi/cdo/CDOTransactionStrategy.html" title="interface in org.eclipse.emf.spi.cdo"><B>CDOTransactionStrategy</B></A> - Interface in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOType.html" title="interface in org.eclipse.emf.cdo.common.model"><B>CDOType</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/model/package-summary.html">org.eclipse.emf.cdo.common.model</A><DD>Provides access to all CDO-supported data types.<DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOUnsetFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><B>CDOUnsetFeatureDelta</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/common/revision/delta/package-summary.html">org.eclipse.emf.cdo.common.revision.delta</A><DD>A <A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta"><CODE>feature delta</CODE></A> that represents the <em>unsetting</em> of the value of a <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>feature</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/util/CDOUpdatable.html" title="interface in org.eclipse.emf.cdo.util"><B>CDOUpdatable</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/util/package-summary.html">org.eclipse.emf.cdo.util</A><DD>Represents facilities that can receive <A HREF="./org/eclipse/emf/cdo/common/CDOCommonSession.Options.html#setPassiveUpdateEnabled(boolean)"><CODE>passive updates</CODE></A>.<DT><A HREF="./org/eclipse/emf/cdo/util/CDOURIData.html" title="class in org.eclipse.emf.cdo.util"><B>CDOURIData</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/util/package-summary.html">org.eclipse.emf.cdo.util</A><DD>Represents a CDO-specific <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util"><CODE>URI</CODE></A> in connection-aware format.<DT><A HREF="./org/eclipse/emf/cdo/util/CDOURIData.html#CDOURIData()"><B>CDOURIData()</B></A> - Constructor for class org.eclipse.emf.cdo.util.<A HREF="./org/eclipse/emf/cdo/util/CDOURIData.html" title="class in org.eclipse.emf.cdo.util">CDOURIData</A> @@ -2068,10 +2135,10 @@ Method in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/C <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#changeNotifier"><B>changeNotifier</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This is used to implement <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/provider/IChangeNotifier.html?is-external=true" title="class or interface in org.eclipse.emf.edit.provider"><CODE>IChangeNotifier</CODE></A>. <! +<DD>This is used to implement <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/provider/IChangeNotifier.html?is-external=true" title="class or interface in org.eclipse.emf.edit.provider"><CODE>IChangeNotifier</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#changeNotifier"><B>changeNotifier</B></A> - Variable in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This is used to implement <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/provider/IChangeNotifier.html?is-external=true" title="class or interface in org.eclipse.emf.edit.provider"><CODE>IChangeNotifier</CODE></A>. <! +<DD>This is used to implement <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/provider/IChangeNotifier.html?is-external=true" title="class or interface in org.eclipse.emf.edit.provider"><CODE>IChangeNotifier</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#changeNotifier"><B>changeNotifier</B></A> - Variable in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This is used to implement <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/provider/IChangeNotifier.html?is-external=true" title="class or interface in org.eclipse.emf.edit.provider"><CODE>IChangeNotifier</CODE></A> @@ -2128,10 +2195,10 @@ Static method in class org.eclipse.emf.cdo.workspace.efs.<A HREF="./org/eclipse/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#childCreationExtenderManager"><B>childCreationExtenderManager</B></A> - Variable in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This helps manage the child creation extenders. <! +<DD>This helps manage the child creation extenders <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#childCreationExtenderManager"><B>childCreationExtenderManager</B></A> - Variable in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This helps manage the child creation extenders. <! +<DD>This helps manage the child creation extenders <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#childCreationExtenderManager"><B>childCreationExtenderManager</B></A> - Variable in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This helps manage the child creation extenders @@ -2224,10 +2291,10 @@ Static variable in interface org.eclipse.emf.cdo.common.model.<A HREF="./org/ecl <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#CLOB"><B>CLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The meta object id for the '<em>Clob</em>' data type. <! +<DD>The meta object id for the '<em>Clob</em>' data type <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html#CLOB"><B>CLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.Literals.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage.Literals</A> -<DD>The meta object literal for the '<em>Clob</em>' data type. <! +<DD>The meta object literal for the '<em>Clob</em>' data type <DT><A HREF="./org/eclipse/emf/cdo/server/CDOServerExporter.XMLConstants.html#CLOB"><B>CLOB</B></A> - Static variable in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/CDOServerExporter.XMLConstants.html" title="interface in org.eclipse.emf.cdo.server">CDOServerExporter.XMLConstants</A> <DD> @@ -2263,40 +2330,40 @@ Method in interface org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cd <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOBinaryResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOBinaryResourceItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOFileResourceItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOFileResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOFileResourceItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceFolderItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceFolderItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceFolderItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceItemProvider</A> <DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under this object. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceLeafItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceLeafItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceLeafItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOResourceNodeItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOResourceNodeItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/CDOTextResourceItemProvider.html" title="class in org.eclipse.emf.cdo.eresource.provider">CDOTextResourceItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/AnnotationItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider">AnnotationItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/ModelElementItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/ModelElementItemProvider.html" title="class in org.eclipse.emf.cdo.etypes.provider">ModelElementItemProvider</A> -<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children that can be created under - this object. <! +<DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children + that can be created under this object <DT><A HREF="./org/eclipse/emf/cdo/security/provider/AssigneeItemProvider.html#collectNewChildDescriptors(java.util.Collection, java.lang.Object)"><B>collectNewChildDescriptors(Collection<Object>, Object)</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/AssigneeItemProvider.html" title="class in org.eclipse.emf.cdo.security.provider">AssigneeItemProvider</A> <DD>This adds <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/edit/command/CommandParameter.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command"><CODE>CommandParameter</CODE></A>s describing the children @@ -2361,6 +2428,9 @@ Method in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/se <DT><A HREF="./org/eclipse/emf/cdo/spi/server/InternalCommitContext.html#commit(org.eclipse.net4j.util.om.monitor.OMMonitor)"><B>commit(OMMonitor)</B></A> - Method in interface org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/InternalCommitContext.html" title="interface in org.eclipse.emf.cdo.spi.server">InternalCommitContext</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/InternalRepository.html#commit(org.eclipse.emf.cdo.spi.server.InternalCommitContext, org.eclipse.net4j.util.om.monitor.OMMonitor)"><B>commit(InternalCommitContext, OMMonitor)</B></A> - +Method in interface org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/InternalRepository.html" title="interface in org.eclipse.emf.cdo.spi.server">InternalRepository</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorBase.html#commit(org.eclipse.net4j.util.om.monitor.OMMonitor)"><B>commit(OMMonitor)</B></A> - Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorBase.html" title="class in org.eclipse.emf.cdo.spi.server">StoreAccessorBase</A> <DD> @@ -2538,19 +2608,16 @@ Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/sp <DT><A HREF="./org/eclipse/emf/cdo/ui/CDOInteractiveExceptionHandler.ExceptionDialog.html#configureShell(org.eclipse.swt.widgets.Shell)"><B>configureShell(Shell)</B></A> - Method in class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOInteractiveExceptionHandler.ExceptionDialog.html" title="class in org.eclipse.emf.cdo.ui">CDOInteractiveExceptionHandler.ExceptionDialog</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOItemProvider.html#connectInput(org.eclipse.net4j.util.container.IContainer)"><B>connectInput(IContainer<Object>)</B></A> - -Method in class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOItemProvider.html" title="class in org.eclipse.emf.cdo.ui">CDOItemProvider</A> -<DD> <DT><A HREF="./org/eclipse/emf/cdo/server/db/IDBStore.Props.html#CONNECTION_KEEPALIVE_PERIOD"><B>CONNECTION_KEEPALIVE_PERIOD</B></A> - Static variable in interface org.eclipse.emf.cdo.server.db.<A HREF="./org/eclipse/emf/cdo/server/db/IDBStore.Props.html" title="interface in org.eclipse.emf.cdo.server.db">IDBStore.Props</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOContainerFeatureDelta.html#CONTAINER_FEATURE"><B>CONTAINER_FEATURE</B></A> - Static variable in interface org.eclipse.emf.cdo.common.revision.delta.<A HREF="./org/eclipse/emf/cdo/common/revision/delta/CDOContainerFeatureDelta.html" title="interface in org.eclipse.emf.cdo.common.revision.delta">CDOContainerFeatureDelta</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerQueryHandlerProvider.html" title="class in org.eclipse.emf.cdo.spi.server"><B>ContainerQueryHandlerProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/server/package-summary.html">org.eclipse.emf.cdo.spi.server</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerQueryHandlerProvider.html#ContainerQueryHandlerProvider(org.eclipse.net4j.util.container.IManagedContainer)"><B>ContainerQueryHandlerProvider(IManagedContainer)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerQueryHandlerProvider.html" title="class in org.eclipse.emf.cdo.spi.server"><B>ContainerQueryHandlerProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/server/package-summary.html">org.eclipse.emf.cdo.spi.server</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerQueryHandlerProvider.html#ContainerQueryHandlerProvider(org.eclipse.net4j.util.container.IManagedContainer)"><B>ContainerQueryHandlerProvider(IManagedContainer)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/ContainerQueryHandlerProvider.html" title="class in org.eclipse.emf.cdo.spi.server">ContainerQueryHandlerProvider</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerRepositoryProvider.html" title="class in org.eclipse.emf.cdo.spi.server"><B>ContainerRepositoryProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/server/package-summary.html">org.eclipse.emf.cdo.spi.server</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerRepositoryProvider.html#ContainerRepositoryProvider(org.eclipse.net4j.util.container.IManagedContainer)"><B>ContainerRepositoryProvider(IManagedContainer)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerRepositoryProvider.html" title="class in org.eclipse.emf.cdo.spi.server"><B>ContainerRepositoryProvider</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/server/package-summary.html">org.eclipse.emf.cdo.spi.server</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/server/ContainerRepositoryProvider.html#ContainerRepositoryProvider(org.eclipse.net4j.util.container.IManagedContainer)"><B>ContainerRepositoryProvider(IManagedContainer)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/ContainerRepositoryProvider.html" title="class in org.eclipse.emf.cdo.spi.server">ContainerRepositoryProvider</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/server/ContainmentCycleDetectedException.html" title="class in org.eclipse.emf.cdo.server"><B>ContainmentCycleDetectedException</B></A> - Exception in <A HREF="./org/eclipse/emf/cdo/server/package-summary.html">org.eclipse.emf.cdo.server</A><DD>An unchecked exception that is thrown from concurrent commit operations if cycles in the tree containmnent structure @@ -2805,10 +2872,10 @@ Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)"><B>createAdapter(Notifier)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates an adapter for the <code>target</code>. <! +<DD>Creates an adapter for the <code>target</code> <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)"><B>createAdapter(Notifier)</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesAdapterFactory</A> -<DD>Creates an adapter for the <code>target</code>. <! +<DD>Creates an adapter for the <code>target</code> <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)"><B>createAdapter(Notifier)</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.util">SecurityAdapterFactory</A> <DD>Creates an adapter for the <code>target</code> @@ -2823,19 +2890,25 @@ Static method in class org.eclipse.emf.cdo.admin.<A HREF="./org/eclipse/emf/cdo/ <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesFactory.html#createAnnotation()"><B>createAnnotation()</B></A> - Method in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesFactory.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesFactory</A> -<DD>Returns a new object of class '<em>Annotation</em>'. <! +<DD>Returns a new object of class '<em>Annotation</em>' <DT><A HREF="./org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.html#createAnnotation()"><B>createAnnotation()</B></A> - Method in class org.eclipse.emf.cdo.etypes.impl.<A HREF="./org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl">EtypesFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#createAnnotationAdapter()"><B>createAnnotationAdapter()</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A>. <! +<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE>Annotation</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html#createAnnotationAdapter()"><B>createAnnotationAdapter()</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesAdapterFactory</A> <DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE><em>Annotation</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html#createAssigneeAdapter()"><B>createAssigneeAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.util">SecurityAdapterFactory</A> <DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/security/Assignee.html" title="interface in org.eclipse.emf.cdo.security"><CODE><em>Assignee</em></CODE></A>' +<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOPushTransaction.html#createBinaryResource(java.lang.String)"><B>createBinaryResource(String)</B></A> - +Method in class org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDOPushTransaction.html" title="class in org.eclipse.emf.cdo.transaction">CDOPushTransaction</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#createBinaryResource(java.lang.String)"><B>createBinaryResource(String)</B></A> - +Method in interface org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction">CDOTransaction</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobUtil.html#createBlob(byte[], long)"><B>createBlob(byte[], long)</B></A> - Static method in class org.eclipse.emf.cdo.common.lob.<A HREF="./org/eclipse/emf/cdo/common/lob/CDOLobUtil.html" title="class in org.eclipse.emf.cdo.common.lob">CDOLobUtil</A> <DD> @@ -2868,16 +2941,16 @@ Method in class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOInte <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html#createCDOBinaryResource()"><B>createCDOBinaryResource()</B></A> - Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource">EresourceFactory</A> -<DD>Returns a new object of class '<em>CDO Binary Resource</em>'. <! +<DD>Returns a new object of class '<em>CDO Binary Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html#createCDOBinaryResource()"><B>createCDOBinaryResource()</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourceFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#createCDOBinaryResourceAdapter()"><B>createCDOBinaryResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOBinaryResource</CODE></A>. <! +<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOBinaryResource</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOBinaryResourceAdapter()"><B>createCDOBinaryResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Binary Resource</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOBinaryResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Binary Resource</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonUtil.html#createCDODataInput(org.eclipse.net4j.util.io.ExtendedDataInputStream, org.eclipse.emf.cdo.common.model.CDOPackageRegistry, org.eclipse.emf.cdo.common.branch.CDOBranchManager, org.eclipse.emf.cdo.common.commit.CDOCommitInfoManager, org.eclipse.emf.cdo.common.revision.CDORevisionFactory, org.eclipse.emf.cdo.common.revision.CDOListFactory, org.eclipse.emf.cdo.common.lob.CDOLobStore)"><B>createCDODataInput(ExtendedDataInputStream, CDOPackageRegistry, CDOBranchManager, CDOCommitInfoManager, CDORevisionFactory, CDOListFactory, CDOLobStore)</B></A> - Static method in class org.eclipse.emf.cdo.common.util.<A HREF="./org/eclipse/emf/cdo/common/util/CDOCommonUtil.html" title="class in org.eclipse.emf.cdo.common.util">CDOCommonUtil</A> <DD> @@ -2892,7 +2965,7 @@ Static method in class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclips <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOFileResourceAdapter()"><B>createCDOFileResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOFileResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO File Resource</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOFileResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO File Resource</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/server/db/IIDHandler.html#createCDOID(java.lang.String)"><B>createCDOID(String)</B></A> - Method in interface org.eclipse.emf.cdo.server.db.<A HREF="./org/eclipse/emf/cdo/server/db/IIDHandler.html" title="interface in org.eclipse.emf.cdo.server.db">IIDHandler</A> <DD> @@ -2901,7 +2974,7 @@ Static method in class org.eclipse.emf.cdo.common.id.<A HREF="./org/eclipse/emf/ <DD>Creates the correct implementation class for the passed <A HREF="./org/eclipse/emf/cdo/common/id/CDOID.ObjectType.html" title="enum in org.eclipse.emf.cdo.common.id"><CODE>CDOID.ObjectType</CODE></A>. <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html#createCDOResource()"><B>createCDOResource()</B></A> - Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource">EresourceFactory</A> -<DD>Returns a new object of class '<em>CDO Resource</em>'. <! +<DD>Returns a new object of class '<em>CDO Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.html#createCDOResource(org.eclipse.emf.common.util.URI)"><B>createCDOResource(URI)</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceFactoryImpl</A> <DD> @@ -2910,40 +2983,40 @@ Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cd <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#createCDOResourceAdapter()"><B>createCDOResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResource</CODE></A>. <! +<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResource</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOResourceAdapter()"><B>createCDOResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html#createCDOResourceFolder()"><B>createCDOResourceFolder()</B></A> - Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource">EresourceFactory</A> -<DD>Returns a new object of class '<em>CDO Resource Folder</em>'. <! +<DD>Returns a new object of class '<em>CDO Resource Folder</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html#createCDOResourceFolder()"><B>createCDOResourceFolder()</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourceFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#createCDOResourceFolderAdapter()"><B>createCDOResourceFolderAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceFolder</CODE></A>. <! +<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOResourceFolder</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOResourceFolderAdapter()"><B>createCDOResourceFolderAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Folder</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Folder</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOResourceLeafAdapter()"><B>createCDOResourceLeafAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceLeaf.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Leaf</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceLeaf.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Leaf</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOResourceNodeAdapter()"><B>createCDOResourceNodeAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceNode.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Node</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOResourceNode.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Resource Node</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html#createCDOTextResource()"><B>createCDOTextResource()</B></A> - Method in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource">EresourceFactory</A> -<DD>Returns a new object of class '<em>CDO Text Resource</em>'. <! +<DD>Returns a new object of class '<em>CDO Text Resource</em>' <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html#createCDOTextResource()"><B>createCDOTextResource()</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourceFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#createCDOTextResourceAdapter()"><B>createCDOTextResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOTextResource</CODE></A>. <! +<DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>CDOTextResource</CODE></A> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createCDOTextResourceAdapter()"><B>createCDOTextResourceAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Text Resource</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/eresource/CDOTextResource.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE><em>CDO Text Resource</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionUtil.html#createChangeSet(org.eclipse.emf.cdo.common.branch.CDOBranchPoint, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, org.eclipse.emf.cdo.common.commit.CDOChangeSetData)"><B>createChangeSet(CDOBranchPoint, CDOBranchPoint, CDOChangeSetData)</B></A> - Static method in class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionUtil.html" title="class in org.eclipse.emf.cdo.common.revision">CDORevisionUtil</A> <DD> @@ -2968,12 +3041,18 @@ Method in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/se <DT><A HREF="./org/eclipse/emf/cdo/server/objectivity/IObjectivityStoreAccessor.html#createChunkReader(org.eclipse.emf.cdo.spi.common.revision.InternalCDORevision, org.eclipse.emf.ecore.EStructuralFeature)"><B>createChunkReader(InternalCDORevision, EStructuralFeature)</B></A> - Method in interface org.eclipse.emf.cdo.server.objectivity.<A HREF="./org/eclipse/emf/cdo/server/objectivity/IObjectivityStoreAccessor.html" title="interface in org.eclipse.emf.cdo.server.objectivity">IObjectivityStoreAccessor</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createClassPermission(org.eclipse.emf.ecore.EClass, org.eclipse.emf.cdo.security.Access)"><B>createClassPermission(EClass, Access)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createClassPermission()"><B>createClassPermission()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createClassPermission()"><B>createClassPermission()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Class Permission</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createClassPermission(org.eclipse.emf.ecore.EClass, org.eclipse.emf.cdo.security.Access)"><B>createClassPermission(EClass, Access)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createClassPermissionAdapter()"><B>createClassPermissionAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/ClassPermission.html" title="interface in org.eclipse.emf.cdo.security"><CODE>ClassPermission</CODE></A> @@ -3024,7 +3103,7 @@ Method in interface org.eclipse.emf.cdo.server.db.mapping.<A HREF="./org/eclipse <DD>Creates the DBField and adds it to the given table. <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourcePackageImpl.html#createDBStoreAnnotations()"><B>createDBStoreAnnotations()</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourcePackageImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourcePackageImpl</A> -<DD>Initializes the annotations for <b>http://www.eclipse.org/CDO/DBStore</b>. <! +<DD>Initializes the annotations for <b>http://www.eclipse.org/CDO/DBStore</b> <DT><A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionUtil.html#createDelta(org.eclipse.emf.cdo.common.revision.CDORevision)"><B>createDelta(CDORevision)</B></A> - Static method in class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclipse/emf/cdo/common/revision/CDORevisionUtil.html" title="class in org.eclipse.emf.cdo.common.revision">CDORevisionUtil</A> <DD> @@ -3037,12 +3116,18 @@ Method in class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOInte <DT><A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html#createDigest()"><B>createDigest()</B></A> - Method in class org.eclipse.emf.cdo.spi.common.<A HREF="./org/eclipse/emf/cdo/spi/common/CDOLobStoreImpl.html" title="class in org.eclipse.emf.cdo.spi.common">CDOLobStoreImpl</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createDirectory(java.lang.String)"><B>createDirectory(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createDirectory()"><B>createDirectory()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createDirectory()"><B>createDirectory()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Directory</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createDirectory(java.lang.String)"><B>createDirectory(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createDirectoryAdapter()"><B>createDirectoryAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/Directory.html" title="interface in org.eclipse.emf.cdo.security"><CODE>Directory</CODE></A> @@ -3069,10 +3154,10 @@ Static method in class org.eclipse.emf.cdo.common.model.<A HREF="./org/eclipse/e <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#createEObjectAdapter()"><B>createEObjectAdapter()</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates a new adapter for the default case. <! +<DD>Creates a new adapter for the default case <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html#createEObjectAdapter()"><B>createEObjectAdapter()</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesAdapterFactory</A> -<DD>Creates a new adapter for the default case. <! +<DD>Creates a new adapter for the default case <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html#createEObjectAdapter()"><B>createEObjectAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.util">SecurityAdapterFactory</A> <DD>Creates a new adapter for the default case @@ -3151,12 +3236,18 @@ Method in class org.eclipse.emf.cdo.etypes.impl.<A HREF="./org/eclipse/emf/cdo/e <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createFromString(org.eclipse.emf.ecore.EDataType, java.lang.String)"><B>createFromString(EDataType, String)</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createGroup(java.lang.String)"><B>createGroup(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createGroup()"><B>createGroup()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createGroup()"><B>createGroup()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Group</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createGroup(java.lang.String)"><B>createGroup(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createGroupAdapter()"><B>createGroupAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/Group.html" title="interface in org.eclipse.emf.cdo.security"><CODE>Group</CODE></A> @@ -3276,7 +3367,7 @@ Static method in class org.eclipse.emf.cdo.util.<A HREF="./org/eclipse/emf/cdo/u <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html#createModelElementAdapter()"><B>createModelElementAdapter()</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesAdapterFactory</A> -<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/etypes/ModelElement.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE><em>Model Element</em></CODE></A>'. <! +<DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/etypes/ModelElement.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE><em>Model Element</em></CODE></A>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html#createModelElementAdapter()"><B>createModelElementAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecurityAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.util">SecurityAdapterFactory</A> <DD>Creates a new adapter for an object of class '<A HREF="./org/eclipse/emf/cdo/etypes/ModelElement.html" title="interface in org.eclipse.emf.cdo.etypes"><CODE><em>Model Element</em></CODE></A>' @@ -3313,12 +3404,18 @@ Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo <DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOModelUtil.html#createPackageInfo()"><B>createPackageInfo()</B></A> - Static method in class org.eclipse.emf.cdo.common.model.<A HREF="./org/eclipse/emf/cdo/common/model/CDOModelUtil.html" title="class in org.eclipse.emf.cdo.common.model">CDOModelUtil</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createPackagePermission(org.eclipse.emf.ecore.EPackage, org.eclipse.emf.cdo.security.Access)"><B>createPackagePermission(EPackage, Access)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createPackagePermission()"><B>createPackagePermission()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createPackagePermission()"><B>createPackagePermission()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Package Permission</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createPackagePermission(org.eclipse.emf.ecore.EPackage, org.eclipse.emf.cdo.security.Access)"><B>createPackagePermission(EPackage, Access)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createPackagePermissionAdapter()"><B>createPackagePermissionAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/PackagePermission.html" title="interface in org.eclipse.emf.cdo.security"><CODE>PackagePermission</CODE></A> @@ -3367,9 +3464,21 @@ Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/sp <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createRealm()"><B>createRealm()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createRealm(java.lang.String)"><B>createRealm(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createRealm(java.lang.String, org.eclipse.emf.cdo.security.Access)"><B>createRealm(String, Access)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createRealm()"><B>createRealm()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Realm</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createRealm(java.lang.String)"><B>createRealm(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createRealm(java.lang.String, org.eclipse.emf.cdo.security.Access)"><B>createRealm(String, Access)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createRealmAdapter()"><B>createRealmAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/Realm.html" title="interface in org.eclipse.emf.cdo.security"><CODE>Realm</CODE></A> @@ -3424,12 +3533,18 @@ Method in class org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/t <DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#createResourceFolder(java.lang.String)"><B>createResourceFolder(String)</B></A> - Method in interface org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction">CDOTransaction</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createResourcePermission(java.lang.String, org.eclipse.emf.cdo.security.Access)"><B>createResourcePermission(String, Access)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createResourcePermission()"><B>createResourcePermission()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createResourcePermission()"><B>createResourcePermission()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Resource Permission</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createResourcePermission(java.lang.String, org.eclipse.emf.cdo.security.Access)"><B>createResourcePermission(String, Access)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createResourcePermissionAdapter()"><B>createResourcePermissionAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/ResourcePermission.html" title="interface in org.eclipse.emf.cdo.security"><CODE>ResourcePermission</CODE></A> @@ -3481,12 +3596,18 @@ Static method in class org.eclipse.emf.cdo.common.revision.<A HREF="./org/eclips <DT><A HREF="./org/eclipse/emf/cdo/util/CDOUtil.html#createRevisionPrefetchingPolicy(int)"><B>createRevisionPrefetchingPolicy(int)</B></A> - Static method in class org.eclipse.emf.cdo.util.<A HREF="./org/eclipse/emf/cdo/util/CDOUtil.html" title="class in org.eclipse.emf.cdo.util">CDOUtil</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createRole(java.lang.String)"><B>createRole(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createRole()"><B>createRole()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createRole()"><B>createRole()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>Role</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createRole(java.lang.String)"><B>createRole(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createRoleAdapter()"><B>createRoleAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/Role.html" title="interface in org.eclipse.emf.cdo.security"><CODE>Role</CODE></A> @@ -3559,6 +3680,9 @@ Static method in class org.eclipse.emf.cdo.server.hibernate.<A HREF="./org/eclip <DT><A HREF="./org/eclipse/emf/cdo/server/IStoreFactory.html#createStore(java.lang.String, java.util.Map, org.w3c.dom.Element)"><B>createStore(String, Map<String, String>, Element)</B></A> - Method in interface org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/IStoreFactory.html" title="interface in org.eclipse.emf.cdo.server">IStoreFactory</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/server/lissome/LissomeStoreUtil.html#createStore(java.io.File)"><B>createStore(File)</B></A> - +Static method in class org.eclipse.emf.cdo.server.lissome.<A HREF="./org/eclipse/emf/cdo/server/lissome/LissomeStoreUtil.html" title="class in org.eclipse.emf.cdo.server.lissome">LissomeStoreUtil</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/server/mongodb/CDOMongoDBUtil.html#createStore(java.lang.String, java.lang.String)"><B>createStore(String, String)</B></A> - Static method in class org.eclipse.emf.cdo.server.mongodb.<A HREF="./org/eclipse/emf/cdo/server/mongodb/CDOMongoDBUtil.html" title="class in org.eclipse.emf.cdo.server.mongodb">CDOMongoDBUtil</A> <DD> @@ -3583,6 +3707,12 @@ Static method in class org.eclipse.emf.cdo.common.id.<A HREF="./org/eclipse/emf/ <DT><A HREF="./org/eclipse/emf/cdo/common/id/CDOIDUtil.html#createTempObjectExternal(java.lang.String)"><B>createTempObjectExternal(String)</B></A> - Static method in class org.eclipse.emf.cdo.common.id.<A HREF="./org/eclipse/emf/cdo/common/id/CDOIDUtil.html" title="class in org.eclipse.emf.cdo.common.id">CDOIDUtil</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOPushTransaction.html#createTextResource(java.lang.String)"><B>createTextResource(String)</B></A> - +Method in class org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDOPushTransaction.html" title="class in org.eclipse.emf.cdo.transaction">CDOPushTransaction</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html#createTextResource(java.lang.String)"><B>createTextResource(String)</B></A> - +Method in interface org.eclipse.emf.cdo.transaction.<A HREF="./org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction">CDOTransaction</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/util/CDOUtil.html#createThreadLocalFetchRuleManager()"><B>createThreadLocalFetchRuleManager()</B></A> - Static method in class org.eclipse.emf.cdo.util.<A HREF="./org/eclipse/emf/cdo/util/CDOUtil.html" title="class in org.eclipse.emf.cdo.util">CDOUtil</A> <DD> @@ -3601,12 +3731,24 @@ Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html#createURIFromString(org.eclipse.emf.ecore.EDataType, java.lang.String)"><B>createURIFromString(EDataType, String)</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourceFactoryImpl</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createUser(java.lang.String)"><B>createUser(String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createUser(java.lang.String, java.lang.String)"><B>createUser(String, String)</B></A> - +Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html#createUser()"><B>createUser()</B></A> - Method in class org.eclipse.emf.cdo.security.impl.<A HREF="./org/eclipse/emf/cdo/security/impl/SecurityFactoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl">SecurityFactoryImpl</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createUser()"><B>createUser()</B></A> - Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>Returns a new object of class '<em>User</em>' +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createUser(java.lang.String)"><B>createUser(String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> +<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#createUser(java.lang.String, java.lang.String)"><B>createUser(String, String)</B></A> - +Method in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#createUserAdapter()"><B>createUserAdapter()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This creates an adapter for a <A HREF="./org/eclipse/emf/cdo/security/User.html" title="interface in org.eclipse.emf.cdo.security"><CODE>User</CODE></A> @@ -3698,6 +3840,9 @@ Static variable in interface org.eclipse.emf.cdo.view.<A HREF="./org/eclipse/emf <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOTransactionStrategy.html#DEFAULT"><B>DEFAULT</B></A> - Static variable in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOTransactionStrategy.html" title="interface in org.eclipse.emf.spi.cdo">CDOTransactionStrategy</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html#DEFAULT_CAPACITY"><B>DEFAULT_CAPACITY</B></A> - +Static variable in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html" title="class in org.eclipse.emf.cdo.spi.server">StoreAccessorPool</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/util/CDOBalancedTree.html#DEFAULT_CAPACITY"><B>DEFAULT_CAPACITY</B></A> - Static variable in class org.eclipse.emf.cdo.util.<A HREF="./org/eclipse/emf/cdo/util/CDOBalancedTree.html" title="class in org.eclipse.emf.cdo.util">CDOBalancedTree</A> <DD> @@ -3733,32 +3878,32 @@ Static variable in class org.eclipse.emf.cdo.admin.<A HREF="./org/eclipse/emf/cd <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)"><B>defaultCase(EObject)</B></A> - Method in class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>EObject</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>EObject</em>' <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)"><B>defaultCase(EObject)</B></A> - Method in class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesSwitch</A> -<DD>Returns the result of interpreting the object as an instance of '<em>EObject</em>'. <! +<DD>Returns the result of interpreting the object as an instance of '<em>EObject</em>' <DT><A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)"><B>defaultCase(EObject)</B></A> - Method in class org.eclipse.emf.cdo.security.util.<A HREF="./org/eclipse/emf/cdo/security/util/SecuritySwitch.html" title="class in org.eclipse.emf.cdo.security.util">SecuritySwitch</A> <DD>Returns the result of interpreting the object as an instance of '<em>EObject</em>' -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.html#DefaultCDOMerger()"><B>DefaultCDOMerger()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.html#DefaultCDOMerger()"><B>DefaultCDOMerger()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.html#DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict(CDORevisionDelta)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.html#DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict(CDORevisionDelta)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.ChangedInSourceAndDetachedInTargetConflict</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndTargetConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInSourceAndTargetConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndTargetConflict.html#DefaultCDOMerger.ChangedInSourceAndTargetConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta, org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInSourceAndTargetConflict(CDORevisionDelta, CDORevisionDelta)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndTargetConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInSourceAndTargetConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndTargetConflict.html#DefaultCDOMerger.ChangedInSourceAndTargetConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta, org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInSourceAndTargetConflict(CDORevisionDelta, CDORevisionDelta)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInSourceAndTargetConflict.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.ChangedInSourceAndTargetConflict</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.html#DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict(CDORevisionDelta)</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.html#DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict(org.eclipse.emf.cdo.common.revision.delta.CDORevisionDelta)"><B>DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict(CDORevisionDelta)</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.ChangedInTargetAndDetachedInSourceConflict</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.Conflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.Conflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.Conflict.html#DefaultCDOMerger.Conflict()"><B>DefaultCDOMerger.Conflict()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.Conflict.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.Conflict</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.Conflict.html#DefaultCDOMerger.Conflict()"><B>DefaultCDOMerger.Conflict()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.Conflict.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.Conflict</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.PerFeature</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.html#DefaultCDOMerger.PerFeature()"><B>DefaultCDOMerger.PerFeature()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.PerFeature</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.html#DefaultCDOMerger.PerFeature()"><B>DefaultCDOMerger.PerFeature()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.PerFeature</A> <DD> -<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.ManyValued.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.PerFeature.ManyValued</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD> <DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.ManyValued.html#DefaultCDOMerger.PerFeature.ManyValued()"><B>DefaultCDOMerger.PerFeature.ManyValued()</B></A> - +<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.ManyValued.html" title="class in org.eclipse.emf.spi.cdo"><B>DefaultCDOMerger.PerFeature.ManyValued</B></A> - Class in <A HREF="./org/eclipse/emf/spi/cdo/package-summary.html">org.eclipse.emf.spi.cdo</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.ManyValued.html#DefaultCDOMerger.PerFeature.ManyValued()"><B>DefaultCDOMerger.PerFeature.ManyValued()</B></A> - Constructor for class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/DefaultCDOMerger.PerFeature.ManyValued.html" title="class in org.eclipse.emf.spi.cdo">DefaultCDOMerger.PerFeature.ManyValued</A> <DD> <DT><A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.CDOStoreFeatureMap.html#delegateAdd(int, org.eclipse.emf.ecore.util.FeatureMap.Entry)"><B>delegateAdd(int, FeatureMap.Entry)</B></A> - @@ -3836,12 +3981,15 @@ Method in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/C <DT><A HREF="./org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.html" title="class in org.eclipse.emf.cdo.spi.common.model"><B>DelegatingCDOPackageRegistry</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/model/package-summary.html">org.eclipse.emf.cdo.spi.common.model</A><DD><B>Deprecated.</B> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.html#DelegatingCDOPackageRegistry()"><B>DelegatingCDOPackageRegistry()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.model.<A HREF="./org/eclipse/emf/cdo/spi/common/model/DelegatingCDOPackageRegistry.html" title="class in org.eclipse.emf.cdo.spi.common.model">DelegatingCDOPackageRegistry</A> <DD><B>Deprecated.</B> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DelegatingCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html#DelegatingCDORevision()"><B>DelegatingCDORevision()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DelegatingCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html#DelegatingCDORevision()"><B>DelegatingCDORevision()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DelegatingCDORevision</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DelegatingCDORevisionManager</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html#DelegatingCDORevisionManager()"><B>DelegatingCDORevisionManager()</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DelegatingCDORevisionManager</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html#DelegatingCDORevisionManager()"><B>DelegatingCDORevisionManager()</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/DelegatingCDORevisionManager.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DelegatingCDORevisionManager</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html" title="class in org.eclipse.emf.cdo.spi.server"><B>DelegatingQueryResourcesContext</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/server/package-summary.html">org.eclipse.emf.cdo.spi.server</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html#DelegatingQueryResourcesContext()"><B>DelegatingQueryResourcesContext()</B></A> - +Constructor for class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/DelegatingQueryResourcesContext.html" title="class in org.eclipse.emf.cdo.spi.server">DelegatingQueryResourcesContext</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/common/admin/CDOAdminRepository.html#delete(java.lang.String)"><B>delete(String)</B></A> - Method in interface org.eclipse.emf.cdo.common.admin.<A HREF="./org/eclipse/emf/cdo/common/admin/CDOAdminRepository.html" title="interface in org.eclipse.emf.cdo.common.admin">CDOAdminRepository</A> <DD>Deletes the remote <A HREF="./org/eclipse/emf/cdo/common/CDOCommonRepository.html" title="interface in org.eclipse.emf.cdo.common"><CODE>repository</CODE></A> administered by this administrative interface. @@ -3903,7 +4051,7 @@ Static variable in interface org.eclipse.emf.cdo.common.revision.delta.<A HREF=" <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html#detached(org.eclipse.emf.ecore.EObject)"><B>detached(EObject)</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceImpl</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DetachedCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html#DetachedCDORevision(org.eclipse.emf.ecore.EClass, org.eclipse.emf.cdo.common.id.CDOID, org.eclipse.emf.cdo.common.branch.CDOBranch, int, long)"><B>DetachedCDORevision(EClass, CDOID, CDOBranch, int, long)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision"><B>DetachedCDORevision</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/spi/common/revision/package-summary.html">org.eclipse.emf.cdo.spi.common.revision</A><DD>If the meaning of this type isn't clear, there really should be more of a description here...<DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html#DetachedCDORevision(org.eclipse.emf.ecore.EClass, org.eclipse.emf.cdo.common.id.CDOID, org.eclipse.emf.cdo.common.branch.CDOBranch, int, long)"><B>DetachedCDORevision(EClass, CDOID, CDOBranch, int, long)</B></A> - Constructor for class org.eclipse.emf.cdo.spi.common.revision.<A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html" title="class in org.eclipse.emf.cdo.spi.common.revision">DetachedCDORevision</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/spi/common/revision/DetachedCDORevision.html#DetachedCDORevision(org.eclipse.emf.ecore.EClass, org.eclipse.emf.cdo.common.id.CDOID, org.eclipse.emf.cdo.common.branch.CDOBranch, int, long, long)"><B>DetachedCDORevision(EClass, CDOID, CDOBranch, int, long, long)</B></A> - @@ -3950,14 +4098,14 @@ Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclips <DD>The meta object id for the '<em>Diagnostic</em>' data type. <! <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html#DIAGNOSTIC"><B>DIAGNOSTIC</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage.Literals</A> -<DD>The meta object literal for the '<em>Diagnostic</em>' data type. <! +<DD>The meta object literal for the '<em>Diagnostic</em>' data type <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html#didAdd(int, java.lang.Object)"><B>didAdd(int, Object)</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceImpl.ContentsCDOList</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html#didClear(int, java.lang.Object[])"><B>didClear(int, Object[])</B></A> - Method in class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/CDOResourceImpl.ContentsCDOList.html" title="class in org.eclipse.emf.cdo.eresource.impl">CDOResourceImpl.ContentsCDOList</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/security/Directory.html" title="interface in org.eclipse.emf.cdo.security"><B>Directory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/security/package-summary.html">org.eclipse.emf.cdo.security</A><DD>A representation of the model object '<em><b>Container</b></em>'<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#DIRECTORY"><B>DIRECTORY</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/security/Directory.html" title="interface in org.eclipse.emf.cdo.security"><B>Directory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/security/package-summary.html">org.eclipse.emf.cdo.security</A><DD>A representation of the model object '<em><b>Container</b></em>'.<DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#DIRECTORY"><B>DIRECTORY</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html" title="interface in org.eclipse.emf.cdo.security">SecurityPackage</A> <DD>The meta object id for the '<A HREF="./org/eclipse/emf/cdo/security/impl/DirectoryImpl.html" title="class in org.eclipse.emf.cdo.security.impl"><CODE><em>Directory</em></CODE></A>' class <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.Literals.html#DIRECTORY"><B>DIRECTORY</B></A> - @@ -4000,9 +4148,6 @@ Method in interface org.eclipse.emf.cdo.view.<A HREF="./org/eclipse/emf/cdo/view <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.html#disablePassiveUpdate()"><B>disablePassiveUpdate()</B></A> - Method in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionProtocol.html" title="interface in org.eclipse.emf.spi.cdo">CDOSessionProtocol</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/ui/CDOItemProvider.html#disconnectInput(org.eclipse.net4j.util.container.IContainer)"><B>disconnectInput(IContainer<Object>)</B></A> - -Method in class org.eclipse.emf.cdo.ui.<A HREF="./org/eclipse/emf/cdo/ui/CDOItemProvider.html" title="class in org.eclipse.emf.cdo.ui">CDOItemProvider</A> -<DD> <DT><A HREF="./org/eclipse/emf/cdo/server/CDOServerBrowser.HistoryPage.html#display(org.eclipse.emf.cdo.server.CDOServerBrowser, org.eclipse.emf.cdo.spi.server.InternalRepository, java.io.PrintStream)"><B>display(CDOServerBrowser, InternalRepository, PrintStream)</B></A> - Method in class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/CDOServerBrowser.HistoryPage.html" title="class in org.eclipse.emf.cdo.server">CDOServerBrowser.HistoryPage</A> <DD> @@ -4020,10 +4165,10 @@ Method in class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#dispose()"><B>dispose()</B></A> - Method in class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This disposes all of the item providers created by this factory. <! +<DD>This disposes all of the item providers created by this factory <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#dispose()"><B>dispose()</B></A> - Method in class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This disposes all of the item providers created by this factory. <! +<DD>This disposes all of the item providers created by this factory <DT><A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html#dispose()"><B>dispose()</B></A> - Method in class org.eclipse.emf.cdo.security.provider.<A HREF="./org/eclipse/emf/cdo/security/provider/SecurityItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.security.provider">SecurityItemProviderAdapterFactory</A> <DD>This disposes all of the item providers created by this factory @@ -4054,6 +4199,9 @@ Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOCh <DT><A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html#dispose()"><B>dispose()</B></A> - Method in class org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/CDOSessionInvalidationAggregator.html" title="class in org.eclipse.emf.spi.cdo">CDOSessionInvalidationAggregator</A> <DD> +<DT><A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html#disposeStoreAccessor(org.eclipse.emf.cdo.spi.server.StoreAccessorBase)"><B>disposeStoreAccessor(StoreAccessorBase)</B></A> - +Method in class org.eclipse.emf.cdo.spi.server.<A HREF="./org/eclipse/emf/cdo/spi/server/StoreAccessorPool.html" title="class in org.eclipse.emf.cdo.spi.server">StoreAccessorPool</A> +<DD> <DT><A HREF="./org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html#doActivate()"><B>doActivate()</B></A> - Method in class org.eclipse.emf.cdo.common.model.<A HREF="./org/eclipse/emf/cdo/common/model/CDOPackageRegistryPopulator.html" title="class in org.eclipse.emf.cdo.common.model">CDOPackageRegistryPopulator</A> <DD> @@ -4282,16 +4430,16 @@ Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource">EresourceFactory</A> -<DD>The singleton instance of the factory. <! +<DD>The singleton instance of the factory <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#eINSTANCE"><B>eINSTANCE</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The singleton instance of the package. <! +<DD>The singleton instance of the package <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesFactory.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesFactory</A> -<DD>The singleton instance of the factory. <! +<DD>The singleton instance of the factory <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#eINSTANCE"><B>eINSTANCE</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The singleton instance of the package. <! +<DD>The singleton instance of the package <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html#eINSTANCE"><B>eINSTANCE</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityFactory.html" title="interface in org.eclipse.emf.cdo.security">SecurityFactory</A> <DD>The singleton instance of the factory @@ -4335,10 +4483,10 @@ Method in interface org.eclipse.emf.spi.cdo.<A HREF="./org/eclipse/emf/spi/cdo/C <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#eNAME"><B>eNAME</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The package name. <! +<DD>The package name <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#eNAME"><B>eNAME</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The package name. <! +<DD>The package name <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#eNAME"><B>eNAME</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html" title="interface in org.eclipse.emf.cdo.security">SecurityPackage</A> <DD>The package name @@ -4359,19 +4507,19 @@ Method in class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server <DD> <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The package namespace name. <! +<DD>The package namespace name <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The package namespace name. <! +<DD>The package namespace name <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#eNS_PREFIX"><B>eNS_PREFIX</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html" title="interface in org.eclipse.emf.cdo.security">SecurityPackage</A> <DD>The package namespace name <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html#eNS_URI"><B>eNS_URI</B></A> - Static variable in interface org.eclipse.emf.cdo.eresource.<A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource">EresourcePackage</A> -<DD>The package namespace URI. <! +<DD>The package namespace URI <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html#eNS_URI"><B>eNS_URI</B></A> - Static variable in interface org.eclipse.emf.cdo.etypes.<A HREF="./org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> -<DD>The package namespace URI. <! +<DD>The package namespace URI <DT><A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html#eNS_URI"><B>eNS_URI</B></A> - Static variable in interface org.eclipse.emf.cdo.security.<A HREF="./org/eclipse/emf/cdo/security/SecurityPackage.html" title="interface in org.eclipse.emf.cdo.security">SecurityPackage</A> <DD>The package namespace URI @@ -4434,13 +4582,13 @@ Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal <DD>Specializing the behaviour of <A HREF="./org/eclipse/emf/internal/cdo/CDOObjectImpl.html#equals(java.lang.Object)"><CODE>CDOObjectImpl.equals(Object)</CODE></A> is not permitted as per <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore"><CODE>EObject</CODE></A> specification. <DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util"><B>EresourceAdapterFactory</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/util/package-summary.html">org.eclipse.emf.cdo.eresource.util</A><DD>The <b>Adapter Factory</b> for the model.<DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html#EresourceAdapterFactory()"><B>EresourceAdapterFactory()</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceAdapterFactory</A> -<DD>Creates an instance of the adapter factory. <! +<DD>Creates an instance of the adapter factory <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourceFactory.html" title="interface in org.eclipse.emf.cdo.eresource"><B>EresourceFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/eresource/package-summary.html">org.eclipse.emf.cdo.eresource</A><DD>The <b>Factory</b> for the Eresource model.<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><B>EresourceFactoryImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/impl/package-summary.html">org.eclipse.emf.cdo.eresource.impl</A><DD>An implementation of the model <b>Factory</b>.<DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html#EresourceFactoryImpl()"><B>EresourceFactoryImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.impl.<A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourceFactoryImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl">EresourceFactoryImpl</A> -<DD>Creates an instance of the factory. <! +<DD>Creates an instance of the factory <DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider"><B>EresourceItemProviderAdapterFactory</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/provider/package-summary.html">org.eclipse.emf.cdo.eresource.provider</A><DD>This is the factory that is used to provide the interfaces needed to support Viewers.<DT><A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html#EresourceItemProviderAdapterFactory()"><B>EresourceItemProviderAdapterFactory()</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/eclipse/emf/cdo/eresource/provider/EresourceItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.eresource.provider">EresourceItemProviderAdapterFactory</A> -<DD>This constructs an instance. <! +<DD>This constructs an instance <DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.html" title="interface in org.eclipse.emf.cdo.eresource"><B>EresourcePackage</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/eresource/package-summary.html">org.eclipse.emf.cdo.eresource</A><DD>The <b>Package</b> for the Eresource model.<DT><A HREF="./org/eclipse/emf/cdo/eresource/EresourcePackage.Literals.html" title="interface in org.eclipse.emf.cdo.eresource"><B>EresourcePackage.Literals</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/eresource/package-summary.html">org.eclipse.emf.cdo.eresource</A><DD>Defines literals for the meta objects that represent each class, @@ -4449,7 +4597,7 @@ Constructor for class org.eclipse.emf.cdo.eresource.provider.<A HREF="./org/ecli and each data type <DT><A HREF="./org/eclipse/emf/cdo/eresource/impl/EresourcePackageImpl.html" title="class in org.eclipse.emf.cdo.eresource.impl"><B>EresourcePackageImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/impl/package-summary.html">org.eclipse.emf.cdo.eresource.impl</A><DD>An implementation of the model <b>Package</b>.<DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util"><B>EresourceSwitch</B></A><<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="type parameter in EresourceSwitch">T</A>> - Class in <A HREF="./org/eclipse/emf/cdo/eresource/util/package-summary.html">org.eclipse.emf.cdo.eresource.util</A><DD>The <b>Switch</b> for the model's inheritance hierarchy.<DT><A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html#EresourceSwitch()"><B>EresourceSwitch()</B></A> - Constructor for class org.eclipse.emf.cdo.eresource.util.<A HREF="./org/eclipse/emf/cdo/eresource/util/EresourceSwitch.html" title="class in org.eclipse.emf.cdo.eresource.util">EresourceSwitch</A> -<DD>Creates an instance of the switch. <! +<DD>Creates an instance of the switch <DT><A HREF="./org/eclipse/emf/cdo/server/CDOServerBrowser.html#escape(java.lang.String)"><B>escape(String)</B></A> - Method in class org.eclipse.emf.cdo.server.<A HREF="./org/eclipse/emf/cdo/server/CDOServerBrowser.html" title="class in org.eclipse.emf.cdo.server">CDOServerBrowser</A> <DD> @@ -4546,13 +4694,13 @@ Method in class org.eclipse.emf.internal.cdo.<A HREF="./org/eclipse/emf/internal <DD> <DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util"><B>EtypesAdapterFactory</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/util/package-summary.html">org.eclipse.emf.cdo.etypes.util</A><DD>The <b>Adapter Factory</b> for the model.<DT><A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html#EtypesAdapterFactory()"><B>EtypesAdapterFactory()</B></A> - Constructor for class org.eclipse.emf.cdo.etypes.util.<A HREF="./org/eclipse/emf/cdo/etypes/util/EtypesAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.util">EtypesAdapterFactory</A> -<DD>Creates an instance of the adapter factory. <! +<DD>Creates an instance of the adapter factory <DT><A HREF="./org/eclipse/emf/cdo/etypes/EtypesFactory.html" title="interface in org.eclipse.emf.cdo.etypes"><B>EtypesFactory</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/etypes/package-summary.html">org.eclipse.emf.cdo.etypes</A><DD>The <b>Factory</b> for the Etypes model.<DT><A HREF="./org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl"><B>EtypesFactoryImpl</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/impl/package-summary.html">org.eclipse.emf.cdo.etypes.impl</A><DD>An implementation of the model <b>Factory</b>.<DT><A HREF="./org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.html#EtypesFactoryImpl()"><B>EtypesFactoryImpl()</B></A> - Constructor for class org.eclipse.emf.cdo.etypes.impl.<A HREF="./org/eclipse/emf/cdo/etypes/impl/EtypesFactoryImpl.html" title="class in org.eclipse.emf.cdo.etypes.impl">EtypesFactoryImpl</A> -<DD>Creates an instance of the factory. <! +<DD>Creates an instance of the factory <DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider"><B>EtypesItemProviderAdapterFactory</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/etypes/provider/package-summary.html">org.eclipse.emf.cdo.etypes.provider</A><DD>This is the factory that is used to provide the interfaces needed to support Viewers.<DT><A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html#EtypesItemProviderAdapterFactory()"><B>EtypesItemProviderAdapterFactory()</B></A> - Constructor for class org.eclipse.emf.cdo.etypes.provider.<A HREF="./org/eclipse/emf/cdo/etypes/provider/EtypesItemProviderAdapterFactory.html" title="class in org.eclipse.emf.cdo.etypes.provider">EtypesItemProviderAdapterFactory</A> -<DD>This constructs an instance. <! +<DD>This constructs an instance <DT><A HREF="./org/eclipse/emf/cdo/etypes/Et |