add updateTrack() to interface definition
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2541 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
9c92fd07f3
commit
99cfd4a65b
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue