Package com.evolveum.midpoint.task.api
Class TaskDebugUtil
java.lang.Object
com.evolveum.midpoint.task.api.TaskDebugUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
TaskDebugUtilpublic TaskDebugUtil()
 
- 
- 
Method Details- 
dumpTaskTree- Throws:
- SchemaException
 
- 
dumpTaskTreepublic static String dumpTaskTree(Task rootTask, Consumer<Task> consumer, OperationResult result) throws SchemaException - Throws:
- SchemaException
 
- 
dumpTask
- 
getDebugInfo
- 
dumpTaskTree
- 
suspendedWithErrorCollector
 
-