Class ProgressUtil
java.lang.Object
ch.tocco.nice2.tasks.impl.progress.persist.ProgressUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkNotImmutable
(Entity taskExecution) static Entity
getCallableType
(Context context, String id) static Entity
getCancelledStatusEntity
(Context context) static Entity
getLogEntryStatus
(Context context, LogEntryImpl.Status status) static Entity
getPendingProgressType
(Context context) static Entity
getPendingStatusEntity
(Context context) static Entity
getProgressType
(Context context, ProgressBean.Type type) static Entity
getStatusEntity
(Context context, TaskExecutionStatus status) static Entity
getStoppedStatusEntity
(Context context) static Entity
getTaskExecutionEntity
(Context context, String taskId)
-
Method Details
-
getCallableType
-
getPendingStatusEntity
-
getCancelledStatusEntity
-
getStoppedStatusEntity
-
getStatusEntity
-
getPendingProgressType
-
getProgressType
-
getLogEntryStatus
-
getTaskExecutionEntity
-
checkNotImmutable
-