org.outerj.daisy.summary
Interface DocumentSummarizer

All Known Implementing Classes:
DocumentSummarizerImpl

public interface DocumentSummarizer


Method Summary
 java.lang.String getSummary(org.outerj.daisy.repository.Document document, long versionId, org.outerj.daisy.repository.schema.RepositorySchema repositorySchema)
           
 

Method Detail

getSummary

public java.lang.String getSummary(org.outerj.daisy.repository.Document document,
                                   long versionId,
                                   org.outerj.daisy.repository.schema.RepositorySchema repositorySchema)
                            throws java.lang.Exception
Parameters:
versionId - of which version to make the summary, -1 for current document object values.
Throws:
java.lang.Exception


Copyright © -2005 . All Rights Reserved.