Uses of Class
com.genologics.ri.processexecution.Parameter
Packages that use Parameter
Package
Description
Entities for process execution in the Clarity system.
-
Uses of Parameter in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution declared as ParameterModifier and TypeFieldDescriptionprotected ParameterExecutableProcess.parameterThe process parameter for external program integration.Methods in com.genologics.ri.processexecution that return ParameterModifier and TypeMethodDescriptionObjectFactory.createParameter()Create an instance of Parameter.ExecutableProcess.getParameter()Gets the process parameter.Methods in com.genologics.ri.processexecution that return types with arguments of type ParameterModifier and TypeMethodDescriptionObjectFactory.createProcessProcessParameter(Parameter value) Create an instance of JAXBElement<Parameter>.Methods in com.genologics.ri.processexecution with parameters of type ParameterModifier and TypeMethodDescriptionObjectFactory.createProcessProcessParameter(Parameter value) Create an instance of JAXBElement<Parameter>.voidExecutableProcess.setParameter(Parameter parameter) Sets the process parameter.