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 ContextContext.Builder. build()ContextAuditLogEntry. getContext()static ContextContext.Parser. parse(InputStream in)Methods in com.ibm.fhir.audit.logging.beans with parameters of type Context Modifier and Type Method Description static StringContext.Writer. generate(Context obj)voidAuditLogEntry. 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 classFHIRContextConstructors in com.ibm.fhir.audit.logging.beans.impl.context with parameters of type Context Constructor Description FHIRContext(Context fromObj)
-