Uses of Class
com.genologics.ri.protocolconfiguration.ProtocolLink
Packages that use ProtocolLink
Package
Description
Provides JAXB bindings for the protocol configuration domain model.
Entities for workflow stages in the Clarity system.
Entities for workflow configuration in the Clarity system.
-
Uses of ProtocolLink in com.genologics.ri.protocolconfiguration
Fields in com.genologics.ri.protocolconfiguration with type parameters of type ProtocolLinkModifier and TypeFieldDescriptionprotected List<ProtocolLink>Protocols.protocolsThe list of protocol links.Methods in com.genologics.ri.protocolconfiguration that return ProtocolLinkModifier and TypeMethodDescriptionObjectFactory.createProtocolLink()Creates a new ProtocolLink instance.Methods in com.genologics.ri.protocolconfiguration that return types with arguments of type ProtocolLinkModifier and TypeMethodDescriptionProtocols.getList()Gets the list of items in this batch.Protocols.getProtocols()Gets the list of protocol links. -
Uses of ProtocolLink in com.genologics.ri.stage
Fields in com.genologics.ri.stage declared as ProtocolLinkModifier and TypeFieldDescriptionprotected ProtocolLinkStage.protocolLink to the protocol for this stage.Methods in com.genologics.ri.stage that return ProtocolLink -
Uses of ProtocolLink in com.genologics.ri.workflowconfiguration
Fields in com.genologics.ri.workflowconfiguration with type parameters of type ProtocolLinkModifier and TypeFieldDescriptionprotected List<ProtocolLink>Workflow.protocolsThe list of protocols associated with this workflow.Methods in com.genologics.ri.workflowconfiguration that return ProtocolLinkModifier and TypeMethodDescriptionWorkflow.addProtocol(Linkable<Protocol> protocol) Adds a protocol to this workflow.Methods in com.genologics.ri.workflowconfiguration that return types with arguments of type ProtocolLinkModifier and TypeMethodDescriptionWorkflow.getProtocols()Gets the list of protocols associated with this workflow.