com.gentics.api.lib.datasource
Interface WriteableVersioningDatasource

All Superinterfaces:
Cloneable, Datasource, WriteableDatasource

public interface WriteableVersioningDatasource
extends WriteableDatasource

Interface for writeable datasources that may support versioning


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.gentics.api.lib.datasource.Datasource
Datasource.Sorting
 
Field Summary
 
Fields inherited from interface com.gentics.api.lib.datasource.Datasource
SORTORDER_ASC, SORTORDER_DESC, SORTORDER_NONE
 
Method Summary
 boolean updateDueFutureChanges()
          method to (automatically) update future changes that are due to become valid
 
Methods inherited from interface com.gentics.api.lib.datasource.WriteableDatasource
canWrite, create, delete, delete, delete, delete, delete, insert, insert, insert, insert, store, store, store, store, update, update, update, update
 
Methods inherited from interface com.gentics.api.lib.datasource.Datasource
clone, createDatasourceFilter, getCount, getCount, getCount, getCount2, getHandlePool, getId, getResult, getResult, getResult, getResult, getResult, getResult, getResult, hasChanged, hasChanged, isValidAttribute, setAttributeNames, setRuleTree
 

Method Detail

updateDueFutureChanges

boolean updateDueFutureChanges()
method to (automatically) update future changes that are due to become valid

Returns:
true when something was changed, false if not


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.