Interface OpenOfficeMetadataWorker
-
- All Known Implementing Classes:
JodConverterMetadataExtracter,JodConverterMetadataExtracterWorker
@Deprecated public interface OpenOfficeMetadataWorkerDeprecated.The JodConverterMetadataExtracter has not been in use since 6.0.1 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 java.util.Map<java.lang.String,java.io.Serializable>extractRaw(org.alfresco.service.cmr.repository.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
java.util.Map<java.lang.String,java.io.Serializable> extractRaw(org.alfresco.service.cmr.repository.ContentReader reader) throws java.lang.ThrowableDeprecated.- Throws:
java.lang.Throwable- See Also:
AbstractMappingMetadataExtracter.extractRaw(ContentReader)
-
-