org.eclipse.emf.emfstore.client
Interface ESPagedUpdateConfig


public interface ESPagedUpdateConfig

Configuration class for influencing the paged update config.

Author:
emueller

Field Summary
static String ID
          The ID of an page update configuration class.
 
Method Summary
 int getNumberOfAllowedChanges()
          Returns the overall number of changes that constitute a page.
 boolean isEnabled()
          Whether paged update should be used at all.
 

Field Detail

ID

static final String ID
The ID of an page update configuration class.

See Also:
Constant Field Values
Method Detail

isEnabled

boolean isEnabled()
Whether paged update should be used at all.

Returns:
true if paged update should be used, false otherwise.

getNumberOfAllowedChanges

int getNumberOfAllowedChanges()
Returns the overall number of changes that constitute a page.

Returns:
the number of allowed changes per page


Copyright © 2015. All Rights Reserved.