Interface QueueDlpService
-
- All Known Implementing Classes:
QueueDlpServiceImpl
public interface QueueDlpService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToQueue(String connectorName, String id)Add a dlp operation to the dlp queuevoidremoveAllItemFromQueue(String id)Remove from queue all dlp operation for the provided id
-
-
-
Method Detail
-
addToQueue
void addToQueue(String connectorName, String id)
Add a dlp operation to the dlp queue- Parameters:
connectorName- Name of the connectorid- id of the entity
-
removeAllItemFromQueue
void removeAllItemFromQueue(String id)
Remove from queue all dlp operation for the provided id- Parameters:
id- id of the entity
-
-