Uses of Class
com.ibm.fhir.audit.cadf.CadfReporterStep
-
Packages that use CadfReporterStep Package Description com.ibm.fhir.audit.cadf -
-
Uses of CadfReporterStep in com.ibm.fhir.audit.cadf
Methods in com.ibm.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(InputStream in)
Methods in com.ibm.fhir.audit.cadf that return types with arguments of type CadfReporterStep Modifier and Type Method Description ArrayList<CadfReporterStep>
CadfEvent. getReporterchain()
Methods in com.ibm.fhir.audit.cadf with parameters of type CadfReporterStep Modifier and Type Method Description static 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 com.ibm.fhir.audit.cadf with type arguments of type CadfReporterStep Modifier and Type Method Description void
CadfEvent. setReporterchain(ArrayList<CadfReporterStep> reporterchain)
-