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
FieldsModifier and TypeFieldDescriptionprotected List<ArtifactGroupLink>protected ControlTypeLinkprotected DemuxLinkprotected ClarityFileprotected Stringprotected Locationprotected Stringprotected OutputTypeprotected ParentProcessLinkprotected QCFlagprotected List<ReagentLabel>protected List<SampleLink>protected Stringprotected URIprotected List<WorkflowStage>protected Boolean -
Constructor Summary
Constructors -
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.voidsetArtifactGroups(Collection<? extends Linkable<ArtifactGroup>> links) voidsetControlType(Linkable<ControlType> link) voidvoidsetFile(ClarityFile value) voidSet the LIMS id for this object.voidsetLocation(Location value) voidvoidsetOutputType(OutputType value) voidvoidsetSamples(Collection<? extends LimsEntityLinkable<Sample>> links) voidvoidSet the URI of this object.voidsetWorkflowStages(Collection<WorkflowStage> workflowStages) voidsetWorkingFlag(Boolean value) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.genologics.ri.LimsEntityLinkable
getLimsId, setLimsIdMethods 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:UDFHolderGet a list of user defined fields held by the entity.- Specified by:
getUserDefinedFieldsin 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:LimsEntityLinkableGet the LIMS id for this object.- Specified by:
getLimsidin interfaceLimsEntityLinkable<Artifact>- Returns:
- The LIMS id.
-
setLimsid
Description copied from interface:LimsEntityLinkableSet the LIMS id for this object.- Specified by:
setLimsidin interfaceLimsEntityLinkable<Artifact>- Parameters:
value- The new LIMS id.
-
getUri
Description copied from interface:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
toString
-