Uses of Class
org.linuxforhealth.fhir.audit.beans.Context
-
Packages that use Context Package Description org.linuxforhealth.fhir.audit.beans -
-
Uses of Context in org.linuxforhealth.fhir.audit.beans
Subclasses of Context in org.linuxforhealth.fhir.audit.beans Modifier and Type Class Description class
FHIRContext
Methods in org.linuxforhealth.fhir.audit.beans that return Context Modifier and Type Method Description Context
Context.Builder. build()
Context
AuditLogEntry. getContext()
static Context
Context.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.beans with parameters of type Context Modifier and Type Method Description static java.lang.String
Context.Writer. generate(Context obj)
void
AuditLogEntry. setContext(Context context)
Constructors in org.linuxforhealth.fhir.audit.beans with parameters of type Context Constructor Description Context(Context fromObj)
FHIRContext(Context fromObj)
-