Uses of Class
fedora.server.types.gen.ObjectMethodsDef

Packages that use ObjectMethodsDef
fedora.server.access   
fedora.server.utilities   
fedora.soapclient   
 

Uses of ObjectMethodsDef in fedora.server.access
 

Methods in fedora.server.access that return ObjectMethodsDef
 ObjectMethodsDef[] FedoraAPIABindingSOAPHTTPStub.listMethods(java.lang.String pid, java.lang.String asOfDateTime)
           
 ObjectMethodsDef[] FedoraAPIABindingSOAPHTTPSkeleton.listMethods(java.lang.String pid, java.lang.String asOfDateTime)
           
 ObjectMethodsDef[] FedoraAPIA.listMethods(java.lang.String pid, java.lang.String asOfDateTime)
           
 ObjectMethodsDef[] FedoraAPIABindingSOAPHTTPImpl.listMethods(java.lang.String PID, java.lang.String asOfDateTime)
           
 

Uses of ObjectMethodsDef in fedora.server.utilities
 

Methods in fedora.server.utilities that return ObjectMethodsDef
static ObjectMethodsDef[] TypeUtility.convertObjectMethodsDefArrayToGenObjectMethodsDefArray(ObjectMethodsDef[] objectMethodDefs)
          Converts an array of fedora.server.storage.types.ObjectMethodsDef into an array of fedora.server.types.gen.ObjectMethodsDef.
static ObjectMethodsDef TypeUtility.convertObjectMethodsDefToGenObjectMethodsDef(ObjectMethodsDef objectMethodDef)
          Converts an instance of fedora.server.storage.types.ObjectMethodsDef into an instance of fedora.server.types.gen.ObjectMethodsDef.
 

Methods in fedora.server.utilities with parameters of type ObjectMethodsDef
static ObjectMethodsDef[] TypeUtility.convertGenObjectMethodsDefArrayToObjectMethodsDefArray(ObjectMethodsDef[] genObjectMethodDefs)
          Converts an array of fedora.server.types.gen.ObjectMethodsDef into an array of fedora.server.storage.types.ObjectMethodsDef.
static ObjectMethodsDef TypeUtility.convertGenObjectMethodsDefToObjectMethodsDef(ObjectMethodsDef genObjectMethodDef)
          Converts an instance of fedora.server.types.gen.ObjectMethodsDef into an instance of fedora.server.storage.types.ObjectMethodsDef.
 

Uses of ObjectMethodsDef in fedora.soapclient
 

Methods in fedora.soapclient that return ObjectMethodsDef
 ObjectMethodsDef[] FedoraAccessSoapServlet.listMethods(java.lang.String PID, java.lang.String asOfDateTime)
           Gets a list of all method definitions for the specified object by invoking the appropriate Fedora Access SOAP service.
 

Constructors in fedora.soapclient with parameters of type ObjectMethodsDef
FedoraAccessSoapServlet.ObjectMethodDefSerializerThread(java.lang.String PID, ObjectMethodsDef[] methodDefs, java.util.Date versDateTime, java.io.PipedWriter pw)
           Constructor for ProfileSerializeThread.