Uses of Class
com.evolveum.midpoint.task.api.ParentAndRoot
-
Packages that use ParentAndRoot Package Description com.evolveum.midpoint.task.api com.evolveum.midpoint.task.api.test -
-
Uses of ParentAndRoot in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return ParentAndRoot Modifier and Type Method Description static ParentAndRoot
ParentAndRoot. fromPath(List<Task> pathToRoot)
@NotNull ParentAndRoot
Task. getParentAndRoot(OperationResult result)
Looks for OID of the parent and the root of the task tree for this task. -
Uses of ParentAndRoot in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return ParentAndRoot Modifier and Type Method Description @NotNull ParentAndRoot
NullTaskImpl. getParentAndRoot(OperationResult result)
-