Class ReportTaskRecursionWebject

java.lang.Object
com.ptc.windchill.enterprise.report.server.impl.ReportTaskRecursionWebject

public class ReportTaskRecursionWebject extends Object
This class contains static methods that are called as custom Webjects for use in recursive reporting tasks.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.infoengine.object.factory.Task
    recurse(com.infoengine.object.factory.Task a_task)
    This method executes a recursive algorithm to gather data at each recursion level and store it in an output group.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • recurse

      public static com.infoengine.object.factory.Task recurse(com.infoengine.object.factory.Task a_task) throws com.infoengine.util.IEException
      This method executes a recursive algorithm to gather data at each recursion level and store it in an output group.

      Supported API: true
      Parameters:
      task -
      Returns:
      Task
      Throws:
      WTException
      com.infoengine.util.IEException