Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfAttachment
-
Packages that use CadfAttachment Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfAttachment in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfAttachment Modifier and Type Method Description CadfAttachment
CadfAttachment.Builder. build()
static CadfAttachment
CadfAttachment.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfAttachment
CadfAttachment.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfAttachment Modifier and Type Method Description java.util.ArrayList<CadfAttachment>
CadfEvent. getAttachments()
java.util.ArrayList<CadfAttachment>
CadfReporterStep. getAttachments()
java.util.ArrayList<CadfAttachment>
CadfResource. getAttachments()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfAttachment Modifier and Type Method Description CadfEvent.Builder
CadfEvent.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfReporterStep.Builder
CadfReporterStep.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfResource.Builder
CadfResource.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfEvent.Builder
CadfEvent.Builder. attachments(CadfAttachment[] attachments)
An optional array of extended or domain-specific information about the event or its context.CadfReporterStep.Builder
CadfReporterStep.Builder. attachments(CadfAttachment[] attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.CadfResource.Builder
CadfResource.Builder. attachments(CadfAttachment[] attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.static java.lang.String
CadfAttachment.Writer. generate(CadfAttachment obj)
static void
CadfAttachment.Writer. generate(CadfAttachment obj, jakarta.json.stream.JsonGenerator generator)
Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfAttachment Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.Builder. attachments(java.util.ArrayList<CadfAttachment> attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.CadfResource.Builder
CadfResource.Builder. attachments(java.util.ArrayList<CadfAttachment> attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.void
CadfEvent. setAttachments(java.util.ArrayList<CadfAttachment> attachments)
-