fedora.server.storage
Interface BMechReader

All Superinterfaces:
DOReader
All Known Implementing Classes:
FastBmechReader, SimpleBMechReader

public interface BMechReader
extends DOReader

Title: BMechReader.java

Description: Interface for reading Behavior Mechanism Objects.

Version:
$Id: BMechReader.java,v 1.13 2005/04/21 13:08:40 rlw Exp $
Author:
payette@cs.cornell.edu

Method Summary
 BMechDSBindSpec getServiceDSInputSpec(java.util.Date versDateTime)
           
 MethodDefOperationBind[] getServiceMethodBindings(java.util.Date versDateTime)
           
 MethodParmDef[] getServiceMethodParms(java.lang.String methodName, java.util.Date versDateTime)
           
 MethodDef[] getServiceMethods(java.util.Date versDateTime)
           
 java.io.InputStream getServiceMethodsXML(java.util.Date versDateTime)
           
 
Methods inherited from interface fedora.server.storage.DOReader
ExportObject, getAuditRecords, GetBehaviorDefs, getContentModelId, getCreateDate, GetDatastream, getDatastream, GetDatastreams, getDatastreamVersions, getDisseminationBindingInfo, GetDisseminator, GetDisseminators, getDisseminatorVersions, GetDSBindingMaps, getFedoraObjectType, getLastModDate, getObjectHistory, GetObjectLabel, getObjectMethodParms, GetObjectPID, GetObjectState, GetObjectXML, getOwnerId, ListDatastreamIDs, ListDisseminatorIDs, listMethods, listMethods
 

Method Detail

getServiceMethods

public MethodDef[] getServiceMethods(java.util.Date versDateTime)
                              throws ServerException
Throws:
ServerException

getServiceMethodBindings

public MethodDefOperationBind[] getServiceMethodBindings(java.util.Date versDateTime)
                                                  throws ServerException
Throws:
ServerException

getServiceMethodsXML

public java.io.InputStream getServiceMethodsXML(java.util.Date versDateTime)
                                         throws ServerException
Throws:
ServerException

getServiceDSInputSpec

public BMechDSBindSpec getServiceDSInputSpec(java.util.Date versDateTime)
                                      throws ServerException
Throws:
ServerException

getServiceMethodParms

public MethodParmDef[] getServiceMethodParms(java.lang.String methodName,
                                             java.util.Date versDateTime)
                                      throws ServerException
Throws:
ServerException