java.lang.Object
com.genologics.ri.processtype.ProcessOutput
- All Implemented Interfaces:
Serializable
Process-output is a child element of process type specifying the configured
output generation types for the process
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Boolean
Deprecated.protected String
Deprecated.protected Integer
protected OutputGenerationType
protected String
protected VariabilityType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArtifact type for this output.The display name for the output.Deprecated.These field definitions are ignored as of Clarity LIMS 5.0.Number of outputs to generate (only applies if variabilityType is FIXED).Specifies how the outputs are generated in relation to the inputs (COMPOUND, PER_REAGENT_LABEL, or PER_INPUT).Pattern for specifying how the output name is generated.Specifies how the process determines the number of outputs to generated (FIXED, VARIABLE, or VARIABLE_BY_INPUT).Deprecated.This property is no longer supported.void
setArtifactType
(String artifactType) void
setAssignWorkingFlag
(Boolean assignWorkingFlag) Deprecated.void
setDisplayName
(String displayName) void
setNumberOfOutputs
(Integer numberOfOutputs) void
setOutputGenerationType
(OutputGenerationType outputGenerationType) void
setOutputName
(String outputName) void
setVariabilityType
(VariabilityType variabilityType)
-
Field Details
-
artifactType
-
displayName
-
outputGenerationType
-
variabilityType
-
numberOfOutputs
-
outputName
-
fieldDefinitions
Deprecated. -
assignWorkingFlag
Deprecated.
-
-
Constructor Details
-
ProcessOutput
public ProcessOutput()
-
-
Method Details
-
getFieldDefinitions
Deprecated.These field definitions are ignored as of Clarity LIMS 5.0.Each field definition provides a URI linking to the configuration of a user defined field for the output type.- Returns:
- A list of links to fields.
-
getArtifactType
Artifact type for this output.- Returns:
- The artifact type.
-
setArtifactType
-
getDisplayName
The display name for the output.- Returns:
- The display name.
-
setDisplayName
-
getOutputGenerationType
Specifies how the outputs are generated in relation to the inputs (COMPOUND, PER_REAGENT_LABEL, or PER_INPUT).- Returns:
- The output generation type.
-
setOutputGenerationType
-
getVariabilityType
Specifies how the process determines the number of outputs to generated (FIXED, VARIABLE, or VARIABLE_BY_INPUT).- Returns:
- The number of outputs type.
-
setVariabilityType
-
getNumberOfOutputs
Number of outputs to generate (only applies if variabilityType is FIXED).- Returns:
- The number of outputs.
-
setNumberOfOutputs
-
getOutputName
Pattern for specifying how the output name is generated.- Returns:
- The output name pattern.
-
setOutputName
-
isAssignWorkingFlag
Deprecated.This property is no longer supported.Whether the working flag should be assigned to the output when the process runs.- Returns:
- true if it should be removed, false if not.
-
setAssignWorkingFlag
Deprecated.
-