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 3966 2005-04-21 13:33:01Z rlw $
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

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

getServiceMethodBindings

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

getServiceMethodsXML

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

getServiceDSInputSpec

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

getServiceMethodParms

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