Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode
Packages that use ParticipantObjectTypeCode
Package
Description
-
Uses of ParticipantObjectTypeCode in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return ParticipantObjectTypeCodeModifier and TypeMethodDescriptionstatic ParticipantObjectTypeCodeParticipantObjectTypeCode.enumForCode(Short code) static ParticipantObjectTypeCodeReturns the enum constant of this class with the specified name.static ParticipantObjectTypeCode[]ParticipantObjectTypeCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParticipantObjectTypeCode in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type ParticipantObjectTypeCodeModifier and TypeMethodDescriptionBaseAuditMessageBuilder.addParticipantObjectIdentification(ParticipantObjectIdType objectIDTypeCode, String objectName, byte[] objectQuery, List<TypeValuePairType> objectDetails, String objectID, ParticipantObjectTypeCode objectTypeCode, ParticipantObjectTypeCodeRole objectTypeCodeRole, ParticipantObjectDataLifeCycle objectDataLifeCycle, String objectSensitivity) Create and add an Participant Object Identification block to this audit event messageBaseAuditMessageBuilder.addParticipantObjectIdentification(ParticipantObjectIdType objectIDTypeCode, String objectName, byte[] objectQuery, List<TypeValuePairType> objectDetails, String objectID, ParticipantObjectTypeCode objectTypeCode, ParticipantObjectTypeCodeRole objectTypeCodeRole, ParticipantObjectDataLifeCycle objectDataLifeCycle, String objectSensitivity, List<DicomObjectDescriptionType> dicomDescriptions) Create and add an Participant Object Identification block to this audit event message -
Uses of ParticipantObjectTypeCode in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return ParticipantObjectTypeCodeModifier and TypeMethodDescriptionParticipantObjectIdentificationType.getParticipantObjectTypeCode()Code for the participant object type being audited.Methods in org.openehealth.ipf.commons.audit.model with parameters of type ParticipantObjectTypeCodeModifier and TypeMethodDescriptionvoidParticipantObjectIdentificationType.setParticipantObjectTypeCode(ParticipantObjectTypeCode participantObjectTypeCode) Code for the participant object type being audited.