T - the resource type.public interface TaskResources<T extends DataObjectRestRep>
| Modifier and Type | Method and Description |
|---|---|
Task<T> |
getTask(java.net.URI id,
java.net.URI taskId)
Gets a single task associated with a given resource by ID.
|
Tasks<T> |
getTasks(java.net.URI id)
Gets the tasks associated with a given resource by ID.
|