Uses of Enum Class
org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCodeRole
Packages that use ParticipantObjectTypeCodeRole
Package
Description
-
Uses of ParticipantObjectTypeCodeRole in org.openehealth.ipf.commons.audit.codes
Methods in org.openehealth.ipf.commons.audit.codes that return ParticipantObjectTypeCodeRoleModifier and TypeMethodDescriptionParticipantObjectTypeCodeRole.enumForCode(Short code) Returns the enum constant of this class with the specified name.static ParticipantObjectTypeCodeRole[]ParticipantObjectTypeCodeRole.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParticipantObjectTypeCodeRole in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type ParticipantObjectTypeCodeRoleModifier and TypeMethodDescriptionSecurityAlertBuilder.addAlertNodeSubjectParticipantObject(String node, ParticipantObjectTypeCodeRole role, String reason) SecurityAlertBuilder.addAlertUriSubjectParticipantObject(String uri, ParticipantObjectTypeCodeRole role, String reason) BaseAuditMessageBuilder.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 ParticipantObjectTypeCodeRole in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return ParticipantObjectTypeCodeRoleModifier and TypeMethodDescriptionParticipantObjectIdentificationType.getParticipantObjectTypeCodeRole()Code representing the functional application role of Participant Object being audited.Methods in org.openehealth.ipf.commons.audit.model with parameters of type ParticipantObjectTypeCodeRoleModifier and TypeMethodDescriptionvoidParticipantObjectIdentificationType.setParticipantObjectTypeCodeRole(ParticipantObjectTypeCodeRole participantObjectTypeCodeRole) Code representing the functional application role of Participant Object being audited.