Uses of Class
com.ibm.fhir.audit.logging.beans.Batch
-
Packages that use Batch Package Description com.ibm.fhir.audit.logging.beans com.ibm.fhir.audit.logging.beans.impl.context -
-
Uses of Batch in com.ibm.fhir.audit.logging.beans
Methods in com.ibm.fhir.audit.logging.beans that return Batch Modifier and Type Method Description Batch
Batch.Builder. build()
Batch
Context. getBatch()
static Batch
Batch.Parser. parse(InputStream in)
static Batch
Batch.Parser. parse(javax.json.JsonObject jsonObject)
Methods in com.ibm.fhir.audit.logging.beans with parameters of type Batch Modifier and Type Method Description Context.Builder
Context.Builder. batch(Batch batch)
static String
Batch.Writer. generate(Batch obj)
static void
Batch.Writer. generate(Batch obj, javax.json.stream.JsonGenerator generator)
void
Context. setBatch(Batch batch)
-
Uses of Batch in com.ibm.fhir.audit.logging.beans.impl.context
Methods in com.ibm.fhir.audit.logging.beans.impl.context with parameters of type Batch Modifier and Type Method Description FHIRContext.FHIRBuilder
FHIRContext.FHIRBuilder. batch(Batch batch)
-