Package org.aktin.broker.download
Class RequestBundleExport
java.lang.Object
org.aktin.broker.download.RequestBundleExport
public class RequestBundleExport extends Object
-
Constructor Summary
Constructors Constructor Description RequestBundleExport(BrokerBackend backend) -
Method Summary
Modifier and Type Method Description voidcreateBundle(int requestId, OutputStream dest)voidcreateBundle(int requestId, Path path)static StringguessFileExtension(String mediaType)voidsetAggregator(AggregatorBackend aggregator)Set the aggregator.
-
Constructor Details
-
RequestBundleExport
- Throws:
javax.xml.bind.JAXBException
-
-
Method Details
-
setAggregator
Set the aggregator. Used to include submitted result data in exports.- Parameters:
aggregator- aggergator
-
guessFileExtension
-
createBundle
- Throws:
IOException
-
createBundle
- Throws:
IOException
-