com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ReportType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.ReportType


  • public final class ReportType
    extends com.aspose.ms.System.Enum

    Type of the project's graphical report.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BestPracticeAnalyzer
      Shows tasks with no actual work, not assigned tasks, tasks with duration less than 8 hours and summaries assigned with the resources.
      static int Burndown
      Includes work burndown and task burndown charts.
      static int CashFlow
      Shows the costs and cumulative costs per quarter for all top-level tasks.
      static int CostOverruns
      Shows cost variance by task and resource.
      static int CostOverview
      Shows the project’s start and finish dates, the current scheduled and remaining cost, % Complete and cost values for top-level tasks.
      static int CriticalTasks
      Shows project tasks that are critical.
      static int LateTasks
      Shows project tasks that are late.
      static int Milestones
      Shows milestones that are late, coming up and completed.
      static int OverallocatedResources
      Shows the number of remaining work hours for over allocated resources.
      static int ProjectOverview
      Shows the project’s start and finish date, percentage of duration that’s complete, percentage complete for top-level tasks and coming up milestones.
      static int ResourceCostOverview
      Shows baseline, actual, and remaining cost by resource.
      static int ResourceOverview
      Shows baseline, actual, and remaining work by resource.
      static int SlippingTasks
      Shows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).
      static int TaskCostOverview
      Shows baseline, actual, and remaining cost of all top-level tasks.
      static int UpcomingTask
      Shows tasks that are due during the current week and tasks starting during current week.
      static int WorkOverview
      Shows baseline, actual, remaining work for each top-level task and work for work resources.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • ProjectOverview

        public static final int ProjectOverview

        Shows the project’s start and finish date, percentage of duration that’s complete, percentage complete for top-level tasks and coming up milestones.

        See Also:
        Constant Field Values
      • CostOverview

        public static final int CostOverview

        Shows the project’s start and finish dates, the current scheduled and remaining cost, % Complete and cost values for top-level tasks.

        See Also:
        Constant Field Values
      • WorkOverview

        public static final int WorkOverview

        Shows baseline, actual, remaining work for each top-level task and work for work resources.

        See Also:
        Constant Field Values
      • ResourceOverview

        public static final int ResourceOverview

        Shows baseline, actual, and remaining work by resource.

        See Also:
        Constant Field Values
      • ResourceCostOverview

        public static final int ResourceCostOverview

        Shows baseline, actual, and remaining cost by resource.

        See Also:
        Constant Field Values
      • CriticalTasks

        public static final int CriticalTasks

        Shows project tasks that are critical.

        See Also:
        Constant Field Values
      • LateTasks

        public static final int LateTasks

        Shows project tasks that are late.

        See Also:
        Constant Field Values
      • Milestones

        public static final int Milestones

        Shows milestones that are late, coming up and completed.

        See Also:
        Constant Field Values
      • UpcomingTask

        public static final int UpcomingTask

        Shows tasks that are due during the current week and tasks starting during current week.

        See Also:
        Constant Field Values
      • CostOverruns

        public static final int CostOverruns

        Shows cost variance by task and resource.

        See Also:
        Constant Field Values
      • TaskCostOverview

        public static final int TaskCostOverview

        Shows baseline, actual, and remaining cost of all top-level tasks.

        See Also:
        Constant Field Values
      • OverallocatedResources

        public static final int OverallocatedResources

        Shows the number of remaining work hours for over allocated resources.

        See Also:
        Constant Field Values
      • SlippingTasks

        public static final int SlippingTasks

        Shows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).

        See Also:
        Constant Field Values
      • BestPracticeAnalyzer

        public static final int BestPracticeAnalyzer

        Shows tasks with no actual work, not assigned tasks, tasks with duration less than 8 hours and summaries assigned with the resources.

        See Also:
        Constant Field Values
      • Burndown

        public static final int Burndown

        Includes work burndown and task burndown charts. The work burndown chart shows how much work people have finished, how much is scheduled to be finished before the project finish date, and the baseline estimate of how much work would be completed at this point in the project. The task burndown chart shows the number of tasks finished, the number remaining, and the baseline estimate of how many would be finished at this point in the project.

        See Also:
        Constant Field Values
      • CashFlow

        public static final int CashFlow

        Shows the costs and cumulative costs per quarter for all top-level tasks.

        See Also:
        Constant Field Values