Store and Replay Complex Queries
A pattern for capturing and storing complex filter queries for later replay
A workflow pattern that supports storing complex queries as unqiue resources and then returning the URLs for these query resources for later replay. The pattern includes actions for managing the list of stored queries.
- ALPS
- Application State Diagram
- Semantic Descriptors
- cacheTTL (semantic), How long (in milliseconds) the response should be cached by the client
- cachingDirectives (semantic), Additional caching directives for the query
- dateCreated (semantic), Indicates the date/time (UTC) this delayed response was first created).
- dateUpdated (semantic), Indicates the last date/time (UTC) this delayed response was modified).
- description (semantic), Human-readable text that describes this stored query.
- doReplayCreate (idempotent), Create a new replay resource..
- doReplayRemove (idempotent), Remove an existing replay resource..
- doReplayUpdate (idempotent), Update an existing replay resource..
- goHome (safe), Navigate to the home resource
- goReplayFilter (safe), Supports filtering the list of stored replay resources
- goReplayItem (safe), Navigates to a single stored replay resources.
- goReplayList (safe), Navigates to the list of stored replay resources
- goReplayQuery (safe), Executes a stored replay resources.
- home (semantic), Home resource
- identifier (semantic), unique identifier for the stored query.
- replayItem (semantic), Replay item resource
- replayList (semantic), Replay list resource
- replayRecord (semantic), A single query reply record
- replayResults (semantic), Query results resource
- resourceQuery (semantic), complete (original) query resource
- URL (semantic), URL of this delayed response document
- Tags