interface: Search

public abstract <<interface>> interface: Search
Author: tendres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:51; Modified: 16.07.2009 15:19:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9A6B8C64-E1CE-45f6-AD38-A2936DD97612}
Interface for the item and container search service.
 

Goto: Fields, Methods

See also: SearchBean, SimpleSearchTest, TestSearchBase, RestServlet

Appears in: search

Connections
 
Search Attributes
Attribute Details
package String
  SERVICE_NAME
Initial: "ejb/de/mpg/escidoc/services/search/Search"
Notes: The name to obtain this service.
 
Search Methods
Operation Details
public
searchAndExportItems(
   ExportSearchQuery query):ExportSearchResult
Sequential
Tags: throws=Exception
Notes: The SearchAndExport interface is used to search for items. and exports them to various formats.
@return an export search result
public
searchForItemContainer(
   SearchQuery query):ItemContainerSearchResult
Sequential
Tags: throws=Exception
Notes: Searches for items and containers.
@return search result
public
searchForOrganizationalUnits(
   SearchQuery query):OrgUnitsSearchResult
Sequential
Tags: throws=Exception
Notes: Searches for organizational units.
@return search result including organizational units