Differences between revisions 3 and 11 (spanning 8 versions)
Revision 3 as of 2010-05-31 12:13:36
Size: 2512
Editor: abr
Comment:
Revision 11 as of 2010-06-03 11:50:53
Size: 2610
Editor: abr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
1. Request Entry Pids changed since a given date.  1. Request Entry Pids changed since a given date.
   List<Records> getChangedSince(Date since, boolean published, String viewAngle)
Line 28: Line 29:
The Update tracker will consist of a number of components. A record contain very little information
 Identifier
 State
 Date
Line 30: Line 34:
1. A database, called DB.
1. A jms client
1. The update tracker service.
If published is set to true, the lookup will only concern itself with the published objects.
Line 34: Line 36:
The DB will have

Task Update Tracker

Title
Task Update Tracker

State
Not started

Time used

Time estimated

Description

The goal of this task is to establish the Update Tracker mechanism in DOMS. The update tracker will provide the following functionality to DOMS

  1. Request Entry Pids changed since a given date.
    • List<Records> getChangedSince(Date since, boolean published, String viewAngle)

A record contain very little information

  • Identifier State Date

If published is set to true, the lookup will only concern itself with the published objects.

Sub tasks

Title State Time used Time estimated

Documentation

Progress history

Iteration Time used Status Notes Tasks adressed

Tasks/25 (last edited 2010-06-09 09:26:42 by abr)