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