Package | Description |
---|---|
io.swagger.api.data |
Modifier and Type | Method and Description |
---|---|
static Task |
TaskService.getTask(String id,
javax.ws.rs.core.UriInfo ui,
String token)
Get a task from mongoDB.
|
Modifier and Type | Method and Description |
---|---|
static Boolean |
TaskService.delete(Task task)
Delete task in mongodb
|
static String |
TaskService.save(Task task)
Save a task instance
|
static Boolean |
TaskService.update(Task task)
Update task in mongodb
|
Copyright © 2018. All rights reserved.