java.lang.Object
com.genologics.ri.artifact.Artifact
- All Implemented Interfaces:
LimsEntity<Artifact>
,LimsEntityLinkable<Artifact>
,Linkable<Artifact>
,Locatable
,UDFHolder
,Serializable
The detailed representation of an Artifact.
An Artifact represents the inputs to or outputs from a process. An Artifact is classified by its type (Analyte, ResultFile, etc).
Artifacts do not support HTTP POST requests.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ArtifactGroupLink>
protected ControlTypeLink
protected DemuxLink
protected ClarityFile
protected String
protected Location
protected String
protected OutputType
protected ParentProcessLink
protected QCFlag
protected List<ReagentLabel>
protected List<SampleLink>
protected String
protected URI
protected List<WorkflowStage>
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddReagentLabel
(ReagentLabel label) addReagentLabel
(String labelName) addUserDefinedField
(UDF udf) Deprecated.addUserDefinedField
(String name, FieldType type, String value) Deprecated.addWorkflowStage
(WorkflowStage stage) getDemux()
getFile()
File provides a URI linking to the detailed representation of the File associated with the Artifact.Get the LIMS id for this object.getName()
getType()
getUri()
Get the URI of this object.getUserDefinedField
(String name) Deprecated.Get a list of user defined fields held by the entity.void
setArtifactGroups
(Collection<? extends Linkable<ArtifactGroup>> links) void
setControlType
(Linkable<ControlType> link) void
void
setFile
(ClarityFile value) void
Set the LIMS id for this object.void
setLocation
(Location value) void
void
setOutputType
(OutputType value) void
void
setSamples
(Collection<? extends LimsEntityLinkable<Sample>> links) void
void
Set the URI of this object.void
setWorkflowStages
(Collection<WorkflowStage> workflowStages) void
setWorkingFlag
(Boolean value) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsId
Methods inherited from interface com.genologics.ri.userdefined.UDFHolder
getUDF, getUDF, getUDF, getUdfs, getUDFs, getUDFValue, getUDFValue, getUDFValue, getUDFValue, setUDF
-
Field Details
-
name
-
type
-
outputType
-
parentProcess
-
qcFlag
-
location
-
workingFlag
-
samples
-
reagentLabels
-
controlType
-
fields
-
file
-
artifactGroups
-
workflowStages
- Since:
- 2.20
-
demux
- Since:
- 2.26
-
limsid
-
uri
-
-
Constructor Details
-
Artifact
public Artifact()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getOutputType
-
setOutputType
-
getParentProcess
-
setParentProcess
-
getQCFlag
-
setQCFlag
-
getLocation
-
setLocation
-
isWorkingFlag
-
setWorkingFlag
-
getSamples
-
setSamples
-
getReagentLabels
-
addReagentLabel
-
addReagentLabel
-
getControlType
-
setControlType
-
getUserDefinedFields
Description copied from interface:UDFHolder
Get a list of user defined fields held by the entity.- Specified by:
getUserDefinedFields
in interfaceUDFHolder
- Returns:
- A list of UDF objects. This should never return null.
-
getUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
addUserDefinedField
Deprecated. -
getFile
File provides a URI linking to the detailed representation of the File associated with the Artifact.- Returns:
- The file link, if present.
-
setFile
-
getArtifactGroups
-
setArtifactGroups
-
addArtifactGroup
-
getWorkflowStages
-
setWorkflowStages
-
addWorkflowStage
-
getDemux
-
setDemux
-
getLimsid
Description copied from interface:LimsEntityLinkable
Get the LIMS id for this object.- Specified by:
getLimsid
in interfaceLimsEntityLinkable<Artifact>
- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkable
Set the LIMS id for this object.- Specified by:
setLimsid
in interfaceLimsEntityLinkable<Artifact>
- Parameters:
value
- The new LIMS id.
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
toString
-