Uses of Class
fedora.server.storage.types.MIMETypedStream

Packages that use MIMETypedStream
fedora.server.access   
fedora.server.access.defaultdisseminator   
fedora.server.access.dissemination   
fedora.server.storage   
fedora.server.utilities   
 

Uses of MIMETypedStream in fedora.server.access
 

Methods in fedora.server.access that return MIMETypedStream
 MIMETypedStream DynamicAccessModule.getBehaviorMethodsXML(Context context, java.lang.String PID, java.lang.String bDefPID, java.util.Date asOfDateTime)
          Get an XML encoding of the behavior defintions for a given dynamic disseminator that is associated with the digital object.
 MIMETypedStream DynamicAccessImpl.getBehaviorMethodsXML(Context context, java.lang.String PID, java.lang.String bDefPID, java.util.Date asOfDateTime)
          Get an XML encoding of the behavior defintions for a given dynamic disseminator that is associated with the digital object.
 MIMETypedStream DynamicAccessModule.getDatastreamDissemination(Context context, java.lang.String PID, java.lang.String dsID, java.util.Date asOfDateTime)
           
 MIMETypedStream DynamicAccessImpl.getDatastreamDissemination(Context context, java.lang.String PID, java.lang.String dsID, java.util.Date asOfDateTime)
           
 MIMETypedStream DefaultAccess.getDatastreamDissemination(Context context, java.lang.String PID, java.lang.String dsID, java.util.Date asOfDateTime)
           
 MIMETypedStream Access.getDatastreamDissemination(Context context, java.lang.String PID, java.lang.String dsID, java.util.Date asOfDateTime)
           
 MIMETypedStream DynamicAccessModule.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Perform a dissemination for a behavior method that belongs to a dynamic disseminator that is associate with the digital object.
 MIMETypedStream DefaultAccess.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Disseminates the content produced by executing the specified method of the associated Behavior Mechanism object of the specified digital object.
 MIMETypedStream Access.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Disseminates the content produced by executing the specified method of the associated Behavior Mechanism object of the specified digital object.
 MIMETypedStream DynamicAccessImpl.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime, DOReader reader)
          Perform a dissemination for a behavior method that belongs to a dynamic disseminator that is associate with the digital object.
 

Uses of MIMETypedStream in fedora.server.access.defaultdisseminator
 

Methods in fedora.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 fedora.server.access.dissemination
 

Methods in fedora.server.access.dissemination that return MIMETypedStream
 MIMETypedStream DisseminationService.assembleDissemination(Context context, java.lang.String PID, java.util.Hashtable h_userParms, DisseminationBindingInfo[] dissBindInfoArray, java.lang.String bMechPid, java.lang.String methodName)
          Assembles a dissemination given an instance of DisseminationBindingInfo which has the dissemination-related information from the digital object and its associated Behavior Mechanism object.
 MIMETypedStream DisseminationService.getDisseminationContent(java.lang.String url, Context context, java.lang.String user, java.lang.String pass)
          A method that reads the contents of the specified URL and returns the result as a MIMETypedStream
 

Uses of MIMETypedStream in fedora.server.storage
 

Methods in fedora.server.storage that return MIMETypedStream
 MIMETypedStream ExternalContentManager.getExternalContent(java.lang.String URL, Context context)
           
 MIMETypedStream DefaultExternalContentManager.getExternalContent(java.lang.String url, Context context)
          A method that reads the contents of the specified URL and returns the result as a MIMETypedStream
 

Uses of MIMETypedStream in fedora.server.utilities
 

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

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