Uses of Class
org.fcrepo.server.access.ObjectProfile

Packages that use ObjectProfile
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.rest   
org.fcrepo.server.utilities   
 

Uses of ObjectProfile in org.fcrepo.server.access
 

Methods in org.fcrepo.server.access that return ObjectProfile
 ObjectProfile DynamicAccessModule.getObjectProfile(Context context, String PID, Date asOfDateTime)
          Get the profile information for the digital object.
 ObjectProfile DynamicAccessImpl.getObjectProfile(Context context, String PID, Date asOfDateTime)
          Get the profile information for the digital object.
 ObjectProfile DefaultAccess.getObjectProfile(Context context, String PID, Date asOfDateTime)
           
 ObjectProfile Access.getObjectProfile(Context context, String pid, Date asOfDateTime)
          Gets object profile
 

Constructors in org.fcrepo.server.access with parameters of type ObjectProfile
FedoraAccessServlet.ProfileSerializerThread(Context context, String PID, ObjectProfile objProfile, Date versDateTime, PipedWriter pw)
           Constructor for ProfileSerializeThread.
 

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

Methods in org.fcrepo.server.access.defaultdisseminator with parameters of type ObjectProfile
 String ObjectInfoAsXML.getObjectProfile(String reposBaseURL, ObjectProfile objProfile, Date versDateTime)
           
 

Uses of ObjectProfile in org.fcrepo.server.rest
 

Methods in org.fcrepo.server.rest with parameters of type ObjectProfile
 String DefaultSerializer.objectProfileToXML(ObjectProfile objProfile, Date versDateTime)
           
 

Uses of ObjectProfile in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities with parameters of type ObjectProfile
static ObjectProfile TypeUtility.convertObjectProfileToGenObjectProfile(ObjectProfile objectProfile)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.