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

Packages that use ObjectMethodsDef
fedora.server.access   
fedora.server.access.defaultdisseminator   
fedora.server.storage   
fedora.server.utilities   
 

Uses of ObjectMethodsDef in fedora.server.access
 

Methods in fedora.server.access that return ObjectMethodsDef
 ObjectMethodsDef[] DynamicAccessModule.listMethods(Context context, java.lang.String PID, java.util.Date asOfDateTime)
          Get the definitions for all dynamic disseminations on the object.
 ObjectMethodsDef[] DynamicAccessImpl.listMethods(Context context, java.lang.String PID, java.util.Date asOfDateTime)
          Get the definitions for all dynamic disseminations on the object.
 ObjectMethodsDef[] DefaultAccess.listMethods(Context context, java.lang.String PID, java.util.Date asOfDateTime)
           
 ObjectMethodsDef[] Access.listMethods(Context context, java.lang.String PID, java.util.Date asOfDateTime)
          Gets a list of all Behavior Definition object PIDs and method names associated with the specified digital object.
 

Constructors in fedora.server.access with parameters of type ObjectMethodsDef
ListMethodsServlet.ObjectMethodsDefSerializerThread(Context context, java.lang.String PID, ObjectMethodsDef[] methodDefs, java.util.Date versDateTime, java.io.PipedWriter pw)
           Constructor for ProfileSerializeThread.
 

Uses of ObjectMethodsDef in fedora.server.access.defaultdisseminator
 

Methods in fedora.server.access.defaultdisseminator with parameters of type ObjectMethodsDef
 java.lang.String ObjectInfoAsXML.getMethodIndex(java.lang.String reposBaseURL, java.lang.String PID, ObjectMethodsDef[] methods, java.util.Date versDateTime)
           
 

Uses of ObjectMethodsDef in fedora.server.storage
 

Methods in fedora.server.storage that return ObjectMethodsDef
 ObjectMethodsDef[] SimpleDOReader.listMethods(java.util.Date versDateTime)
           
 ObjectMethodsDef[] FastDOReader.listMethods(java.util.Date versDateTime)
          Gets all methods associated with the specified digital object.
 ObjectMethodsDef[] DOReader.listMethods(java.util.Date versDateTime)
          Gets list of ALL method definitions that are available on a particular digital object.
 

Uses of ObjectMethodsDef in fedora.server.utilities
 

Methods in fedora.server.utilities that return 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.
 

Methods in fedora.server.utilities with parameters of type 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.