com.languagecomputer.api
Interface DossierService

All Superinterfaces:
AnnotationService, Service

public interface DossierService
extends AnnotationService

Dossier service. Processes a Document and adds Dossier objects to it.

Since:
1.0
Author:
Toby Jungen

Method Summary
 List<Dossier> obtain(String name)
          Queries the dossier database for an entry with the provided name.
 
Methods inherited from interface com.languagecomputer.api.AnnotationService
process
 
Methods inherited from interface com.languagecomputer.api.Service
getName, setSession
 

Method Detail

obtain

List<Dossier> obtain(String name)
Queries the dossier database for an entry with the provided name.

Parameters:
name - String representing the name of the desired dossier.
Returns:
List of Dossiers with the specified name.


Copyright © 2009. All Rights Reserved.