Uses of Enum Class
ubic.gemma.model.common.description.PublicationAssociationSource
Packages that use PublicationAssociationSource
Package
Description
-
Uses of PublicationAssociationSource in ubic.gemma.model.common.description
Subclasses with type arguments of type PublicationAssociationSource in ubic.gemma.model.common.descriptionModifier and TypeClassDescriptionenumWho asserted aPublicationAssociation— the authority behind the claim, as distinct from theevidencethey gave for it.Methods in ubic.gemma.model.common.description that return PublicationAssociationSourceModifier and TypeMethodDescriptionstatic PublicationAssociationSourcePublicationAssociationSource.fromDbValue(String v) Parse the lowercase external form back into the enum.PublicationAssociation.getSource()static PublicationAssociationSourceReturns the enum constant of this class with the specified name.static PublicationAssociationSource[]PublicationAssociationSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.common.description with parameters of type PublicationAssociationSourceModifier and TypeMethodDescriptionbooleanPublicationAssociationSource.outranks(PublicationAssociationSource held) voidPublicationAssociation.setSource(PublicationAssociationSource source) -
Uses of PublicationAssociationSource in ubic.gemma.persistence.service.common.description
Methods in ubic.gemma.persistence.service.common.description that return PublicationAssociationSourceMethods in ubic.gemma.persistence.service.common.description with parameters of type PublicationAssociationSourceModifier and TypeMethodDescriptionPublicationAssociationService.findBlockingRejection(Investigation investigation, BibliographicReference publication, PublicationAssociationSource source) The standing rejection that would refuse an attempt bysourceto acceptpublicationforinvestigation, ornullif the write is allowed.PublicationAssociationServiceImpl.findBlockingRejection(Investigation investigation, BibliographicReference publication, PublicationAssociationSource source) Constructors in ubic.gemma.persistence.service.common.description with parameters of type PublicationAssociationSourceModifierConstructorDescriptionPublicationAssertion(BibliographicReference publication, PublicationAssociationSource source) A claim with a reference and an authority but no stated basis — what the pre-evidence write path amounts to, and what the plain three-argumentExpressionExperimentService.updatePublications(ExpressionExperiment, BibliographicReference, Collection)produces for its callers.PublicationAssertion(BibliographicReference publication, PublicationAssociationSource source, String evidence, String supportingEvidence, GOEvidenceCode evidenceCode, Double confidence, String assertedBy)