Modifier and Type | Method and Description |
---|---|
java.util.List<CaseNote> |
listCaseNotes(CaseHeader caseHeader)
Retrieves a list of all
CaseNote records that are related to the
given CaseHeader . |
java.util.List<CaseNote> listCaseNotes(CaseHeader caseHeader)
CaseNote
records that are related to the
given CaseHeader
. This list returned contains both active and
cancelled case notes.caseHeader
- the case header all case note records are to be retrieved in
relation to