Interface DLFileEntryRawMetadataProcessorConfigurationProvider
@ProviderType
public interface DLFileEntryRawMetadataProcessorConfigurationProvider
-
Method Summary
Modifier and TypeMethodDescriptionString[]getCompanyExcludedMimeTypes(long companyId) String[]getGroupExcludedMimeTypes(long groupId) String[]
-
Method Details
-
getCompanyExcludedMimeTypes
String[] getCompanyExcludedMimeTypes(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
getGroupExcludedMimeTypes
String[] getGroupExcludedMimeTypes(long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
getSystemExcludedMimeTypes
String[] getSystemExcludedMimeTypes() throws com.liferay.portal.kernel.module.configuration.ConfigurationException- Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-