Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.NetworkAccessPointTypeCode
Packages that use NetworkAccessPointTypeCode
Package
Description
-
Uses of NetworkAccessPointTypeCode in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return NetworkAccessPointTypeCodeModifier and TypeMethodDescriptionstatic NetworkAccessPointTypeCode
NetworkAccessPointTypeCode.enumForCode
(Short code) static NetworkAccessPointTypeCode
Returns the enum constant of this class with the specified name.static NetworkAccessPointTypeCode[]
NetworkAccessPointTypeCode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NetworkAccessPointTypeCode in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event that return NetworkAccessPointTypeCodeModifier and TypeMethodDescriptionprotected NetworkAccessPointTypeCode
BaseAuditMessageBuilder.getNetworkAccessPointCodeFromAddress
(String address) Methods in org.openehealth.ipf.commons.audit.event with parameters of type NetworkAccessPointTypeCodeModifier 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
Methods in org.openehealth.ipf.commons.audit.model that return NetworkAccessPointTypeCodeModifier and TypeMethodDescriptionActiveParticipantType.getNetworkAccessPointTypeCode()
An identifier for the type of network access point.Methods in org.openehealth.ipf.commons.audit.model with parameters of type NetworkAccessPointTypeCodeModifier and TypeMethodDescriptionvoid
ActiveParticipantType.setNetworkAccessPointTypeCode
(NetworkAccessPointTypeCode networkAccessPointTypeCode) An identifier for the type of network access point.