org.fcrepo.client.utility
Class AutoFinder
java.lang.Object
org.fcrepo.client.utility.AutoFinder
public class AutoFinder
- extends Object
- Version:
- $Id$
- Author:
- Chris Wilper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoFinder
public AutoFinder(FedoraAPIAMTOM apia)
throws MalformedURLException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
javax.xml.rpc.ServiceException
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.