Interface TaskResolver
-
@Experimental public interface TaskResolver
Used to resolve tasks (mainly subtasks) in various utility methods in this package.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TaskResolver
empty()
Does nothing: in its typical use it assumes that all children are pre-resolved.@NotNull TaskType
resolve(String oid)
-
-
-
Method Detail
-
resolve
@NotNull @NotNull TaskType resolve(String oid) throws SchemaException, ObjectNotFoundException
-
empty
static TaskResolver empty()
Does nothing: in its typical use it assumes that all children are pre-resolved.
-
-