Uses of Class
org.eclipse.emf.cdo.server.IStore.ChangeFormat

Packages that use IStore.ChangeFormat
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of IStore.ChangeFormat in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return IStore.ChangeFormat
static IStore.ChangeFormat IStore.ChangeFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IStore.ChangeFormat[] IStore.ChangeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.cdo.server that return types with arguments of type IStore.ChangeFormat
 Set<IStore.ChangeFormat> IStore.getSupportedChangeFormats()
           
 

Uses of IStore.ChangeFormat in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server that return types with arguments of type IStore.ChangeFormat
 Set<IStore.ChangeFormat> Store.getSupportedChangeFormats()
           
 

Constructor parameters in org.eclipse.emf.cdo.spi.server with type arguments of type IStore.ChangeFormat
LongIDStore(String type, Set<IStore.ChangeFormat> supportedChangeFormats, Set<IStore.RevisionTemporality> supportedRevisionTemporalities, Set<IStore.RevisionParallelism> supportedRevisionParallelisms)
           
Store(String type, Set<CDOID.ObjectType> objectIDTypes, Set<IStore.ChangeFormat> supportedChangeFormats, Set<IStore.RevisionTemporality> supportedRevisionTemporalities, Set<IStore.RevisionParallelism> supportedRevisionParallelisms)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.