@Description("(optional) title for the exported data, currently only used for generating the filename. If none is given, the first title of the first object will be used.")
@Description("Pattern for the generated filenames in the ZIP files.")final
Stringfilenames,
@QueryParam("metanames")
@DefaultValue("{filename}.meta")
@Description("Pattern for the filenames for the metadata files in the ZIP files.")final
Stringmetanames,
@QueryParam("dirnames")
@DefaultValue("{parent|/}{title}*")
@Description("Pattern for the directory names generated for aggregations etc. This pattern applied to the parent aggregation is available as {parent} in filenames and metanames.")final
Stringdirnames,
@QueryParam("only")
@Description("Restrict export to objects with the given MIME types")
finalList<String>only,
@QueryParam("meta")
@Description("Export metadata and aggregation files")