Uses of Class
org.linuxforhealth.fhir.audit.cadf.enums.Action
-
Packages that use Action Package Description org.linuxforhealth.fhir.audit.cadf org.linuxforhealth.fhir.audit.cadf.enums -
-
Uses of Action in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return Action Modifier and Type Method Description Action
CadfEvent. getAction()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type Action Modifier and Type Method Description CadfEvent.Builder
CadfEvent.Builder. action(Action action)
void
CadfEvent. setAction(Action action)
Constructors in org.linuxforhealth.fhir.audit.cadf with parameters of type Action Constructor Description Builder(java.lang.String id, EventType eventType, java.lang.String eventTime, Action action, Outcome outcome)
CadfEvent builder constructor. -
Uses of Action in org.linuxforhealth.fhir.audit.cadf.enums
Methods in org.linuxforhealth.fhir.audit.cadf.enums that return Action Modifier and Type Method Description static Action
Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-