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

Packages that use IStore.ChangeFormat
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.spi.server   
 

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(java.lang.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're declared.
 

Methods in org.eclipse.emf.cdo.server that return types with arguments of type IStore.ChangeFormat
 java.util.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
 java.util.Set<IStore.ChangeFormat> Store.getSupportedChangeFormats()
           
 

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


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.