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