Package com.evolveum.midpoint.task.api
Class TaskUtil
java.lang.Object
com.evolveum.midpoint.task.api.TaskUtil
Utility methods related to the 
Task objects.
 The ones that refer only to `TaskType` objects are located in the schema module, e.g. in TaskTypeUtil class.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic TaskfindByIdentifier(@NotNull String identifier, @NotNull Collection<Task> tasks) static booleanfindExtensionItemValueInThisOrParent(Task task, QName path, boolean defaultValue) static @NotNull ExecutionModeTypegetExecutionMode(Task task) getLeafTasks(List<? extends Task> allSubtasksInTree) static booleanDeprecated.static booleanDeprecated.static voidtasksToOids(List<? extends Task> tasks) 
- 
Constructor Details- 
TaskUtilpublic TaskUtil()
 
- 
- 
Method Details- 
tasksToOids
- 
findByIdentifierpublic static Task findByIdentifier(@NotNull @NotNull String identifier, @NotNull @NotNull Collection<Task> tasks) 
- 
getExecutionMode
- 
isDryRunDeprecated.
- 
isExecuteDeprecated.
- 
findExtensionItemValueInThisOrParentpublic static boolean findExtensionItemValueInThisOrParent(Task task, QName path, boolean defaultValue) throws SchemaException - Throws:
- SchemaException
 
- 
getLeafTasks
- 
logClusteringWithoutSubscriptionErrorpublic static void logClusteringWithoutSubscriptionError()
 
-