Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Utility-API to access task #68

Open
GoogleCodeExporter opened this issue May 14, 2015 · 1 comment
Open

Provide Utility-API to access task #68

GoogleCodeExporter opened this issue May 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants