Versions Compared

Key

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

...

NameMediated Ingest
DescriptionThis pattern exposes an object-based resource endpoint for complex ingest requests
Use cases

The Content Validation and Content Modeling use cases would seem to fit this pattern as well as the Transaction Support pattern below

... 
NameMediated Retrieval
DescriptionThis pattern exposes an object-based resource endpoint for complex retrieval requests
Use cases

OpenSearch API support - would use mediated retrieval to populate indices as well as to actually retrieve complex objects

Content Modeling requires transformation patterns that filter the Fedora output of GET requests.

Extra-repository Access Control filters results of a triplestore query based on user privileges.

... 
NameWorkflow Monitoring
DescriptionThis pattern exposes a service for monitoring the state/progress of API-Extension Architecture workflows
Use cases ... 
NameDeployment/Configuration
DescriptionThis pattern involves the mechanics of extension deployment, configuration, and sharing
Use cases ... 
NameTransaction support
DescriptionA pattern that guarantees the state of the repository (Fedora + associated indexes) after a mutating operation completes
Use cases
  • In the Recover from failed package deposit use case, one option for handling failed deposits is to roll back the deposit as if it never occurred.
  • In the Content Modeling use case, roll back the deposit of an object if it cannot be successfully transformed upon POST
  • Rolling back a deposit in the Content Validation use case if an incoming object cannot be successfully validated
... 
NameSelection and Filtering of Fedora resources or requests
DescriptionA pattern that allows for selecting Fedora resources and/or requests by some criteria
Use cases
... 
..
NameStability of representations
DescriptionThe stability of the representation of resources is a concern of multiple use cases. Ideally the representation of a resource can remain stable (identical or equivalent to previously retrieved representations), even if the underlying model used to represent the resource changes.
Use casesSI - Stable Representations, SI - Assembly of representation from graph discuss retrieving stable representations. The JHU Retrieve Domain Objects, and AIC Content Model use cases explicitly want object representations to conform to a domain model. The AIC Content and Structural Validation discusses mechanisms to ensure conformity to a content model..