@ucb-cspace/cspace-ui
Version:
CollectionSpace user interface for browsers
12 lines (10 loc) • 556 B
JavaScript
import mergeAuthorityItemsBatchJob from './org.collectionspace.services.batch.nuxeo.MergeAuthorityItemsBatchJob';
import updateInventoryStatusBatchJob from './org.collectionspace.services.batch.nuxeo.UpdateInventoryStatusBatchJob';
import grouperBatchJob from './org.collectionspace.services.batch.nuxeo.GrouperBatchJob';
import bulkObjectEditBatchJob from './org.collectionspace.services.batch.nuxeo.BulkObjectEditBatchJob';
export default [
mergeAuthorityItemsBatchJob,
updateInventoryStatusBatchJob,
grouperBatchJob,
bulkObjectEditBatchJob,
];