Module: Assembly

Defined in:
lib/assembly-utils/version.rb,
lib/assembly-utils.rb,
lib/assembly-utils/utils.rb

Overview

Main Assembly namespace

Defined Under Namespace

Classes: Utils

Constant Summary collapse

PURL_BASE_URL =

Base PURL URL

'http://purl.stanford.edu'
CONTENT_MD_FILE =

Default content metadata file present at root of each object directory

'contentMetadata.xml'
DESC_MD_FILE =

Default descriptive metadata file present at root of each object directory

'descMetadata.xml'
TECHNICAL_MD_FILE =

Default technical metadata file present at root of each object directory

'technicalMetadata.xml'
DOR_WORKSPACE =

Defaut DOR workspace directory

'/dor/workspace'
ASSEMBLY_WORKSPACE =

Default assembly directory, can be overwritten by the value set in the project specific YAML configuration

'/dor/assembly'
ASSEMBLY_WF =

Assembly workflow name

'assemblyWF'
ASSEMBLY_WF_STEPS =

Assembly workflow steps, used for cleanup

[
  [ 'start-assembly',        'completed' ],
  [ 'jp2-create',            'waiting'   ],
  [ 'checksum-compute',      'waiting'   ],
  [ 'exif-collect',          'waiting'   ],
  [ 'accessioning-initiate', 'waiting'   ]
]