public abstract class DomainWithTasksWrapper<T extends com.abiquo.model.transport.SingleResourceTransportDto> extends DomainWrapper<T>
TaskDto
context, target
Modifier | Constructor and Description |
---|---|
protected |
DomainWithTasksWrapper(RestContext<AbiquoApi,AbiquoAsyncApi> context,
T target) |
Modifier and Type | Method and Description |
---|---|
AsyncTask |
findTask(com.google.common.base.Predicate<AsyncTask> filter) |
List<AsyncTask> |
listTasks() |
List<AsyncTask> |
listTasks(com.google.common.base.Predicate<AsyncTask> filter) |
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected DomainWithTasksWrapper(RestContext<AbiquoApi,AbiquoAsyncApi> context, T target)
Copyright © 2009-2013 jclouds. All Rights Reserved.