public interface DlpOperationDAO extends org.exoplatform.commons.api.persistence.GenericDAO<DlpOperation,Long>
| Modifier and Type | Method and Description |
|---|---|
List<DlpOperation> |
findAllFirst(Integer maxResults) |
List<DlpOperation> |
findByEntityIdAndType(String entityId,
String entityType) |
List<DlpOperation> findAllFirst(Integer maxResults)
List<DlpOperation> findByEntityIdAndType(String entityId, String entityType)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.