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
| 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 |
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