Interface TaskResolver
Used to resolve tasks (mainly subtasks) in various utility methods in this package.
- 
Method SummaryModifier and TypeMethodDescriptionstatic TaskResolverempty()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 tasks
- SchemaException
- ObjectNotFoundException
 
- 
emptyDoes nothing: in its typical use it assumes that all children are pre-resolved.
 
-