Class ReportTaskRecursionWebject
java.lang.Object
com.ptc.windchill.enterprise.report.server.impl.ReportTaskRecursionWebject
This class contains static methods that are called as custom Webjects for
use in recursive reporting tasks.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.infoengine.object.factory.Taskrecurse(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.
-
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:
WTExceptioncom.infoengine.util.IEException
-