Package ca.cdr.api.model.json
Class AuditEventPrePersistJson
java.lang.Object
ca.cdr.api.model.json.AuditEventPrePersistJson
- All Implemented Interfaces:
IHasUserData
,IModelJson
,IModelJson
Parameter object class encapsulating user modifiable data to be used in the context of the
CdrPointcut.AUDIT_EVENT_PRE_PERSIST
pointcut invocation.-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClientPopulatedUserData
(boolean theCreateIfNull) Model objects wishing to implement user data can implement this interface, and only need to actually implement this methodMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.cdr.api.model.json.IHasUserData
addUserData, clearUserData, getUserData, getUserInt, getUserString, hasUserData, setUserData, setUserDataINN, setUserDataInternal
-
Constructor Details
-
AuditEventPrePersistJson
public AuditEventPrePersistJson()
-
-
Method Details
-
getClientPopulatedUserData
Description copied from interface:IHasUserData
Model objects wishing to implement user data can implement this interface, and only need to actually implement this method- Specified by:
getClientPopulatedUserData
in interfaceIHasUserData
-