Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Clarification regarding AbstractRepositoryConnector.hasRepositoryDueDate

The answer is (a): AbstractRepositoryConnector.hasRepositoryDueDate()
should return true if the task supports a shared due date, i.e. the
task data has an attribute that can store a due date. It does not
matter if it's actually set or not (supportsRepositoryDueDate() might
have been a better choice for a name).

Steffen

On Mon, Jan 4, 2010 at 2:40 AM, Robert Munteanu
<robert.munteanu@xxxxxxxxx> wrote:
> Hi,
>
> Should this method return true if
>
> a) the repository connector supports a due date for the task passed to
> the method
> b) the task passed to the method has a repository due date already set
>
> ?
>
> Thanks,
>
> Robert
> --
> Sent from my (old) computer
> _______________________________________________
> mylyn-integrators mailing list
> mylyn-integrators@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>



-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top