public interface TaskApi
http://community.abiquo.com/display/ABI20/API+Reference
,
TaskAsyncApi
Modifier and Type | Method and Description |
---|---|
com.abiquo.server.core.task.TaskDto |
getTask(com.abiquo.model.rest.RESTLink link)
Get a task from its link.
|
<T extends com.abiquo.model.transport.SingleResourceTransportDto> |
listTasks(T dto)
Get the list of tasks of the given object.
|
com.abiquo.server.core.task.TaskDto getTask(com.abiquo.model.rest.RESTLink link)
link
- The link of the task.<T extends com.abiquo.model.transport.SingleResourceTransportDto> com.abiquo.server.core.task.TasksDto listTasks(T dto)
dto
- The object.Copyright © 2009-2013 jclouds. All Rights Reserved.