|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.client.utility.validate.remote.RemoteObjectSource
public class RemoteObjectSource
An ObjectSource that is based on a FedoraClient link to a
remote server.
| Constructor Summary | |
|---|---|
RemoteObjectSource(ServiceInfo serviceInfo)
|
|
| Method Summary | |
|---|---|
Iterator<String> |
findObjectPids(FieldSearchQuery query)
Get a series of PIDs, representing all digital objects in the repository that satisfy the specified query. |
ContentModelInfo |
getContentModelInfo(String pid)
A content model must exist as an object. |
ObjectInfo |
getValidationObject(String pid)
Get the object that has this PID, or null if there is no
such object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteObjectSource(ServiceInfo serviceInfo)
throws javax.xml.rpc.ServiceException,
IOException
javax.xml.rpc.ServiceException
IOException| Method Detail |
|---|
public Iterator<String> findObjectPids(FieldSearchQuery query)
throws ObjectSourceException
ObjectSourceException
public ObjectInfo getValidationObject(String pid)
throws ObjectSourceException
null if there is no
such object.
getValidationObject in interface ObjectSourceObjectSourceException
public ContentModelInfo getContentModelInfo(String pid)
throws ObjectSourceException,
InvalidContentModelException
getContentModelInfo in interface ObjectSourceObjectSourceException
InvalidContentModelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||