Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To try and keep the confusion to a minimum we will start with a Taxonomy to define some key terms, then jump into some Operational Scenarios. The scenario for all the Ops Scenario's will be built around the idea of cataloging and archiving MEDIA (audio, video, images) since most everyone can relate to these items. Some of the simple examples will focus on a single media format, while the more complex examples will show how to deal with an ever changing media library.

Taxonomy

File Manager Policy - All the *.xml files that the filemanager will use to define metadata

...

Virtual Product Type -

Metadata Elements -

Operational Scenarios

Simple File Manager Policy

  • One set of File Manager Policy
  • All of the Data Sets are homogenous

Example: You want to catalog and archive music files. They are logically grouped together by some album, but every song you archive has the same metadata elements. In this case we have a single Data Set called Music, which will be mapped to a single the default Product Type: GenericFile.

Sample Policy Overview

NOTE: Items that are bold/italic are default policy that come pre-installed with the File Manager and do not need to be edited.

+product-types.xml

  • MusicGenericFile

elements.xml

  • CAS.ProductId
  • CAS.ProductName
  • CAS.ProductReceivedTime
  • Filename
  • FileLocation
  • ProductType
  • ProductStructure
  • MimeType
  • Album
  • Artist
  • Track_Number
  • Year
  • Title

product-type-element-map.xml

  • type=GenericFile
  • * Filename

File Manager Policy with Inheritance

  • One set of File Manager Policy
  • There are some standard elements common to ALL Data sets
  • Data Sets are heterogeneous

Example:

Sample Policy Overview