Package com.ibm.fhir.task.api
Interface ITaskGroup
- 
- All Known Implementing Classes:
 TaskGroup
public interface ITaskGroupManage access to the tasks 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddParent(ITaskGroup parent)Add the given parent as one of the parents of this task groupStringgetTaskId()voidtaskCompletionCallback(ITaskGroup taskGroup)Called when a child task completes. 
 - 
 
- 
- 
Method Detail
- 
getTaskId
String getTaskId()
 
- 
addParent
void addParent(ITaskGroup parent)
Add the given parent as one of the parents of this task group- Parameters:
 parent-
 
- 
taskCompletionCallback
void taskCompletionCallback(ITaskGroup taskGroup)
Called when a child task completes.- Parameters:
 taskGroup-
 
 - 
 
 -