@ProviderType
public interface RawMetadataProcessor
Modifier and Type | Field and Description |
---|---|
static String |
TIKA_RAW_METADATA |
Modifier and Type | Method and Description |
---|---|
void |
exportGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
Element fileEntryElement) |
Map<String,Field[]> |
getFields() |
Map<String,DDMFormValues> |
getRawMetadataMap(String extension,
String mimeType,
File file) |
Map<String,DDMFormValues> |
getRawMetadataMap(String extension,
String mimeType,
InputStream inputStream) |
void |
importGeneratedFiles(PortletDataContext portletDataContext,
FileEntry fileEntry,
FileEntry importedFileEntry,
Element fileEntryElement) |
static final String TIKA_RAW_METADATA
void exportGeneratedFiles(PortletDataContext portletDataContext, FileEntry fileEntry, Element fileEntryElement) throws Exception
Exception
Map<String,Field[]> getFields()
Map<String,DDMFormValues> getRawMetadataMap(String extension, String mimeType, File file) throws PortalException
PortalException
Map<String,DDMFormValues> getRawMetadataMap(String extension, String mimeType, InputStream inputStream) throws PortalException
PortalException
void importGeneratedFiles(PortletDataContext portletDataContext, FileEntry fileEntry, FileEntry importedFileEntry, Element fileEntryElement) throws Exception
Exception