Package com.abiquo.apiclient
Class AsyncTaskUtils
- java.lang.Object
-
- com.abiquo.apiclient.AsyncTaskUtils
-
public class AsyncTaskUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<com.abiquo.server.core.asynctask.AsyncJobDto>AsyncJobCompleted
-
Constructor Summary
Constructors Constructor Description AsyncTaskUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasFinishedSuccesfully(com.abiquo.server.core.asynctask.AsyncTaskDto task)Checks that all jobs in task are in 'completed' state
-
-
-
Field Detail
-
AsyncJobCompleted
public static Predicate<com.abiquo.server.core.asynctask.AsyncJobDto> AsyncJobCompleted
-
-