Uses of Enum
org.openehealth.ipf.commons.audit.codes.EventTypeCode
-
Uses of EventTypeCode in org.openehealth.ipf.commons.audit.codes
Modifier and TypeMethodDescriptionstatic EventTypeCode
EventTypeCode.enumForCode
(String code) static EventTypeCode
Returns the enum constant of this type with the specified name.static EventTypeCode[]
EventTypeCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventTypeCode in org.openehealth.ipf.commons.audit.event
ModifierConstructorDescriptionNetworkEntryBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode) UserAuthenticationBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventTypeCode eventTypeCode, PurposeOfUse... purposesOfUse)