Uses of Class
org.fcrepo.server.storage.types.ObjectMethodsDef

Packages that use ObjectMethodsDef
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.rest   
org.fcrepo.server.storage   
org.fcrepo.server.utilities   
 

Uses of ObjectMethodsDef in org.fcrepo.server.access
 

Methods in org.fcrepo.server.access that return ObjectMethodsDef
 ObjectMethodsDef[] DynamicAccessModule.listMethods(Context context, String PID, Date asOfDateTime)
          Get the definitions for all dynamic disseminations on the object.
 ObjectMethodsDef[] DynamicAccessImpl.listMethods(Context context, String PID, Date asOfDateTime)
          Get the definitions for all dynamic disseminations on the object.
 ObjectMethodsDef[] DefaultAccess.listMethods(Context context, String PID, Date asOfDateTime)
           
 ObjectMethodsDef[] Access.listMethods(Context context, String pid, Date asOfDateTime)
           
 

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

Uses of ObjectMethodsDef in org.fcrepo.server.access.defaultdisseminator
 

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

Uses of ObjectMethodsDef in org.fcrepo.server.rest
 

Methods in org.fcrepo.server.rest with parameters of type ObjectMethodsDef
 String DefaultSerializer.objectMethodsToXml(ObjectMethodsDef[] methodDefs, String pid, String sDef, Date versDateTime)
           
 

Uses of ObjectMethodsDef in org.fcrepo.server.storage
 

Methods in org.fcrepo.server.storage that return ObjectMethodsDef
 ObjectMethodsDef[] SimpleDOReader.listMethods(Date versDateTime)
          Gets list of ALL method definitions that are available on a particular digital object.
 ObjectMethodsDef[] DOReader.listMethods(Date versDateTime)
          Gets list of ALL method definitions that are available on a particular digital object.
 

Uses of ObjectMethodsDef in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that return ObjectMethodsDef
static ObjectMethodsDef[] TypeUtility.convertGenObjectMethodsDefArrayToObjectMethodsDefArray(ObjectMethodsDef[] genObjectMethodDefs)
           Converts an array of org.fcrepo.server.types.gen.ObjectMethodsDef into an array of org.fcrepo.server.storage.types.ObjectMethodsDef.
static ObjectMethodsDef TypeUtility.convertGenObjectMethodsDefToObjectMethodsDef(ObjectMethodsDef genObjectMethodDef)
           Converts an instance of org.fcrepo.server.types.gen.ObjectMethodsDef into an instance of org.fcrepo.server.storage.types.ObjectMethodsDef.
 

Methods in org.fcrepo.server.utilities with parameters of type ObjectMethodsDef
static ObjectMethodsDef[] TypeUtility.convertObjectMethodsDefArrayToGenObjectMethodsDefArray(ObjectMethodsDef[] objectMethodDefs)
           Converts an array of org.fcrepo.server.storage.types.ObjectMethodsDef into an array of org.fcrepo.server.types.gen.ObjectMethodsDef.
static ObjectMethodsDef TypeUtility.convertObjectMethodsDefToGenObjectMethodsDef(ObjectMethodsDef objectMethodDef)
           Converts an instance of org.fcrepo.server.storage.types.ObjectMethodsDef into an instance of org.fcrepo.server.types.gen.ObjectMethodsDef.
 



Copyright © 2011 DuraSpace. All Rights Reserved.