Uses of Class
com.genologics.ri.protocolconfiguration.Protocol
Packages that use Protocol
Package
Description
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 ProtocolMethods in com.genologics.ri.protocolconfiguration that return types with arguments of type ProtocolModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Protocol>
ObjectFactory.createProtocol
(Protocol value) ProtocolLink.getEntityClass()
Methods in com.genologics.ri.protocolconfiguration with parameters of type ProtocolModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Protocol>
ObjectFactory.createProtocol
(Protocol value) Constructor parameters in com.genologics.ri.protocolconfiguration with type arguments of type Protocol -
Uses of Protocol in com.genologics.ri.stage
Methods in com.genologics.ri.stage that return types with arguments of type ProtocolMethod parameters in com.genologics.ri.stage with type arguments of type ProtocolConstructor parameters in com.genologics.ri.stage with type arguments of type Protocol -
Uses of Protocol in com.genologics.ri.workflowconfiguration
Methods in com.genologics.ri.workflowconfiguration that return types with arguments of type ProtocolMethod parameters in com.genologics.ri.workflowconfiguration with type arguments of type ProtocolConstructor parameters in com.genologics.ri.workflowconfiguration with type arguments of type Protocol -
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.