Top Level Namespace

Defined Under Namespace

Modules: Admin, BulkActionsHelper, DocumentHelper, FormInputHelper, GeoblacklightAdmin, GeoblacklightAdminHelper, ImportDocumentsHelper, MappingsHelper Classes: ActiveStorageAttachment, ActiveStorageBlob, ApiSearchBuilder, ApplicationRecord, BlacklightApi, BlacklightApiFacets, BlacklightApiIds, BulkAction, BulkActionDocument, BulkActionDocumentStateMachine, BulkActionDocumentTransition, BulkActionRevertDocumentJob, BulkActionRevertJob, BulkActionRunDocumentJob, BulkActionRunJob, BulkActionStateMachine, BulkActionTransition, Document, DocumentAccess, DocumentDownload, DocumentIndexer, DocumentStateMachine, DocumentTransition, Element, ExportChannel, ExportCsvDocumentAccessLinksService, ExportCsvDocumentDownloadsService, ExportCsvService, ExportJob, ExportJsonBulkJob, ExportJsonJob, ExportJsonService, ExportNotification, FormControl, FormElement, FormFeature, FormGroup, FormHeader, Import, ImportBtaa, ImportBtaaAardvark, ImportDocument, ImportDocumentJob, ImportDocumentStateMachine, ImportDocumentTransition, ImportGblv1, ImportRunJob, ImportStateMachine, ImportTransition, Mapping, Notification, User, ZipFileGenerator

Constant Summary collapse

GEOMG_SCHEMA =
HashWithIndifferentAccess.new(
  JSON.parse(
    File.read(
      Rails.root.join("config/geomg_aardvark_schema.json")
    )
  )
)
GEOMG_SCHEMA_TIMESTAMP =
File.read(Rails.root.join("tmp/schema_timestamp.txt").to_s)
BLACKLIGHT_URL =
ENV["BLACKLIGHT_URL"]
BLACKLIGHT_JSON_API =
ENV["BLACKLIGHT_JSON_API"]
BLACKLIGHT_JSON_API_IDS =
ENV["BLACKLIGHT_JSON_API_IDS"]
BLACKLIGHT_JSON_API_FACETS =
ENV["BLACKLIGHT_JSON_API_FACETS"]