public interface TaskService extends RestService
Modifier and Type | Method and Description |
---|---|
Task |
create(Task task)
Create a task
|
Task |
get(String taskId)
Show details for a task.
|
List<? extends Task> |
list()
List tasks
|
List<? extends Task> |
list(Map<String,String> filteringParams)
List tasks filtering by parameters.
|
Copyright © 2017. All rights reserved.