samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Background job to call Fedora export service #1008

Closed mjgiarlo closed 7 years ago

mjgiarlo commented 7 years ago

From @awead on September 21, 2016 14:9

Create a background job that calls Fedora's export tool. The assembles the parameters needed and passes them to the jar file installed on the system. Ex:

java -jar <path_to_jar_file> <parameters>

Copied from original issue: projecthydra/sufia#2721