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 with parameters of type ObjectMethodsDef
static List<ObjectMethodsDef> TypeUtility.convertObjectMethodsDefArrayToGenObjectMethodsDefList(ObjectMethodsDef[] objectMethodDefs)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.