From b7cb58538e6371d97fecb399d5d35f514dca4351 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 7 Jan 2012 14:16:08 +0100 Subject: Regen docs --- .../CDOView.Options.InvalidationPolicyEvent.html | 4 +- .../CDOView.Options.LoadNotificationEvent.html | 215 +++++++++++++++++++++ .../view/CDOView.Options.LoadNotificationEvent.png | Bin 0 -> 2482 bytes .../view/CDOView.Options.ReferencePolicyEvent.html | 4 +- .../org/eclipse/emf/cdo/view/CDOView.Options.html | 151 +++++++++++---- .../javadoc/org/eclipse/emf/cdo/view/CDOView.html | 109 ++++++++--- .../javadoc/org/eclipse/emf/cdo/view/CDOView.png | Bin 51274 -> 59339 bytes .../CDOView.Options.LoadNotificationEvent.html | 143 ++++++++++++++ .../eclipse/emf/cdo/view/class-use/CDOView.html | 2 +- .../org/eclipse/emf/cdo/view/package-frame.html | 2 + .../org/eclipse/emf/cdo/view/package-summary.html | 5 + 11 files changed, 560 insertions(+), 75 deletions(-) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.LoadNotificationEvent.html create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.LoadNotificationEvent.png create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.Options.LoadNotificationEvent.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html index 93a5628e31..59f884c7a1 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.Options.InvalidationPolicyEvent.html @@ -56,7 +56,7 @@ function windowTitle()
+
+
|
++ + | +||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
+An options event
fired from view options
when the
+ load notification enabled
option has changed.
+
+ +
+
+Method Summary | +
---|
Methods inherited from interface org.eclipse.net4j.util.options.IOptionsEvent | +
---|
getSource |
+
+ +
+
+
|
++ + | +||||||||
+ PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +
static interface
CDOView.Options.LoadNotificationEvent
+
+options event
fired from view options
when the
+ load notification enabled
option has changed.static interface
CDOView.Options.ReferencePolicyEvent
boolean
isLoadNotificationEnabled()
+
+true
if the objects
in this view will notify their
+ adapters
about the fact that they are loaded,
+ false
otherwise. void
removeChangeSubscriptionPolicy(CDOAdapterPolicy policy)
@@ -389,6 +408,15 @@ Encapsulates a set of notifying
void
setLoadNotificationEnabled(boolean enabled)
+
+objects
in this view will notify their
+ adapters
about the fact that they are loaded or not. void
setRevisionPrefetchingPolicy(CDORevisionPrefetchingPolicy prefetchingPolicy)
-ReferenceType getCacheReferenceType()+boolean isLoadNotificationEnabled()
true
if the objects
in this view will notify their
+ adapters
about the fact that they are loaded,
+ false
otherwise.
STRONG
, SOFT
or WEAK
.-boolean setCacheReferenceType(ReferenceType referenceType)+void setLoadNotificationEnabled(boolean enabled)
STRONG
,
- SOFT
or WEAK
. If null
is passed the default
- reference type SOFT
is set. If the given reference type does not differ from the one
- being currently set the new value is ignored and false
is returned. Otherwise existing object
- references are converted to the new type and true
is returned.
+objects
in this view will notify their
+ adapters
about the fact that they are loaded or not.
-CDOInvalidationPolicy getInvalidationPolicy()+boolean isInvalidationNotificationEnabled()
true
if the objects
in this view will notify their
+ adapters
about the fact that they are invalidated (due to
+ remote changes), false
otherwise.
+
CDOInvalidationNotification
-void setInvalidationPolicy(CDOInvalidationPolicy policy)+void setInvalidationNotificationEnabled(boolean enabled)
objects
in this view will notify their
+ adapters
about the fact that they are invalidated (due to
+ remote changes) or not.
+
CDOInvalidationNotification
-boolean isInvalidationNotificationEnabled()+CDOInvalidationPolicy getInvalidationPolicy()
true
if the objects
in this view will notify their
- adapters
about the fact that they are invalidated (due to
- remote changes), false
otherwise.
-
CDOInvalidationNotification
-void setInvalidationNotificationEnabled(boolean enabled)+void setInvalidationPolicy(CDOInvalidationPolicy policy)
objects
in this view will notify their
- adapters
about the fact that they are invalidated (due to
- remote changes) or not.
-
CDOInvalidationNotification
+ReferenceType getCacheReferenceType()+
+
STRONG
, SOFT
or WEAK
.+boolean setCacheReferenceType(ReferenceType referenceType)+
STRONG
,
+ SOFT
or WEAK
. If null
is passed the default
+ reference type SOFT
is set. If the given reference type does not differ from the one
+ being currently set the new value is ignored and false
is returned. Otherwise existing object
+ references are converted to the new type and true
is returned.
++
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html index 2209e2e484..eb6debffcb 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html @@ -108,22 +108,23 @@ Interface CDOView@@ -252,12 +253,29 @@ A read-only view to the state of the object graph in the repository of the under
void
disableDurableLocking(boolean releaseLocks)
+
+reopen
this view at a
+ later point in time. String
enableDurableLocking()
+
+reopen
this view at a
+ later point in time. String
enableDurableLocking(boolean enable)
reopen
this
- view at a later point in time.enableDurableLocking()
instead or disableDurableLocking(boolean)
, respectively.
-String enableDurableLocking(boolean enable)+@Deprecated +String enableDurableLocking(boolean enable)
reopen
this
- view at a later point in time. This information includes the branch point
, the user ID of
- the session
, whether it's a read-only view or a transaction
and all the
- locks that are acquired or will be acquired while durable locking is enabled.
+enableDurableLocking()
instead or disableDurableLocking(boolean)
, respectively.
+String enableDurableLocking()+
reopen
this view at a
+ later point in time. This information includes the branch point
, the user ID of the
+ session
, whether it's a read-only view or a transaction
and all the locks
+ that are acquired or will be acquired while durable locking is enabled.
++
CDOViewContainer.openView(String)
,
CDOViewContainer.openView(String, ResourceSet)
,
CDOTransactionContainer.openTransaction(String)
,
CDOTransactionContainer.openTransaction(String, ResourceSet)
,
-lockObjects(Collection, IRWLockManager.LockType, long)
,
-unlockObjects(Collection, IRWLockManager.LockType)
,
-unlockObjects()
,
-CDOObject.cdoReadLock()
,
-CDOObject.cdoWriteLock()
disableDurableLocking(boolean)
+void disableDurableLocking(boolean releaseLocks)+
reopen
this view at a
+ later point in time. If such information is stored when this method is called it is removed. Note that locks
+ acquired by this view are only released if true
is passed to the releaseLocks
parameter.
++
enableDurableLocking()
+
+
|
++ + | +||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
+
+
+
|
++ + | +||||||||
+ PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +
CDOEditorInput.getView()
invalidation policy
option has changed.options event
fired from view options
when the
+ load notification enabled
option has changed.CDOView.Options.StrongReferencePolicyEvent
instead.