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 TaskResolverempty()Does nothing: in its typical use it assumes that all children are pre-resolved.@NotNull TaskTyperesolve(String oid) 
 - 
 
- 
- 
Method Detail
- 
resolve
@NotNull @NotNull TaskType resolve(String oid) throws SchemaException, ObjectNotFoundException, UnsupportedOperationException
- Throws:
 UnsupportedOperationException- if this resolver does not support resolution of tasksSchemaExceptionObjectNotFoundException
 
- 
empty
static TaskResolver empty()
Does nothing: in its typical use it assumes that all children are pre-resolved. 
 - 
 
 -