Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] AbstractRepositoryConnector.getChangedSinceLastSync()method

Good points, and the ability to synch reports incrementally is only
beneficial to connectors that retrieve all the task attributes, and hence
use the offline support.  So I moved that method into the optional
IOfflineTaskHandler.

Mik

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Eugene Kuleshov
> Sent: Thursday, July 27, 2006 11:18 AM
> To: Mylar developer discussions
> Subject: [mylar-dev]
> AbstractRepositoryConnector.getChangedSinceLastSync()method
> 
> Hi,
> 
>   I wonder what is the purpose of
> AbstractRepositoryConnector.getChangedSinceLastSync() method?
> 
>   Its comment saying that it should return all the tasks if nothing
> changed, but all connectors except bugzilla actuall return empty
> collection.
> 
>   Also, this API is quite limiting and assuming that one could extract
> task attributes, which is not always possible. For instance, update time
> for web-based connectors only available for the query hits, but not
> individual web-linked tasks.
> 
>   regards,
>   Eugene
> 
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top