A C D E F G H I O P Q R S T 
All Classes All Packages

A

addConnector(DlpServiceConnector) - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Add Dlp Connector to the service
addConnector(DlpServiceConnector, Boolean) - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Add Dlp Connector to the service
addDlpPositiveItem(DlpPositiveItemEntity) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
addDlpPositiveItem(DlpPositiveItemEntity) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
addRestoredDlpItem(RestoredDlpItemEntity) - Method in class org.exoplatform.commons.dlp.service.impl.RestoredDlpItemServiceImpl
 
addRestoredDlpItem(RestoredDlpItemEntity) - Method in interface org.exoplatform.commons.dlp.service.RestoredDlpItemService
 
addToQueue(String, String) - Method in class org.exoplatform.commons.dlp.queue.impl.QueueDlpServiceImpl
 
addToQueue(String, String) - Method in interface org.exoplatform.commons.dlp.queue.QueueDlpService
Add a dlp operation to the dlp queue

C

changeFeatureActivation(String) - Method in class org.exoplatform.commons.dlp.rest.DlpRestServices
 
checkExternal(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 

D

deleteByEntityId(String) - Method in interface org.exoplatform.commons.dlp.dao.DlpOperationDAO
 
deleteByEntityId(String) - Method in class org.exoplatform.commons.dlp.dao.impl.DlpOperationDAOImpl
 
deleteDlpDocumentById(Long) - Method in class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
deleteDlpPositiveItem(Long) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
deleteDlpPositiveItem(Long) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
deleteRestoredDlpItem(Long) - Method in class org.exoplatform.commons.dlp.service.impl.RestoredDlpItemServiceImpl
 
deleteRestoredDlpItem(Long) - Method in interface org.exoplatform.commons.dlp.service.RestoredDlpItemService
 
DLP_FEATURE - Static variable in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
 
DLP_FEATURE - Static variable in class org.exoplatform.commons.dlp.rest.DlpRestServices
 
DLP_POSITIVE_DETECTION - Static variable in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
DlpItemRestServices - Class in org.exoplatform.commons.dlp.rest
 
DlpItemRestServices(DlpPositiveItemService, DlpOperationProcessor) - Constructor for class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
DlpJob - Class in org.exoplatform.commons.dlp.job
 
DlpJob() - Constructor for class org.exoplatform.commons.dlp.job.DlpJob
 
DlpOperation - Class in org.exoplatform.commons.dlp.domain
 
DlpOperation() - Constructor for class org.exoplatform.commons.dlp.domain.DlpOperation
 
DlpOperation(String, String) - Constructor for class org.exoplatform.commons.dlp.domain.DlpOperation
 
DlpOperationDAO - Interface in org.exoplatform.commons.dlp.dao
 
DlpOperationDAOImpl - Class in org.exoplatform.commons.dlp.dao.impl
 
DlpOperationDAOImpl() - Constructor for class org.exoplatform.commons.dlp.dao.impl.DlpOperationDAOImpl
 
DlpOperationProcessor - Class in org.exoplatform.commons.dlp.processor
 
DlpOperationProcessor() - Constructor for class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
 
DlpOperationProcessorImpl - Class in org.exoplatform.commons.dlp.processor.impl
 
DlpOperationProcessorImpl(DlpOperationDAO) - Constructor for class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
DlpPositiveItem - Class in org.exoplatform.commons.dlp.dto
 
DlpPositiveItem() - Constructor for class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
DlpPositiveItemDAO - Interface in org.exoplatform.commons.dlp.dao
 
DlpPositiveItemDAOImpl - Class in org.exoplatform.commons.dlp.dao.impl
 
DlpPositiveItemDAOImpl() - Constructor for class org.exoplatform.commons.dlp.dao.impl.DlpPositiveItemDAOImpl
 
DlpPositiveItemEntity - Class in org.exoplatform.commons.dlp.domain
Entity for Dlp positive item.
DlpPositiveItemEntity() - Constructor for class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
DlpPositiveItemService - Interface in org.exoplatform.commons.dlp.service
 
DlpPositiveItemServiceImpl - Class in org.exoplatform.commons.dlp.service.impl
 
DlpPositiveItemServiceImpl(DlpPositiveItemDAO, OrganizationService, ListenerService, DlpOperationProcessor) - Constructor for class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
DlpRestServices - Class in org.exoplatform.commons.dlp.rest
 
DlpRestServices() - Constructor for class org.exoplatform.commons.dlp.rest.DlpRestServices
 
DlpServiceConnector - Class in org.exoplatform.commons.dlp.connector
Is extended by all DlpService connectors, and allows to build configuration needed by a list of connectors that is used for Dlp.
DlpServiceConnector(InitParams) - Constructor for class org.exoplatform.commons.dlp.connector.DlpServiceConnector
Initializes a dlp service connector.

E

equals(Object) - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
execute(JobExecutionContext) - Method in class org.exoplatform.commons.dlp.job.DlpJob
 

F

findAllFirstWithOffset(int, int) - Method in interface org.exoplatform.commons.dlp.dao.DlpOperationDAO
 
findAllFirstWithOffset(int, int) - Method in class org.exoplatform.commons.dlp.dao.impl.DlpOperationDAOImpl
 
findByEntityIdAndType(String, String) - Method in interface org.exoplatform.commons.dlp.dao.DlpOperationDAO
 
findByEntityIdAndType(String, String) - Method in class org.exoplatform.commons.dlp.dao.impl.DlpOperationDAOImpl
 
findDlpPositiveItemByReference(String) - Method in interface org.exoplatform.commons.dlp.dao.DlpPositiveItemDAO
 
findDlpPositiveItemByReference(String) - Method in class org.exoplatform.commons.dlp.dao.impl.DlpPositiveItemDAOImpl
 
findRestoredDlpItemByReference(String) - Method in class org.exoplatform.commons.dlp.dao.impl.RestoredDlpItemDAOImpl
 
findRestoredDlpItemByReference(String) - Method in interface org.exoplatform.commons.dlp.dao.RestoredDlpItemDAO
 

G

getAuthor() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getAuthor() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getAuthorDisplayName() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getBatchNumber() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
getConnectors() - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Gets all current connectors
getDetectionDate() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getDetectionDate() - Method in class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
getDetectionDate() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getDetectionDate() - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
getDisplayName() - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
getDlpKeywords() - Method in class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
getDlpPositiveItemById(Long) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
getDlpPositiveItemById(Long) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
getDlpPositiveItemByReference(String) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
getDlpPositiveItemByReference(String) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
getDlpPositiveItems(int, int) - Method in interface org.exoplatform.commons.dlp.dao.DlpPositiveItemDAO
 
getDlpPositiveItems(int, int) - Method in class org.exoplatform.commons.dlp.dao.impl.DlpPositiveItemDAOImpl
 
getDlpPositiveItems(int, int) - Method in class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
getDlpPositiveItemsCount() - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
getDlpPositiveItemsCount() - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
getDlpPositivesItems(int, int) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
getDlpPositivesItems(int, int) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
getEntityId() - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
getEntityType() - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
getId() - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
getId() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getId() - Method in class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
getId() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getId() - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
getIsExternal() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getItemUrl() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getItemUrl(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
getKeywords() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getKeywords() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getKeywords() - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
 
getKeywords() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
getReference() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getReference() - Method in class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
getReference() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getReference() - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
getRestoredDlpItemByReference(String) - Method in class org.exoplatform.commons.dlp.service.impl.RestoredDlpItemServiceImpl
 
getRestoredDlpItemByReference(String) - Method in interface org.exoplatform.commons.dlp.service.RestoredDlpItemService
 
getTitle() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getTitle() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
getType() - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
getType() - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
getType() - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 

H

hashCode() - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
hasKeywords() - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
 
hasKeywords() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 

I

interrupt() - Method in class org.exoplatform.commons.dlp.job.DlpJob
 
interrupt() - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Interrupt the dlp queue process
interrupt() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
isEnable() - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 

O

org.exoplatform.commons.dlp.connector - package org.exoplatform.commons.dlp.connector
 
org.exoplatform.commons.dlp.dao - package org.exoplatform.commons.dlp.dao
 
org.exoplatform.commons.dlp.dao.impl - package org.exoplatform.commons.dlp.dao.impl
 
org.exoplatform.commons.dlp.domain - package org.exoplatform.commons.dlp.domain
 
org.exoplatform.commons.dlp.dto - package org.exoplatform.commons.dlp.dto
 
org.exoplatform.commons.dlp.job - package org.exoplatform.commons.dlp.job
 
org.exoplatform.commons.dlp.processor - package org.exoplatform.commons.dlp.processor
 
org.exoplatform.commons.dlp.processor.impl - package org.exoplatform.commons.dlp.processor.impl
 
org.exoplatform.commons.dlp.queue - package org.exoplatform.commons.dlp.queue
 
org.exoplatform.commons.dlp.queue.impl - package org.exoplatform.commons.dlp.queue.impl
 
org.exoplatform.commons.dlp.rest - package org.exoplatform.commons.dlp.rest
 
org.exoplatform.commons.dlp.service - package org.exoplatform.commons.dlp.service
 
org.exoplatform.commons.dlp.service.impl - package org.exoplatform.commons.dlp.service.impl
 

P

process() - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Add all documents in the dlp queue
process() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
processItem(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 

Q

QueueDlpService - Interface in org.exoplatform.commons.dlp.queue
 
QueueDlpServiceImpl - Class in org.exoplatform.commons.dlp.queue.impl
 
QueueDlpServiceImpl(DlpOperationDAO) - Constructor for class org.exoplatform.commons.dlp.queue.impl.QueueDlpServiceImpl
 

R

removeAllItemFromQueue(String) - Method in class org.exoplatform.commons.dlp.queue.impl.QueueDlpServiceImpl
 
removeAllItemFromQueue(String) - Method in interface org.exoplatform.commons.dlp.queue.QueueDlpService
Remove from queue all dlp operation for the provided id
removePositiveItem(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
RestoredDlpItem - Class in org.exoplatform.commons.dlp.dto
 
RestoredDlpItem() - Constructor for class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
RestoredDlpItemDAO - Interface in org.exoplatform.commons.dlp.dao
 
RestoredDlpItemDAOImpl - Class in org.exoplatform.commons.dlp.dao.impl
 
RestoredDlpItemDAOImpl() - Constructor for class org.exoplatform.commons.dlp.dao.impl.RestoredDlpItemDAOImpl
 
RestoredDlpItemEntity - Class in org.exoplatform.commons.dlp.domain
Entity for restored Dlp item.
RestoredDlpItemEntity() - Constructor for class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
RestoredDlpItemService - Interface in org.exoplatform.commons.dlp.service
 
RestoredDlpItemServiceImpl - Class in org.exoplatform.commons.dlp.service.impl
 
RestoredDlpItemServiceImpl(RestoredDlpItemDAO) - Constructor for class org.exoplatform.commons.dlp.service.impl.RestoredDlpItemServiceImpl
 
restoreDlpPositiveItem(Long) - Method in interface org.exoplatform.commons.dlp.service.DlpPositiveItemService
 
restoreDlpPositiveItem(Long) - Method in class org.exoplatform.commons.dlp.service.impl.DlpPositiveItemServiceImpl
 
restoreDlpPositiveItems(Long) - Method in class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
restorePositiveItem(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 

S

setAuthor(String) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setAuthor(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setAuthorDisplayName(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setBatchNumber(Integer) - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
setDetectionDate(Long) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setDetectionDate(Long) - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
setDetectionDate(Calendar) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setDetectionDate(Calendar) - Method in class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
setDisplayName(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
setDlpKeywords(String) - Method in class org.exoplatform.commons.dlp.rest.DlpItemRestServices
 
setEnable(boolean) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
setEntityId(String) - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
setEntityType(String) - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
setId(Long) - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
setId(Long) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setId(Long) - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
setIsExternal(boolean) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setItemUrl(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setKeywords(String) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setKeywords(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setKeywords(String) - Method in class org.exoplatform.commons.dlp.processor.DlpOperationProcessor
Set the Dlp Keywords
setKeywords(String) - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
setReference(String) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setReference(String) - Method in class org.exoplatform.commons.dlp.domain.RestoredDlpItemEntity
 
setReference(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setReference(String) - Method in class org.exoplatform.commons.dlp.dto.RestoredDlpItem
 
setTitle(String) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setTitle(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
setType(String) - Method in class org.exoplatform.commons.dlp.connector.DlpServiceConnector
 
setType(String) - Method in class org.exoplatform.commons.dlp.domain.DlpPositiveItemEntity
 
setType(String) - Method in class org.exoplatform.commons.dlp.dto.DlpPositiveItem
 
start() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 
stop() - Method in class org.exoplatform.commons.dlp.processor.impl.DlpOperationProcessorImpl
 

T

toString() - Method in class org.exoplatform.commons.dlp.domain.DlpOperation
 
A C D E F G H I O P Q R S T 
All Classes All Packages