Package | Description |
---|---|
org.mule.modules.box | |
org.mule.modules.box.internal.item.file.task |
Modifier and Type | Method and Description |
---|---|
Task |
BoxConnector.addTaskToFile(String fileId,
String message,
Date dueAt)
Used to create a single task for single user on a single file.
|
Task |
BoxConnector.getTaskInfo(String taskId)
Fetches a specific task.
|
Task |
BoxConnector.updateTaskInfo(String taskId,
TaskInput taskInfo)
Updates a specific task.
|
Modifier and Type | Method and Description |
---|---|
List<Task> |
BoxConnector.getFileTasks(String fileId)
Retrieves all of the tasks for given file.
|
Modifier and Type | Method and Description |
---|---|
Task |
TaskOutputConverter.apply(com.box.sdk.BoxTask.Info info) |
Task |
TaskClientImpl.create(String fileId,
String message,
Date dueAt) |
Task |
TaskClient.create(String fileId,
String message,
Date dueAt) |
protected Task |
TaskOutputConverter.createOutputItem() |
Task |
TaskClientImpl.get(String id) |
Task |
TaskClient.get(String id) |
Task |
TaskClientImpl.update(String id,
TaskInput input) |
Task |
TaskClient.update(String id,
TaskInput input) |
Modifier and Type | Method and Description |
---|---|
List<Task> |
TaskClientImpl.list(String fileId) |
List<Task> |
TaskClient.list(String fileId) |
Copyright © 2010–2016. All rights reserved.