Class IndexUpdater
- java.lang.Object
-
- org.bonitasoft.engine.business.application.impl.IndexUpdater
-
public class IndexUpdater extends java.lang.Object- Author:
- Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description IndexUpdater(ApplicationService applicationService, int maxResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecrementIndexes(java.lang.Long parentId, int from, int to)voidincrementIndexes(java.lang.Long parentId, int from, int to)
-
-
-
Constructor Detail
-
IndexUpdater
public IndexUpdater(ApplicationService applicationService, int maxResults)
-
-
Method Detail
-
incrementIndexes
public void incrementIndexes(java.lang.Long parentId, int from, int to) throws SBonitaReadException, SObjectModificationException
-
decrementIndexes
public void decrementIndexes(java.lang.Long parentId, int from, int to) throws SBonitaReadException, SObjectModificationException
-
-