Interface TaskResolver
Used to resolve tasks (mainly subtasks) in various utility methods in this package.
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaskResolver
empty()
Does nothing: in its typical use it assumes that all children are pre-resolved.@NotNull TaskType
-
Method Details
-
resolve
@NotNull @NotNull TaskType resolve(String oid) throws SchemaException, ObjectNotFoundException, UnsupportedOperationException - Throws:
UnsupportedOperationException
- if this resolver does not support resolution of tasksSchemaException
ObjectNotFoundException
-
empty
Does nothing: in its typical use it assumes that all children are pre-resolved.
-