Uses of Class
org.exoplatform.commons.dlp.dto.DlpPositiveItem
-
Packages that use DlpPositiveItem Package Description org.exoplatform.commons.dlp.service org.exoplatform.commons.dlp.service.impl -
-
Uses of DlpPositiveItem in org.exoplatform.commons.dlp.service
Methods in org.exoplatform.commons.dlp.service that return DlpPositiveItem Modifier and Type Method Description DlpPositiveItemDlpPositiveItemService. getDlpPositiveItemById(Long itemId)DlpPositiveItemDlpPositiveItemService. getDlpPositiveItemByReference(String itemReference)Methods in org.exoplatform.commons.dlp.service that return types with arguments of type DlpPositiveItem Modifier and Type Method Description List<DlpPositiveItem>DlpPositiveItemService. getDlpPositivesItems(int offset, int limit) -
Uses of DlpPositiveItem in org.exoplatform.commons.dlp.service.impl
Methods in org.exoplatform.commons.dlp.service.impl that return DlpPositiveItem Modifier and Type Method Description DlpPositiveItemDlpPositiveItemServiceImpl. getDlpPositiveItemById(Long itemId)DlpPositiveItemDlpPositiveItemServiceImpl. getDlpPositiveItemByReference(String itemReference)Methods in org.exoplatform.commons.dlp.service.impl that return types with arguments of type DlpPositiveItem Modifier and Type Method Description List<DlpPositiveItem>DlpPositiveItemServiceImpl. getDlpPositivesItems(int offset, int limit)
-