Uses of Class
com.genologics.ri.processexecution.ExecutableInputOutputMap
Packages that use ExecutableInputOutputMap
Package
Description
Entities for process execution in the Clarity system.
-
Uses of ExecutableInputOutputMap in com.genologics.ri.processexecution
Fields in com.genologics.ri.processexecution with type parameters of type ExecutableInputOutputMapModifier and TypeFieldDescriptionprotected List<ExecutableInputOutputMap>ExecutableProcess.inputOutputMapsThe input-output mappings for the process.Methods in com.genologics.ri.processexecution that return ExecutableInputOutputMapModifier and TypeMethodDescriptionExecutableProcess.addInputOutputMap(ExecutableInputOutputMap ioMap) Adds an input-output map to the list.ObjectFactory.createInputOutputMap()Create an instance of ExecutableInputOutputMap.ExecutableProcess.newInputOutputMap()Creates and adds a new input-output map.Methods in com.genologics.ri.processexecution that return types with arguments of type ExecutableInputOutputMapModifier and TypeMethodDescriptionObjectFactory.createProcessInputOutputMap(ExecutableInputOutputMap value) Create an instance of JAXBElement<ExecutableInputOutputMap>.ExecutableProcess.getInputOutputMaps()Gets the input-output mappings.Methods in com.genologics.ri.processexecution with parameters of type ExecutableInputOutputMapModifier and TypeMethodDescriptionExecutableProcess.addInputOutputMap(ExecutableInputOutputMap ioMap) Adds an input-output map to the list.ObjectFactory.createProcessInputOutputMap(ExecutableInputOutputMap value) Create an instance of JAXBElement<ExecutableInputOutputMap>.