Interface OpenOfficeMetadataWorker
-
- All Known Implementing Classes:
JodConverterMetadataExtracter,JodConverterMetadataExtracterWorker
@Deprecated public interface OpenOfficeMetadataWorker
Deprecated.OOTB extractors are being moved to T-Engines. An interface that allows separation between the metadata extractor registry and the third party subsystem owning the open office connection.- Author:
- dward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Serializable>extractRaw(ContentReader reader)Deprecated.booleanisConnected()Deprecated.
-
-
-
Method Detail
-
isConnected
boolean isConnected()
Deprecated.- Returns:
- Returns true if a connection to the Uno server could be established
-
extractRaw
Map<String,Serializable> extractRaw(ContentReader reader) throws Throwable
Deprecated.- Throws:
Throwable- See Also:
AbstractMappingMetadataExtracter.extractRaw(ContentReader)
-
-