Browse Source

Config for external content (#125)

pull/729/head
dannylamb 5 years ago committed by Seth Shaw
parent
commit
f3644dca17
  1. 0
      modules/islandora_core_feature/config/install/rdf.mapping.taxonomy_term.islandora_display.yml
  2. 12
      modules/islandora_core_feature/config/install/system.action.delete_file_as_fedora_external_content.yml
  3. 2
      modules/islandora_core_feature/config/install/system.action.delete_media_from_triplestore.yml
  4. 2
      modules/islandora_core_feature/config/install/system.action.delete_node_from_fedora.yml
  5. 2
      modules/islandora_core_feature/config/install/system.action.delete_node_from_triplestore.yml
  6. 12
      modules/islandora_core_feature/config/install/system.action.index_file_as_fedora_external_content.yml
  7. 2
      modules/islandora_core_feature/config/install/system.action.index_file_in_fedora.yml
  8. 2
      modules/islandora_core_feature/config/install/system.action.index_media_in_fedora.yml
  9. 2
      modules/islandora_core_feature/config/install/system.action.index_media_in_triplestore.yml
  10. 2
      modules/islandora_core_feature/config/install/system.action.index_node_in_fedora.yml
  11. 2
      modules/islandora_core_feature/config/install/system.action.index_node_in_triplestore.yml

0
modules/islandora_core_feature/config/install/rdf.mapping.taxonomy_term.islandora_display.yml

12
modules/islandora_core_feature/config/install/system.action.delete_file_as_fedora_external_content.yml

@ -0,0 +1,12 @@
langcode: en
status: true
dependencies:
module:
- islandora
id: delete_file_as_fedora_external_content
label: 'Delete File as Fedora External Content'
type: file
plugin: emit_file_event
configuration:
queue: islandora-indexing-fcrepo-delete
event: Delete

2
modules/islandora_core_feature/config/install/system.action.delete_media_from_triplestore.yml

@ -12,4 +12,4 @@ type: media
plugin: emit_media_event
configuration:
queue: islandora-indexing-triplestore-delete
event: delete
event: Delete

2
modules/islandora_core_feature/config/install/system.action.delete_node_from_fedora.yml

@ -12,4 +12,4 @@ type: node
plugin: emit_node_event
configuration:
queue: islandora-indexing-fcrepo-delete
event: delete
event: Delete

2
modules/islandora_core_feature/config/install/system.action.delete_node_from_triplestore.yml

@ -12,4 +12,4 @@ type: node
plugin: emit_node_event
configuration:
queue: islandora-indexing-triplestore-delete
event: delete
event: Delete

12
modules/islandora_core_feature/config/install/system.action.index_file_as_fedora_external_content.yml

@ -0,0 +1,12 @@
langcode: en
status: true
dependencies:
module:
- islandora
id: index_file_as_fedora_external_content
label: 'Index File as Fedora External Content'
type: file
plugin: emit_file_event
configuration:
queue: islandora-indexing-fcrepo-file-external
event: Update

2
modules/islandora_core_feature/config/install/system.action.index_file_in_fedora.yml

@ -12,4 +12,4 @@ type: file
plugin: emit_file_event
configuration:
queue: islandora-indexing-fcrepo-file
event: Create
event: Update

2
modules/islandora_core_feature/config/install/system.action.index_media_in_fedora.yml

@ -12,4 +12,4 @@ type: media
plugin: emit_media_event
configuration:
queue: islandora-indexing-fcrepo-media
event: update
event: Update

2
modules/islandora_core_feature/config/install/system.action.index_media_in_triplestore.yml

@ -12,4 +12,4 @@ type: media
plugin: emit_media_event
configuration:
queue: islandora-indexing-triplestore-index
event: update
event: Update

2
modules/islandora_core_feature/config/install/system.action.index_node_in_fedora.yml

@ -12,4 +12,4 @@ type: node
plugin: emit_node_event
configuration:
queue: islandora-indexing-fcrepo-content
event: update
event: Update

2
modules/islandora_core_feature/config/install/system.action.index_node_in_triplestore.yml

@ -12,4 +12,4 @@ type: node
plugin: emit_node_event
configuration:
queue: islandora-indexing-triplestore-index
event: update
event: Update

Loading…
Cancel
Save