Package com.evolveum.midpoint.task.api
Class TaskDebugUtil
java.lang.Object
com.evolveum.midpoint.task.api.TaskDebugUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpTask(StringBuilder sb, Task task) static StringdumpTaskTree(Task rootTask, OperationResult result) static StringdumpTaskTree(Task rootTask, Consumer<Task> consumer, OperationResult result) static StringdumpTaskTree(TaskType rootTask) static StringgetDebugInfo(Task task) suspendedWithErrorCollector(List<Task> suspended)
-
Constructor Details
-
TaskDebugUtil
public TaskDebugUtil()
-
-
Method Details
-
dumpTaskTree
- Throws:
SchemaException
-
dumpTaskTree
public static String dumpTaskTree(Task rootTask, Consumer<Task> consumer, OperationResult result) throws SchemaException - Throws:
SchemaException
-
dumpTask
-
getDebugInfo
-
dumpTaskTree
-
suspendedWithErrorCollector
-