Uses of Class
com.genologics.ri.researcher.Researcher
Packages that use Researcher
Package
Description
Entities for processes executed in the Clarity system.
Entities for process execution in the Clarity system.
Entities for process templates in the Clarity system.
Project entity and supporting classes for the Clarity REST API.
Provides classes for representing researchers in the Clarity LIMS system.
Provides JAXB binding classes for the Clarity REST API role entity and its related components.
Provides classes for sample entities in the Clarity LIMS API.
Entities for workflow steps in the Clarity system.
-
Uses of Researcher in com.genologics.ri.process
Methods in com.genologics.ri.process that return types with arguments of type ResearcherMethod parameters in com.genologics.ri.process with type arguments of type ResearcherModifier and TypeMethodDescriptionvoidClarityProcess.setTechnician(Linkable<Researcher> link) Sets the technician from a linkable researcher.Constructors in com.genologics.ri.process with parameters of type ResearcherConstructor parameters in com.genologics.ri.process with type arguments of type ResearcherModifierConstructorDescriptionTechnician(Linkable<Researcher> link) Constructor from a linkable object. -
Uses of Researcher in com.genologics.ri.processexecution
Methods in com.genologics.ri.processexecution that return types with arguments of type ResearcherMethod parameters in com.genologics.ri.processexecution with type arguments of type ResearcherModifier and TypeMethodDescriptionvoidExecutableProcess.setTechnician(Linkable<Researcher> link) Sets the technician from a researcher link.Constructor parameters in com.genologics.ri.processexecution with type arguments of type ResearcherModifierConstructorDescriptionExecutableProcess(String processType, Linkable<Researcher> technician) Constructor with process type and technician.Technician(Linkable<Researcher> link) Constructor from a linkable researcher. -
Uses of Researcher in com.genologics.ri.processtemplate
Methods in com.genologics.ri.processtemplate that return types with arguments of type ResearcherModifier and TypeMethodDescriptionTechnician.getEntityClass()Gets the entity class that this link references.Methods in com.genologics.ri.processtemplate with parameters of type ResearcherModifier and TypeMethodDescriptionvoidProcessTemplate.setTechnician(Researcher researcher) Sets the technician from a Researcher object.Constructors in com.genologics.ri.processtemplate with parameters of type ResearcherModifierConstructorDescriptionTechnician(Researcher researcher) Constructs a new Technician from a Researcher object, copying the URI, first name, and last name.Constructor parameters in com.genologics.ri.processtemplate with type arguments of type ResearcherModifierConstructorDescriptionTechnician(Linkable<Researcher> link) Constructs a new Technician from a linkable researcher object. -
Uses of Researcher in com.genologics.ri.project
Methods in com.genologics.ri.project that return types with arguments of type ResearcherModifier and TypeMethodDescriptionResearcherLink.getEntityClass()Get the entity class for this link.Method parameters in com.genologics.ri.project with type arguments of type ResearcherModifier and TypeMethodDescriptionvoidProject.setResearcher(Linkable<Researcher> link) Set the researcher associated with the project.Constructor parameters in com.genologics.ri.project with type arguments of type ResearcherModifierConstructorDescriptionResearcherLink(Linkable<Researcher> link) Constructor for ResearcherLink from a Linkable. -
Uses of Researcher in com.genologics.ri.reagentlot
Methods in com.genologics.ri.reagentlot that return types with arguments of type ResearcherModifier and TypeMethodDescriptionResearcherLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.reagentlot with type arguments of type ResearcherModifier and TypeMethodDescriptionvoidReagentLot.setCreatedBy(Linkable<Researcher> createdBy) Sets the researcher who created this lot.voidReagentLot.setLastModifiedBy(Linkable<Researcher> lastModifiedBy) Sets the researcher who last modified this lot.Constructor parameters in com.genologics.ri.reagentlot with type arguments of type ResearcherModifierConstructorDescriptionResearcherLink(Linkable<Researcher> link) Constructor from a linkable researcher. -
Uses of Researcher in com.genologics.ri.researcher
Methods in com.genologics.ri.researcher that return ResearcherModifier and TypeMethodDescriptionObjectFactory.createResearcher()Creates a new Researcher instance.Methods in com.genologics.ri.researcher that return types with arguments of type ResearcherModifier and TypeMethodDescriptionObjectFactory.createResearcher(Researcher value) Creates a JAXBElement wrapper for a Researcher.ResearcherLink.getEntityClass()Gets the entity class this link refers to.Researcher.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.researcher with parameters of type ResearcherModifier and TypeMethodDescriptionObjectFactory.createResearcher(Researcher value) Creates a JAXBElement wrapper for a Researcher.Constructors in com.genologics.ri.researcher with parameters of type ResearcherModifierConstructorDescriptionResearcherLink(Researcher researcher) Constructor from a researcher object.Constructor parameters in com.genologics.ri.researcher with type arguments of type ResearcherModifierConstructorDescriptionResearcherLink(Linkable<Researcher> link) Constructor from a linkable object. -
Uses of Researcher in com.genologics.ri.role
Methods in com.genologics.ri.role that return types with arguments of type ResearcherModifier and TypeMethodDescriptionResearcherLink.getEntityClass()Gets the entity class for this link.Constructors in com.genologics.ri.role with parameters of type ResearcherModifierConstructorDescriptionResearcherLink(Researcher researcher) Constructor from a Researcher entity.Constructor parameters in com.genologics.ri.role with type arguments of type ResearcherModifierConstructorDescriptionResearcherLink(Linkable<Researcher> link) Constructor from a Linkable. -
Uses of Researcher in com.genologics.ri.sample
Methods in com.genologics.ri.sample that return types with arguments of type ResearcherModifier and TypeMethodDescriptionSubmitter.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.sample with type arguments of type ResearcherModifier and TypeMethodDescriptionSampleBase.setSubmitter(Linkable<Researcher> link) Sets the submitter for this sample.Constructors in com.genologics.ri.sample with parameters of type ResearcherModifierConstructorDescriptionSubmitter(Researcher researcher) Constructor for a submitter from a researcher entity.Constructor parameters in com.genologics.ri.sample with type arguments of type ResearcherModifierConstructorDescriptionSubmitter(Linkable<Researcher> link) Constructor for a submitter from a linkable researcher. -
Uses of Researcher in com.genologics.ri.step
Methods in com.genologics.ri.step that return types with arguments of type ResearcherModifier and TypeMethodDescriptionTechnician.getEntityClass()Gets the entity class for this link.UserLink.getEntityClass()Gets the entity class for this link.Methods in com.genologics.ri.step with parameters of type ResearcherModifier and TypeMethodDescriptionvoidProcessStep.setTechnician(Researcher technician) Sets the technician assigned to this step from a researcher.Method parameters in com.genologics.ri.step with type arguments of type ResearcherModifier and TypeMethodDescriptionvoidEscalationRequest.setAuthor(Linkable<Researcher> link) Sets the author.voidEscalationReview.setAuthor(Linkable<Researcher> link) Sets the author.voidEscalationRequest.setReviewer(Linkable<Researcher> link) Sets the reviewer.voidProcessStep.setTechnician(Linkable<Researcher> technician) Sets the technician assigned to this step from a linkable researcher.Constructors in com.genologics.ri.step with parameters of type ResearcherModifierConstructorDescriptionTechnician(Researcher technician) Constructor taking a researcher.UserLink(Researcher researcher) Constructor taking a researcher.Constructor parameters in com.genologics.ri.step with type arguments of type ResearcherModifierConstructorDescriptionTechnician(Linkable<Researcher> technician) Constructor taking a linkable researcher.UserLink(Linkable<Researcher> link) Constructor taking a linkable researcher.