|
[Expand]
Inherited Methods |
From class
org.mule.module.google.task.adapters.GoogleTasksConnectorLifecycleAdapter
|
From class
org.mule.module.google.task.adapters.GoogleTasksConnectorMetadataAdapater
|
From class
org.mule.module.google.task.adapters.GoogleTasksConnectorCapabilitiesAdapter
|
boolean
|
isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.module.google.task.GoogleTasksConnector
|
void
|
clearTasks(String taskListId)
Clears all completed tasks from the specified task list.
|
|
void
|
deleteTask(String taskListId, String taskId)
Deletes the specified task from the task list.
|
|
void
|
deleteTaskList(String taskListId)
Deletes the authenticated user's specified task list.
|
|
String
|
getAccessToken()
|
|
String
|
getApplicationName()
|
|
String
|
getConsumerKey()
|
|
String
|
getConsumerSecret()
|
|
String
|
getScope()
|
|
Task
|
getTaskById(String taskListId, String taskId)
Returns the specified task.
|
|
TaskList
|
getTaskListById(String taskListId)
Returns the authenticated user's specified task list
|
|
PagingDelegate<TaskList>
|
getTaskLists(PagingConfiguration pagingConfiguration)
Returns all the authenticated user's task lists.
|
|
PagingDelegate<Task>
|
getTasks(String taskListId, String completedMin, String completedMax, String dueMin, String dueMax, String updatedMin, boolean showDeleted, boolean showHidden, boolean showcompleted, PagingConfiguration pagingConfiguration)
Returns all tasks in the specified task list.
|
|
Task
|
insertTask(String taskListId, Task task)
Creates a new task on the specified task list
|
|
TaskList
|
insertTaskList(TaskList taskList)
Creates a new task list and adds it to the authenticated user's task lists.
|
|
Task
|
move(String taskListId, String taskId, String parentId, String previousId)
Moves the specified task to another position in the task list.
|
|
void
|
postAuth()
|
|
void
|
setAccessToken(String accessToken)
|
|
void
|
setApplicationName(String applicationName)
|
|
void
|
setConsumerKey(String consumerKey)
|
|
void
|
setConsumerSecret(String consumerSecret)
|
|
void
|
setScope(String scope)
|
|
Task
|
updateTask(String taskListId, String taskId, Task task)
Updates the specified task.
|
|
TaskList
|
updateTaskList(TaskList taskList, String taskListId)
Updates the authenticated user's specified task list.
|
|
From class
org.mule.modules.google.AbstractGoogleOAuthConnector
|
abstract
String
|
getAccessToken()
|
|
String
|
getUserId()
|
|
void
|
setUserId(String arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.devkit.ProcessAdapter
|
abstract
<T>
ProcessTemplate<T, O>
|
getProcessTemplate()
|
|
From interface
org.mule.api.devkit.capability.Capabilities
|
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|