Uses of Class
org.exoplatform.commons.dlp.connector.DlpServiceConnector
-
Packages that use DlpServiceConnector Package Description org.exoplatform.commons.dlp.processor -
-
Uses of DlpServiceConnector in org.exoplatform.commons.dlp.processor
Methods in org.exoplatform.commons.dlp.processor that return types with arguments of type DlpServiceConnector Modifier and Type Method Description Map<String,DlpServiceConnector>DlpOperationProcessor. getConnectors()Gets all current connectorsMethods in org.exoplatform.commons.dlp.processor with parameters of type DlpServiceConnector Modifier and Type Method Description voidDlpOperationProcessor. addConnector(DlpServiceConnector dlpServiceConnector)Add Dlp Connector to the servicevoidDlpOperationProcessor. addConnector(DlpServiceConnector dlpServiceConnector, Boolean override)Add Dlp Connector to the service
-