diff --git a/tracking/interfaces.py b/tracking/interfaces.py index 249b3cf..118ebaf 100644 --- a/tracking/interfaces.py +++ b/tracking/interfaces.py @@ -83,6 +83,10 @@ class ITrackingStorage(Interface): Return the new track item's id. """ + def updateTrack(track, data): + """ Update an existing track with new data. + """ + def query(**criteria): """ Search for tracks. Possible criteria are: taskId, runId, userName, timeFrom, timeTo.