Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfReporterStep
-
Packages that use CadfReporterStep Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfReporterStep in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfReporterStep Modifier and Type Method Description CadfReporterStep
CadfReporterStep.Builder. build()
Build an immutable ReporterStep instance.static CadfReporterStep
CadfReporterStep.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfReporterStep
CadfReporterStep.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfReporterStep Modifier and Type Method Description java.util.ArrayList<CadfReporterStep>
CadfEvent. getReporterchain()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfReporterStep Modifier and Type Method Description static java.lang.String
CadfReporterStep.Writer. generate(CadfReporterStep obj)
static void
CadfReporterStep.Writer. generate(CadfReporterStep obj, jakarta.json.stream.JsonGenerator generator)
CadfEvent.Builder
CadfEvent.Builder. reporterChain(CadfReporterStep[] chain)
An array of Reporterstep typed data that contains information about the sequenced handling of or change to the associated CADF Event Record by any REPORTER.Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfReporterStep Modifier and Type Method Description void
CadfEvent. setReporterchain(java.util.ArrayList<CadfReporterStep> reporterchain)
-