java.lang.Object
com.genologics.ri.processexecution.ArtifactBase
com.genologics.ri.processexecution.Output
- All Implemented Interfaces:
Serializable
The output element provides information about the Artifacts that will be
created by the Process. Output is a child element of the input-output-map
element.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocationThe location of the output artifact.protected OutputTypeThe output type.Fields inherited from class com.genologics.ri.processexecution.ArtifactBase
qcFlag -
Constructor Summary
ConstructorsConstructorDescriptionOutput()Default constructor.Output(OutputType type) Constructor with output type.Output(OutputType type, LimsEntityLinkable<Container> container, String position) Constructor with output type, container, and position. -
Method Summary
Modifier and TypeMethodDescriptionGets the location of the output artifact.getType()Gets the output type.setLocation(LimsEntityLinkable<Container> container, String position) Sets the location of the output artifact with container and position.setLocation(Location location) Sets the location of the output artifact.voidsetType(OutputType type) Sets the output type.Methods inherited from class com.genologics.ri.processexecution.ArtifactBase
getQCFlag, setQCFlag, updateQCFlag
-
Field Details
-
location
The location of the output artifact. -
type
The output type.
-
-
Constructor Details
-
Output
public Output()Default constructor. -
Output
Constructor with output type.- Parameters:
type- The output type.
-
Output
Constructor with output type, container, and position.- Parameters:
type- The output type.container- The container link.position- The position in the container.
-
-
Method Details
-
getLocation
Gets the location of the output artifact.- Returns:
- The location.
-
setLocation
Sets the location of the output artifact.- Parameters:
location- The location to set.- Returns:
- The location that was set.
-
setLocation
Sets the location of the output artifact with container and position.- Parameters:
container- The container link.position- The position in the container.- Returns:
- The created location.
-
getType
Gets the output type.- Returns:
- The output type.
-
setType
Sets the output type.- Parameters:
type- The output type to set.
-