Class IndexUpdater
java.lang.Object
org.bonitasoft.engine.business.application.impl.IndexUpdater
- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecrementIndexes(Long parentId, int from, int to) voidincrementIndexes(Long parentId, int from, int to)
-
Constructor Details
-
IndexUpdater
-
-
Method Details
-
incrementIndexes
public void incrementIndexes(Long parentId, int from, int to) throws SBonitaReadException, SObjectModificationException -
decrementIndexes
public void decrementIndexes(Long parentId, int from, int to) throws SBonitaReadException, SObjectModificationException
-