org.fcrepo.server.storage
Interface ServiceDefinitionReader

All Superinterfaces:
DOReader
All Known Implementing Classes:
SimpleServiceDefinitionReader

public interface ServiceDefinitionReader
extends DOReader

Interface for reading Service Deployment Objects.

Author:
Sandy Payette

Method Summary
 MethodDef[] getAbstractMethods(Date versDateTime)
           
 InputStream getAbstractMethodsXML(Date versDateTime)
           
 
Methods inherited from interface org.fcrepo.server.storage.DOReader
Export, ExportObject, getAuditRecords, getContentModels, getCreateDate, GetDatastream, getDatastream, GetDatastreams, getDatastreamVersions, getLastModDate, getObject, getObjectHistory, GetObjectLabel, GetObjectPID, GetObjectState, GetObjectXML, getOwnerId, getRelationships, getRelationships, getRelationships, hasContentModel, hasRelationship, hasRelationship, ListDatastreamIDs, listMethods
 

Method Detail

getAbstractMethods

MethodDef[] getAbstractMethods(Date versDateTime)
                               throws ServerException
Throws:
ServerException

getAbstractMethodsXML

InputStream getAbstractMethodsXML(Date versDateTime)
                                  throws ServerException
Throws:
ServerException


Copyright © 2012 DuraSpace. All Rights Reserved.