Uses of Class
com.genologics.ri.processexecution.ExecutableProcess
Packages that use ExecutableProcess
Package
Description
The main public package of the Clarity API.
Concrete implementation classes of the Clarity API.
-
Uses of ExecutableProcess in com.genologics.ri.processexecution
Methods in com.genologics.ri.processexecution that return ExecutableProcessMethods in com.genologics.ri.processexecution that return types with arguments of type ExecutableProcessModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ExecutableProcess>
ObjectFactory.createProcess
(ExecutableProcess value) Methods in com.genologics.ri.processexecution with parameters of type ExecutableProcessModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ExecutableProcess>
ObjectFactory.createProcess
(ExecutableProcess value) -
Uses of ExecutableProcess in org.cruk.clarity.api
Methods in org.cruk.clarity.api with parameters of type ExecutableProcessModifier and TypeMethodDescriptionClarityAPI.executeProcess
(ExecutableProcess toExecute) Execute a process within the LIMS. -
Uses of ExecutableProcess in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl with parameters of type ExecutableProcessModifier and TypeMethodDescriptionClarityAPIImpl.executeProcess
(ExecutableProcess toExecute) Execute a process within the LIMS.