Package org.exoplatform.dlp.queue.impl
Class QueueDlpServiceImpl
java.lang.Object
org.exoplatform.dlp.queue.impl.QueueDlpServiceImpl
- All Implemented Interfaces:
QueueDlpService
-
Constructor Summary
ConstructorsConstructorDescriptionQueueDlpServiceImpl(org.exoplatform.dlp.dao.DlpOperationDAO dlpOperationDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToQueue(String connectorName, String id) Add a dlp operation to the dlp queuevoidRemove from queue all dlp operation for the provided id
-
Constructor Details
-
QueueDlpServiceImpl
public QueueDlpServiceImpl(org.exoplatform.dlp.dao.DlpOperationDAO dlpOperationDAO)
-
-
Method Details
-
addToQueue
Description copied from interface:QueueDlpServiceAdd a dlp operation to the dlp queue- Specified by:
addToQueuein interfaceQueueDlpService- Parameters:
connectorName- Name of the connectorid- id of the entity
-
removeAllItemFromQueue
Description copied from interface:QueueDlpServiceRemove from queue all dlp operation for the provided id- Specified by:
removeAllItemFromQueuein interfaceQueueDlpService- Parameters:
id- id of the entity
-