Document Search Requests
1. Folder retrieval - icc.db.Folder
Retrieve all documents that belong to this folder
public DataRequest retrieve(Boolean complete);
Service: File.QUERY
Result: Folder
Arguments: Folder folder,
Class File.class or Header.class
Retrieve all documents that belong to this folder
public DataRequest retrieve(boolean complete);
Service: File.QUERY
Result: Folder
Arguments: Folder folder,
Class File.class or Header.class
2. Folders retrieval - icc.db.Select
Search for document identifiers corresponding the specified project identifier and this selection information
public DataRequest search(Integer project);
Service: File.SEARCH
Result: Vector
Arguments: icc.net.IDCard user, Integer project, Select selection
Search for documents corresponding the specified project identifier and this selection information
public DataRequest search(Integer project, boolean complete);
Service: File.QUERY
Result: Vector
Arguments: Vector folders,
Class File.class or Header.class, String null, String null
Search for documents corresponding the specified project identifier and this selection information. Additionally, a file type and expansion link name may be specified
public DataRequest search(Integer project, boolean complete, String filetype, String expansion);
Service: File.QUERY
Result: Vector
Arguments: Vector folders,
Class File.class or Header.class, String filetype,
String expansion
3. Document retrieval - icc.db.Cube
Find and retrieve the document corresponding the specified document name
and with respect to this project cube
public DataRequest findFile(String name);
Service: File.QUERY
Result: File
Arguments: Integer id
Last modified on 4 May 1999 by Rudi Stouffs
|