Uses of Class
org.ehrbase.dao.access.interfaces.I_ConceptAccess.ContributionChangeType
-
Packages that use I_ConceptAccess.ContributionChangeType Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq -
-
Uses of I_ConceptAccess.ContributionChangeType in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return I_ConceptAccess.ContributionChangeType Modifier and Type Method Description I_ConceptAccess.ContributionChangeTypeI_ContributionAccess. getAuditsChangeType()static I_ConceptAccess.ContributionChangeTypeI_ConceptAccess.ContributionChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static I_ConceptAccess.ContributionChangeType[]I_ConceptAccess.ContributionChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.dao.access.interfaces with parameters of type I_ConceptAccess.ContributionChangeType Modifier and Type Method Description UUIDI_ContributionAccess. commit(Timestamp transactionTime, UUID committerId, UUID systemId, ContributionDataType contributionType, ContributionDef.ContributionState contributionState, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)Commits given input as contribution record.static UUIDI_ConceptAccess. fetchContributionChangeType(I_DomainAccess domainAccess, I_ConceptAccess.ContributionChangeType contributionChangeType)static I_AuditDetailsAccessI_AuditDetailsAccess. getInstance(I_DomainAccess dataAccess, UUID systemId, UUID committer, I_ConceptAccess.ContributionChangeType changeType, String description)get a new AuditDetails access layer instancevoidI_StatusAccess. setAuditAndContributionAuditValues(UUID systemId, UUID committerId, String description, I_ConceptAccess.ContributionChangeType changeType)Helper that sets values in Status' direct audit and Status' implicit contribution auditvoidI_ContributionAccess. setAuditDetailsValues(UUID committer, UUID system, String description, I_ConceptAccess.ContributionChangeType changeType)Convenience setter for contribution's auditvoidI_AuditDetailsAccess. setChangeType(I_ConceptAccess.ContributionChangeType changeType)BooleanI_AuditDetailsAccess. update(UUID systemId, UUID committer, I_ConceptAccess.ContributionChangeType changeType, String description)Update method with all optional parameters to only set and invoke update with given parameters.BooleanI_ContributionAccess. update(Timestamp transactionTime, UUID committerId, UUID systemId, ContributionDataType contributionType, ContributionDef.ContributionState contributionState, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)Update with embedded audit update.BooleanI_EhrAccess. update(UUID committerId, UUID systemId, UUID contributionId, ContributionDef.ContributionState state, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)Updates the whole EHR access in the DB, e.g. to update the status.booleanI_VersionedCRUD. update(LocalDateTime timestamp, UUID committerId, UUID systemId, String description, I_ConceptAccess.ContributionChangeType changeType)Update the object with the necessary metadata. -
Uses of I_ConceptAccess.ContributionChangeType in org.ehrbase.dao.access.jooq
Methods in org.ehrbase.dao.access.jooq that return I_ConceptAccess.ContributionChangeType Modifier and Type Method Description I_ConceptAccess.ContributionChangeTypeContributionAccess. getAuditsChangeType()Methods in org.ehrbase.dao.access.jooq with parameters of type I_ConceptAccess.ContributionChangeType Modifier and Type Method Description UUIDContributionAccess. commit(Timestamp transactionTime, UUID committerId, UUID systemId, ContributionDataType contributionType, ContributionDef.ContributionState state, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)Commit the contribution with (optional) given values (incl. audit data, which is handled embedded)voidStatusAccess. setAuditAndContributionAuditValues(UUID systemId, UUID committerId, String description, I_ConceptAccess.ContributionChangeType changeType)voidContributionAccess. setAuditDetailsValues(UUID committer, UUID system, String description, I_ConceptAccess.ContributionChangeType changeType)voidAuditDetailsAccess. setChangeType(I_ConceptAccess.ContributionChangeType changeType)BooleanAuditDetailsAccess. update(UUID systemId, UUID committer, I_ConceptAccess.ContributionChangeType changeType, String description)booleanCompositionAccess. update(LocalDateTime timestamp, UUID committerId, UUID systemId, String description, I_ConceptAccess.ContributionChangeType changeType)Update the object with the necessary metadata.BooleanContributionAccess. update(Timestamp transactionTime, UUID committerId, UUID systemId, ContributionDataType contributionType, ContributionDef.ContributionState state, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)BooleanEhrAccess. update(UUID committerId, UUID systemId, UUID contributionId, ContributionDef.ContributionState state, I_ConceptAccess.ContributionChangeType contributionChangeType, String description)booleanFolderAccess. update(LocalDateTime transactionTime, UUID systemId, UUID committerId, String description, I_ConceptAccess.ContributionChangeType changeType)Update the object with the necessary metadata.booleanFolderHistoryAccess. update(LocalDateTime timestamp, UUID committerId, UUID systemId, String description, I_ConceptAccess.ContributionChangeType changeType)booleanStatusAccess. update(LocalDateTime timestamp, UUID committerId, UUID systemId, String description, I_ConceptAccess.ContributionChangeType changeType)Constructors in org.ehrbase.dao.access.jooq with parameters of type I_ConceptAccess.ContributionChangeType Constructor Description AuditDetailsAccess(I_DomainAccess dataAccess, UUID systemId, UUID committer, I_ConceptAccess.ContributionChangeType changeType, String description)
-