Uses of Enum
org.openehealth.ipf.commons.audit.codes.NetworkAccessPointTypeCode
Package
Description
-
Uses of NetworkAccessPointTypeCode in org.openehealth.ipf.commons.audit.codes
Modifier and TypeMethodDescriptionstatic NetworkAccessPointTypeCode
NetworkAccessPointTypeCode.enumForCode
(Short code) static NetworkAccessPointTypeCode
Returns the enum constant of this type with the specified name.static NetworkAccessPointTypeCode[]
NetworkAccessPointTypeCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkAccessPointTypeCode in org.openehealth.ipf.commons.audit.event
Modifier and TypeMethodDescriptionprotected NetworkAccessPointTypeCode
BaseAuditMessageBuilder.getNetworkAccessPointCodeFromAddress
(String address) Modifier and TypeMethodDescriptionBaseAuditMessageBuilder.addActiveParticipant
(String userID, String altUserID, String userName, Boolean userIsRequestor, List<ActiveParticipantRoleId> roleIdCodes, String networkAccessPointID, NetworkAccessPointTypeCode networkAccessPointTypeCode, String mediaIdentifier, MediaType mediaType) Create and add an Active Participant block to this audit event messageDataExportBuilder.setDestinationMediaParticipant
(String userId, String altUserId, String userName, String networkAccessPointId, NetworkAccessPointTypeCode networkAccessPointTypeCode, String mediaIdentifier, MediaType mediaType) DataImportBuilder.setSourceMediaParticipant
(String userId, String altUserId, String userName, NetworkAccessPointTypeCode networkAccessPointType, String networkAccessPointId, String mediaIdentifier, MediaType mediaType) -
Uses of NetworkAccessPointTypeCode in org.openehealth.ipf.commons.audit.model
Modifier and TypeMethodDescriptionActiveParticipantType.getNetworkAccessPointTypeCode()
An identifier for the type of network access point.Modifier and TypeMethodDescriptionvoid
ActiveParticipantType.setNetworkAccessPointTypeCode
(NetworkAccessPointTypeCode networkAccessPointTypeCode) An identifier for the type of network access point.