Uses of Interface
macaw.businessLayer.MacawRetrievalAPI

Packages that use MacawRetrievalAPI
macaw.persistenceLayer.demo This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in-memory. 
macaw.persistenceLayer.production This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in a MySQL database. 
macaw.test   
macaw.test.retrieval Classes that test implementations of MacawRetrievalAPI
 

Uses of MacawRetrievalAPI in macaw.persistenceLayer.demo
 

Classes in macaw.persistenceLayer.demo that implement MacawRetrievalAPI
 class DemonstrationRetrievalService
          Implements the MacawRetrievalAPI interface as a service which retrieves all of its data from in-memory objects rather than from a database.
 

Uses of MacawRetrievalAPI in macaw.persistenceLayer.production
 

Classes in macaw.persistenceLayer.production that implement MacawRetrievalAPI
 class ProductionRetrievalService
          Implements the MacawRetrievalAPI interface as a service which retrieves all of its data from a database.
 

Uses of MacawRetrievalAPI in macaw.test
 

Fields in macaw.test declared as MacawRetrievalAPI
static MacawRetrievalAPI RunAllMacawTestCases.retrievalService
           
 

Methods in macaw.test that return MacawRetrievalAPI
static MacawRetrievalAPI RunAllMacawTestCases.getMacawRetrievalService()
           
 

Uses of MacawRetrievalAPI in macaw.test.retrieval
 

Fields in macaw.test.retrieval declared as MacawRetrievalAPI
protected  MacawRetrievalAPI MacawRetrievalTestCase.retrievalService