Class TaskProgressInformation

    • Method Detail

      • fromTaskTree

        public static TaskProgressInformation fromTaskTree​(TaskType task)
        Precondition: the task contains fully retrieved and resolved subtasks.
      • getAllPartsCount

        public int getAllPartsCount()
      • getCurrentPartNumber

        public int getCurrentPartNumber()
      • getCurrentPartUri

        public String getCurrentPartUri()
        Returns current part URI (for internally partitioned tasks) or handler URI (for physically partitioned tasks). TODO clarify
      • toHumanReadableString

        public String toHumanReadableString​(boolean longForm)
      • checkConsistence

        public void checkConsistence()