public interface IndexingOperationDAO extends org.exoplatform.commons.api.persistence.GenericDAO<IndexingOperation,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllByEntityType(String entityType) |
void |
deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id) |
List<IndexingOperation> |
findAll(int offset,
int limit) |
List<IndexingOperation> |
findAllFirst(Integer maxResults) |
List<IndexingOperation> findAllFirst(Integer maxResults)
void deleteAllIndexingOperationsHavingIdLessThanOrEqual(long id)
void deleteAllByEntityType(String entityType)
List<IndexingOperation> findAll(int offset, int limit)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.