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

Packages that use Property
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.storage.types   
org.fcrepo.server.utilities   
 

Uses of Property in org.fcrepo.server.access
 

Methods in org.fcrepo.server.access with parameters of type Property
 MIMETypedStream DynamicAccessModule.getDissemination(Context context, String PID, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime)
          Perform a dissemination for a method that belongs to a dynamic disseminator that is associate with the digital object.
 MIMETypedStream DefaultAccess.getDissemination(Context context, String PID, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime)
           Disseminates the content produced by executing the specified method of the associated deployment object of the specified digital object.
 MIMETypedStream Access.getDissemination(Context context, String pid, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime)
          Disseminates the content produced by executing the specified method of the associated Service Deployment object of the specified digital object.
 MIMETypedStream DynamicAccessImpl.getDissemination(Context context, String PID, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime, DOReader reader)
          Perform a dissemination for a method that belongs to a dynamic disseminator that is associate with the digital object.
 void FedoraAccessServlet.getDissemination(Context context, String PID, String sDefPID, String methodName, Property[] userParms, Date asOfDateTime, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)
           This method calls the Fedora Access Subsystem to retrieve a MIME-typed stream corresponding to the dissemination request.
 

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

Methods in org.fcrepo.server.access.defaultdisseminator with parameters of type Property
 Object ServiceMethodDispatcher.invokeMethod(Object service_object, String methodName, Property[] userParms)
          Invoke a method on an internal service.
 

Uses of Property in org.fcrepo.server.storage.types
 

Fields in org.fcrepo.server.storage.types declared as Property
 Property[] MIMETypedStream.header
           
 

Constructors in org.fcrepo.server.storage.types with parameters of type Property
MIMETypedStream(String MIMEType, InputStream stream, Property[] header)
          Constructs a MIMETypedStream.
MIMETypedStream(String MIMEType, InputStream stream, Property[] header, long size)
          Constructs a MIMETypedStream.
 

Uses of Property in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that return Property
static Property[] TypeUtility.convertGenPropertyArrayToPropertyArray(Property[] genProperties)
           Converts an array of org.fcrepo.server.types.gen.Property into an array of org.fcrepo.server.storage.types.Property.
static Property TypeUtility.convertGenPropertyToProperty(Property genProperty)
           Converts an instance of org.fcrepo.server.types.gen.Property into an instance of org.fcrepo.server.storage.types.Property.
 

Methods in org.fcrepo.server.utilities with parameters of type Property
static Property[] TypeUtility.convertPropertyArrayToGenPropertyArray(Property[] properties)
           Converts an array of org.fcrepo.server.storage.types.Property into an array of org.fcrepo.server.types.gen.Property.
static Property TypeUtility.convertPropertyToGenProperty(Property property)
           Converts an instance of org.fcrepo.server.storage.types.Property into an instance of org.fcrepo.server.types.gen.Property.
 



Copyright © 2011 DuraSpace. All Rights Reserved.