org.fcrepo.client.utility
Class AutoFinder

java.lang.Object
  extended by org.fcrepo.client.utility.AutoFinder

public class AutoFinder
extends Object

Version:
$Id$
Author:
Chris Wilper

Constructor Summary
AutoFinder(FedoraAPIAMTOM apia)
           
 
Method Summary
 FieldSearchResult findObjects(ArrayOfString resultFields, int maxResults, FieldSearchQuery query)
           
static FieldSearchResult findObjects(FedoraAPIAMTOM skeleton, ArrayOfString resultFields, int maxResults, FieldSearchQuery query)
           
static void main(String[] args)
           
static void printValue(String name, String value)
           
static void printValue(String name, String[] value)
           
static FieldSearchResult resumeFindObjects(FedoraAPIAMTOM skeleton, String sessionToken)
           
 FieldSearchResult resumeFindObjects(String sessionToken)
           
static void showUsage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoFinder

public AutoFinder(FedoraAPIAMTOM apia)
           throws MalformedURLException,
                  javax.xml.rpc.ServiceException
Throws:
MalformedURLException
javax.xml.rpc.ServiceException
Method Detail

findObjects

public FieldSearchResult findObjects(ArrayOfString resultFields,
                                     int maxResults,
                                     FieldSearchQuery query)
                              throws RemoteException
Throws:
RemoteException

resumeFindObjects

public FieldSearchResult resumeFindObjects(String sessionToken)
                                    throws RemoteException
Throws:
RemoteException

findObjects

public static FieldSearchResult findObjects(FedoraAPIAMTOM skeleton,
                                            ArrayOfString resultFields,
                                            int maxResults,
                                            FieldSearchQuery query)
                                     throws RemoteException
Throws:
RemoteException

resumeFindObjects

public static FieldSearchResult resumeFindObjects(FedoraAPIAMTOM skeleton,
                                                  String sessionToken)
                                           throws RemoteException
Throws:
RemoteException

showUsage

public static void showUsage(String message)

printValue

public static void printValue(String name,
                              String value)

printValue

public static void printValue(String name,
                              String[] value)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 DuraSpace. All Rights Reserved.