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

Packages that use MIMETypedStream
org.fcrepo.server.access   
org.fcrepo.server.access.defaultdisseminator   
org.fcrepo.server.access.dissemination   
org.fcrepo.server.rest   
org.fcrepo.server.storage   
org.fcrepo.server.storage.types   
org.fcrepo.server.utilities   
 

Uses of MIMETypedStream in org.fcrepo.server.access
 

Methods in org.fcrepo.server.access that return MIMETypedStream
 MIMETypedStream DynamicAccessModule.getDatastreamDissemination(Context context, String PID, String dsID, Date asOfDateTime)
           
 MIMETypedStream DynamicAccessImpl.getDatastreamDissemination(Context context, String PID, String dsID, Date asOfDateTime)
           
 MIMETypedStream DefaultAccess.getDatastreamDissemination(Context context, String PID, String dsID, Date asOfDateTime)
           
 MIMETypedStream Access.getDatastreamDissemination(Context context, String pid, String dsID, Date asOfDateTime)
           
 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.
 MIMETypedStream DynamicAccessModule.getMethodsXML(Context context, String PID, String sDefPID, Date asOfDateTime)
          Get an XML encoding of the service defintions for a given dynamic disseminator that is associated with the digital object.
 MIMETypedStream DynamicAccessImpl.getMethodsXML(Context context, String PID, String sDefPID, Date asOfDateTime)
          Get an XML encoding of the service defintions for a given dynamic disseminator that is associated with the digital object.
 

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

Methods in org.fcrepo.server.access.defaultdisseminator that return MIMETypedStream
 MIMETypedStream DefaultDisseminatorImpl.viewDublinCore()
          Returns the Dublin Core record for the object, if one exists.
 MIMETypedStream DefaultDisseminator.viewDublinCore()
          Returns the Dublin Core record for the object, if one exists.
 MIMETypedStream DefaultDisseminatorImpl.viewItemIndex()
          Returns an HTML rendering of the Item Index for the object.
 MIMETypedStream DefaultDisseminator.viewItemIndex()
          Returns an HTML rendering of the Item Index for the object.
 MIMETypedStream DefaultDisseminatorImpl.viewMethodIndex()
          Returns an HTML rendering of the Dissemination Index for the object.
 MIMETypedStream DefaultDisseminator.viewMethodIndex()
          Returns an HTML rendering of the Dissemination Index for the object.
 MIMETypedStream DefaultDisseminatorImpl.viewObjectProfile()
          Returns an HTML rendering of the object profile which contains key metadata from the object, plus URLs for the object's Dissemination Index and Item Index.
 MIMETypedStream DefaultDisseminator.viewObjectProfile()
          Returns an HTML rendering of the object profile which contains key metadata from the object, plus URLs for the object's Dissemination Index and Item Index.
 

Uses of MIMETypedStream in org.fcrepo.server.access.dissemination
 

Methods in org.fcrepo.server.access.dissemination that return MIMETypedStream
 MIMETypedStream DisseminationService.assembleDissemination(Context context, String PID, Hashtable<String,String> h_userParms, DisseminationBindingInfo[] dissBindInfoArray, String deploymentPID, ServiceDeploymentReader bmReader, String methodName)
           Assembles a dissemination given an instance of DisseminationBindingInfo which has the dissemination-related information from the digital object and its associated Service Deployment object.
 

Uses of MIMETypedStream in org.fcrepo.server.rest
 

Methods in org.fcrepo.server.rest with parameters of type MIMETypedStream
 void DatastreamFilenameHelper.addContentDispositionHeader(Context context, String pid, String dsID, String download, Date asOfDateTime, MIMETypedStream stream)
          Add a content disposition header to a MIMETypedStream based on configuration preferences.
protected  javax.ws.rs.core.Response BaseRestResource.buildResponse(MIMETypedStream result)
           
 

Uses of MIMETypedStream in org.fcrepo.server.storage
 

Methods in org.fcrepo.server.storage that return MIMETypedStream
 MIMETypedStream ExternalContentManager.getExternalContent(ContentManagerParams params)
          Reads the contents of the specified URL and returns the result as a MIMETypedStream.
 MIMETypedStream DefaultExternalContentManager.getExternalContent(ContentManagerParams params)
           
 

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

Methods in org.fcrepo.server.storage.types with parameters of type MIMETypedStream
 long DatastreamReferencedContent.getContentLength(MIMETypedStream stream)
          Returns the length of the content of this stream.
 void DatastreamManagedContent.putContentStream(MIMETypedStream stream)
          Set the contents of this managed datastream by storing as a temp file.
 

Uses of MIMETypedStream in org.fcrepo.server.utilities
 

Methods in org.fcrepo.server.utilities that return MIMETypedStream
static MIMETypedStream TypeUtility.convertGenMIMETypedStreamToMIMETypedStream(MIMETypedStream genMIMETypedStream)
           Converts an instance of org.fcrepo.server.types.gen.MIMETypedStream into an instance of org.fcrepo.server.storage.types.MIMETypedStream.
 

Methods in org.fcrepo.server.utilities with parameters of type MIMETypedStream
static MIMETypedStream TypeUtility.convertMIMETypedStreamToGenMIMETypedStream(MIMETypedStream mimeTypedStream)
           Converts an instance of org.fcrepo.server.storage.types.MIMETypedStream into an instance of org.fcrepo.server.types.gen.MIMETypedStream.
 



Copyright © 2011 DuraSpace. All Rights Reserved.