Uses of Class
com.genologics.ri.process.ClarityProcess
Packages that use ClarityProcess
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Entities for processes executed in the Clarity system.
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of ClarityProcess in com.genologics.ri.artifact
Methods in com.genologics.ri.artifact that return types with arguments of type ClarityProcessMethod parameters in com.genologics.ri.artifact with type arguments of type ClarityProcessModifier and TypeMethodDescriptionArtifact.setParentProcess(LimsEntityLinkable<ClarityProcess> link) Sets the parent process that produced this artifact.Constructor parameters in com.genologics.ri.artifact with type arguments of type ClarityProcessModifierConstructorDescriptionConstructor from a LimsEntityLinkable.Constructor from a Linkable. -
Uses of ClarityProcess in com.genologics.ri.process
Methods in com.genologics.ri.process that return ClarityProcessModifier and TypeMethodDescriptionObjectFactory.createProcess()Creates a new ClarityProcess instance.Methods in com.genologics.ri.process that return types with arguments of type ClarityProcessModifier and TypeMethodDescriptionObjectFactory.createProcess(ClarityProcess value) Creates a JAXBElement for ClarityProcess.ParentProcessLink.getEntityClass()Gets the entity class.ProcessLink.getEntityClass()Gets the entity class.ClarityProcess.getLink()Get a concrete link object to thisLimsEntityLinkableentity.Methods in com.genologics.ri.process with parameters of type ClarityProcessModifier and TypeMethodDescriptionObjectFactory.createProcess(ClarityProcess value) Creates a JAXBElement for ClarityProcess.Method parameters in com.genologics.ri.process with type arguments of type ClarityProcessModifier and TypeMethodDescriptionArtifactLink.setParentProcess(LimsEntityLinkable<ClarityProcess> parentProcess) Sets the parent process from a LIMS entity linkable object.Constructor parameters in com.genologics.ri.process with type arguments of type ClarityProcessModifierConstructorDescriptionConstructor from a LIMS entity linkable object.Constructor from a linkable object.Constructor from a LIMS entity linkable object.ProcessLink(Linkable<ClarityProcess> link) Constructor from a linkable object. -
Uses of ClarityProcess in org.cruk.clarity.api
Methods in org.cruk.clarity.api that return ClarityProcessModifier and TypeMethodDescriptionClarityAPI.executeProcess(ExecutableProcess toExecute) Execute a process within the LIMS. -
Uses of ClarityProcess in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl that return ClarityProcessModifier and TypeMethodDescriptionClarityAPIImpl.executeProcess(ExecutableProcess toExecute) Execute a process within the LIMS.