Uses of Class
fedora.server.storage.types.MethodDef

Packages that use MethodDef
fedora.server.access   
fedora.server.access.defaultdisseminator   
fedora.server.storage   
fedora.server.storage.service   
fedora.server.storage.types   
 

Uses of MethodDef in fedora.server.access
 

Methods in fedora.server.access that return MethodDef
 MethodDef[] DynamicAccessModule.getBehaviorMethods(Context context, java.lang.String PID, java.lang.String bDefPID, java.util.Date asOfDateTime)
          Get the behavior method defintions for a given dynamic disseminator that is associated with the digital object.
 MethodDef[] DynamicAccessImpl.getBehaviorMethods(Context context, java.lang.String PID, java.lang.String bDefPID, java.util.Date asOfDateTime)
          Get the behavior method defintions for a given dynamic disseminator that is associated with the digital object.
 

Uses of MethodDef in fedora.server.access.defaultdisseminator
 

Methods in fedora.server.access.defaultdisseminator that return MethodDef
static MethodDef[] InternalService.reflectMethods()
          A method to reflect the behavior method definitions implemented by the internal service.
static MethodDef[] DefaultDisseminatorImpl.reflectMethods()
          Method implementation of reflectMethods from the InternalService interface.
 

Uses of MethodDef in fedora.server.storage
 

Methods in fedora.server.storage that return MethodDef
 MethodDef[] SimpleBDefReader.getAbstractMethods(java.util.Date versDateTime)
           
 MethodDef[] FastBdefReader.getAbstractMethods(java.util.Date versDateTime)
          This method retrieves the list of available methods based on Behavior Definition object.
 MethodDef[] BDefReader.getAbstractMethods(java.util.Date versDateTime)
           
 MethodDef[] SimpleBMechReader.getServiceMethods(java.util.Date versDateTime)
           
 MethodDef[] FastBmechReader.getServiceMethods(java.util.Date versDateTime)
          Gets all method defintiions associated with the specified Behavior Mechanism.
 MethodDef[] BMechReader.getServiceMethods(java.util.Date versDateTime)
           
 MethodDef[] SimpleDOReader.listMethods(java.lang.String bDefPID, java.util.Date versDateTime)
           
 MethodDef[] FastDOReader.listMethods(java.lang.String bDefPID, java.util.Date versDateTime)
          Gets all method defintiions associated with the specified Behavior Mechanism.
 MethodDef[] DOReader.listMethods(java.lang.String bDefPID, java.util.Date versDateTime)
          Gets list of method definitions that are available on a particular Disseminator.
 

Uses of MethodDef in fedora.server.storage.service
 

Subclasses of MethodDef in fedora.server.storage.service
 class MmapMethodDef
          Title: MmapMethodDef.java
 

Methods in fedora.server.storage.service that return MethodDef
 MethodDef[] ServiceMapper.getMethodDefs(org.xml.sax.InputSource methodMapSource)
          getMethodDefs: creates an array of abstract method definitions in the form of an array of Fedora MethodDef objects.
 

Uses of MethodDef in fedora.server.storage.types
 

Subclasses of MethodDef in fedora.server.storage.types
 class MethodDefOperationBind
          Title: MethodDefHTTPBind.java