Package org.exoplatform.dlp.queue
Interface QueueDlpService
- All Known Implementing Classes:
QueueDlpServiceImpl
public interface QueueDlpService
-
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
-
Method Details
-
addToQueue
Add a dlp operation to the dlp queue- Parameters:
connectorName- Name of the connectorid- id of the entity
-
removeAllItemFromQueue
Remove from queue all dlp operation for the provided id- Parameters:
id- id of the entity
-