Uses of Enum Class
org.ehrbase.repository.AuditDetailsTargetType
Packages that use AuditDetailsTargetType
-
Uses of AuditDetailsTargetType in org.ehrbase.repository
Methods in org.ehrbase.repository that return AuditDetailsTargetTypeModifier and TypeMethodDescriptionstatic AuditDetailsTargetTypeReturns the enum constant of this class with the specified name.static AuditDetailsTargetType[]AuditDetailsTargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.repository with parameters of type AuditDetailsTargetTypeModifier and TypeMethodDescriptionContributionRepository.createAudit(com.nedap.archie.rm.generic.AuditDetails auditDetails, AuditDetailsTargetType targetType) Creates a Audit in the DatabaseContributionRepository.createDefaultAudit(ContributionChangeType contributionChangeType, AuditDetailsTargetType targetType) Create the default audit in the DB for usage in case data is not saved via explicit provided contribution.Constructors in org.ehrbase.repository with parameters of type AuditDetailsTargetTypeModifierConstructorDescriptionprotectedAbstractVersionedObjectRepository(AuditDetailsTargetType targetType, org.jooq.Table<VR> versionHead, org.jooq.Table<DR> dataHead, org.jooq.Table<VH> versionHistory, org.jooq.Table<DH> dataHistory, org.jooq.DSLContext context, ContributionRepository contributionRepository, SystemService systemService, TimeProvider timeProvider)