org.alfresco.repo.content.metadata
Interface OpenOfficeMetadataWorker

All Known Implementing Classes:
DefaultOpenOfficeMetadataWorker, OpenOfficeMetadataExtracter

public interface OpenOfficeMetadataWorker

An interface that allows separation between the metadata extractor registry and the third party subsystem owning the open office connection.


Method Summary
 java.util.Map extractRaw(ContentReader reader)
           
 boolean isConnected()
           
 

Method Detail

isConnected

boolean isConnected()
Returns:
Returns true if a connection to the Uno server could be established

extractRaw

java.util.Map extractRaw(ContentReader reader)
                         throws java.lang.Throwable
Throws:
java.lang.Throwable
See Also:
AbstractMappingMetadataExtracter.extractRaw(ContentReader)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.