You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case a task comprises of subtasks there should be some utility function to
iterate the subtask's data-folder to access their content.
At the moment this information is only provided in a txt-file and the user
would have to parse it every time anew if this information is needed.
Original issue reported on code.google.com by [email protected] on 3 Dec 2014 at 3:12
The text was updated successfully, but these errors were encountered:
I'm not sure yet where this would best go:
1) a utility method getSubtasks(String contextId, storageService)
2) a method in TaskContextMetadata (no access to the storage service, so would
need to be initialized externally)
3) a method in TaskContext (access to the storage service)
4) a method in the storage service getSubtasks(String contextId)
Any preference anybody (at least before I think harder about this)? ;)
Original comment by richard.eckart on 3 Dec 2014 at 3:17
Original issue reported on code.google.com by
[email protected]
on 3 Dec 2014 at 3:12The text was updated successfully, but these errors were encountered: