Interface OpenOfficeMetadataWorker
-
- All Known Implementing Classes:
JodConverterMetadataExtracter,JodConverterMetadataExtracterWorker
public interface OpenOfficeMetadataWorkerAn 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 Modifier and Type Method Description Map<String,Serializable>extractRaw(org.alfresco.service.cmr.repository.ContentReader reader)booleanisConnected()
-
-
-
Method Detail
-
isConnected
boolean isConnected()
- Returns:
- Returns true if a connection to the Uno server could be established
-
extractRaw
Map<String,Serializable> extractRaw(org.alfresco.service.cmr.repository.ContentReader reader) throws Throwable
- Throws:
Throwable- See Also:
AbstractMappingMetadataExtracter.extractRaw(ContentReader)
-
-