Uses of Interface
org.eclipse.emf.emfstore.common.model.ESObjectContainer

Packages that use ESObjectContainer
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.client.handler   
org.eclipse.emf.emfstore.common.model   
org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.common.model   
org.eclipse.emf.emfstore.internal.common.model.impl   
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.client
 

Subinterfaces of ESObjectContainer in org.eclipse.emf.emfstore.client
 interface ESLocalProject
          Represents a project in the local workspace that was checked out from a server or created locally.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.client.handler
 

Methods in org.eclipse.emf.emfstore.client.handler with parameters of type ESObjectContainer
 boolean ESNotificationFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.common.model
 

Methods in org.eclipse.emf.emfstore.common.model with parameters of type ESObjectContainer
 ID ESModelElementIdGenerator.generateModelElementId(ESObjectContainer<ID> container)
          Generates the next ModelElementId for the ESObjectContainer.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter
 

Methods in org.eclipse.emf.emfstore.internal.client.model.changeTracking.notification.filter with parameters of type ESObjectContainer
 boolean IgnoreNullFeatureNotificationsFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreDatatypeFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean TransientFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean NotifiableIdEObjectCollectionFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean UnknownEventTypeFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean EmptyRemovalsFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreOutsideProjectReferencesFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean IgnoreNotificationsOutsideProject.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean FilterStack.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 boolean TouchFilter.check(ESNotificationInfo notificationInfo, ESObjectContainer<?> container)
          Check whether a notification should be ignored.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.internal.client.model.impl.api
 

Classes in org.eclipse.emf.emfstore.internal.client.model.impl.api that implement ESObjectContainer
 class ESLocalProjectImpl
           Mapping between ESLocalProject and ProjectSpace.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.internal.common.model
 

Subinterfaces of ESObjectContainer in org.eclipse.emf.emfstore.internal.common.model
 interface IdEObjectCollection
          A collection of EObjects where each one can be identified via a ModelElementId.
 interface NotifiableIdEObjectCollection
           
 interface Project
          A representation of the model object ' Project'.
 

Uses of ESObjectContainer in org.eclipse.emf.emfstore.internal.common.model.impl
 

Classes in org.eclipse.emf.emfstore.internal.common.model.impl that implement ESObjectContainer
 class IdEObjectCollectionImpl
          Implementation of an ID based storage mechanism for EObjects.
 class NotifiableIdEObjectCollectionImpl
          A collection that is able of maintaining a list of IdEObjectCollectionChangeObserver.
 class ProjectImpl
           
 



Copyright © 2015. All Rights Reserved.