Interface ExportImportServiceConfigurationWhitelistedURLPatternsHelper
public interface ExportImportServiceConfigurationWhitelistedURLPatternsHelper
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isWhitelistedURL
(long companyId, String url) void
rebuildURLPatternMapper
(long companyId) void
rebuildURLPatternMapper
(long companyId, ExportImportServiceConfiguration exportImportServiceConfiguration) void
void
removeURLPatternMapper
(long companyId) void
-
Method Details
-
isWhitelistedURL
-
rebuildURLPatternMapper
- Throws:
Exception
-
rebuildURLPatternMapper
void rebuildURLPatternMapper(long companyId, ExportImportServiceConfiguration exportImportServiceConfiguration) throws Exception - Throws:
Exception
-
rebuildURLPatternMappers
void rebuildURLPatternMappers() -
removeURLPatternMapper
void removeURLPatternMapper(long companyId) -
removeURLPatternMappers
void removeURLPatternMappers()
-