Uses of Class
com.genologics.ri.protocolconfiguration.Protocol
Packages that use Protocol
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.
Tools to help move steps through Clarity using the API that allows
processes to be run as if they are done through the browser, rather than
the
ExecutableProcess mechanism.Implementation of the automation service.
-
Uses of Protocol in com.genologics.ri.protocolconfiguration
Methods in com.genologics.ri.protocolconfiguration that return ProtocolModifier and TypeMethodDescriptionObjectFactory.createProtocol()Creates a new Protocol instance.Methods in com.genologics.ri.protocolconfiguration that return types with arguments of type ProtocolModifier and TypeMethodDescriptionObjectFactory.createProtocol(Protocol value) Creates a JAXBElement for a Protocol.ProtocolLink.getEntityClass()Gets the entity class this link refers to.Protocol.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.protocolconfiguration with parameters of type ProtocolModifier and TypeMethodDescriptionObjectFactory.createProtocol(Protocol value) Creates a JAXBElement for a Protocol.Constructors in com.genologics.ri.protocolconfiguration with parameters of type ProtocolConstructor parameters in com.genologics.ri.protocolconfiguration with type arguments of type ProtocolModifierConstructorDescriptionProtocolLink(Linkable<Protocol> link) Constructor from a linkable object. -
Uses of Protocol in com.genologics.ri.stage
Methods in com.genologics.ri.stage that return types with arguments of type ProtocolModifier and TypeMethodDescriptionProtocolLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.stage with type arguments of type ProtocolModifier and TypeMethodDescriptionvoidStage.setProtocol(Linkable<Protocol> protocol) Sets the protocol for this stage.Constructor parameters in com.genologics.ri.stage with type arguments of type ProtocolModifierConstructorDescriptionProtocolLink(Linkable<Protocol> link) Constructor from a linkable protocol object. -
Uses of Protocol in com.genologics.ri.workflowconfiguration
Methods in com.genologics.ri.workflowconfiguration that return types with arguments of type ProtocolModifier and TypeMethodDescriptionProtocolLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.workflowconfiguration with type arguments of type ProtocolModifier and TypeMethodDescriptionWorkflow.addProtocol(Linkable<Protocol> protocol) Adds a protocol to this workflow.Constructors in com.genologics.ri.workflowconfiguration with parameters of type ProtocolModifierConstructorDescriptionProtocolLink(Protocol protocol) Constructor accepting a Protocol object.Constructor parameters in com.genologics.ri.workflowconfiguration with type arguments of type ProtocolModifierConstructorDescriptionProtocolLink(Linkable<Protocol> link) Constructor accepting a Linkable object. -
Uses of Protocol in org.cruk.clarity.api.automation
Methods in org.cruk.clarity.api.automation that return ProtocolModifier and TypeMethodDescriptionClarityProcessAutomation.findProtocol(String name) Find a protocol by name.Methods in org.cruk.clarity.api.automation with parameters of type ProtocolModifier and TypeMethodDescriptionFind a step in a protocol by name. -
Uses of Protocol in org.cruk.clarity.api.automation.impl
Methods in org.cruk.clarity.api.automation.impl that return ProtocolModifier and TypeMethodDescriptionClarityProcessAutomationImpl.findProtocol(String name) Find a protocol by name.Methods in org.cruk.clarity.api.automation.impl with parameters of type ProtocolModifier and TypeMethodDescriptionFind a step in a protocol by name.