Uses of Class
com.genologics.ri.process.ArtifactLink
Packages that use ArtifactLink
Package
Description
Entities for processes executed in the Clarity system.
-
Uses of ArtifactLink in com.genologics.ri.process
Fields in com.genologics.ri.process declared as ArtifactLinkModifier and TypeFieldDescriptionprotected ArtifactLinkInputOutputMap.inputThe input artifact link.protected ArtifactLinkInputOutputMap.outputThe output artifact link.Methods in com.genologics.ri.process that return ArtifactLinkModifier and TypeMethodDescriptionObjectFactory.createArtifact()Creates a new ArtifactLink instance.InputOutputMap.getInput()Gets the input artifact link.InputOutputMap.getOutput()Gets the output artifact link.Methods in com.genologics.ri.process with parameters of type ArtifactLinkModifier and TypeMethodDescriptionvoidInputOutputMap.setInput(ArtifactLink value) Sets the input artifact link.voidInputOutputMap.setOutput(ArtifactLink value) Sets the output artifact link.Constructors in com.genologics.ri.process with parameters of type ArtifactLinkModifierConstructorDescriptionInputOutputMap(ArtifactLink input, ArtifactLink output) Constructor with input and output artifact links.