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:
helmutm 2008-04-26 08:01:58 +00:00
parent 9c92fd07f3
commit 99cfd4a65b

View file

@ -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.