java.lang.Object
com.genologics.ri.processtype.ProcessType
- All Implemented Interfaces:
Linkable<ProcessType>
,Locatable
,Serializable
The process-type element contains the XML representation of a type of process
configured in the system.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EppTrigger>
Deprecated.protected List<IceBucketField>
protected String
protected List<ContainerTypeLink>
protected List<ControlTypeLink>
protected List<ProcessInput>
protected List<ProcessOutput>
protected List<ProcessTypeAttribute>
protected List<QueueField>
queueFieldsprotected List<ReagentKitLink>
protected List<StepProperty>
protected StepSetup
protected List<TypeDefinition>
protected URI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTypeDefinition
(Linkable<Field> link) Deprecated.These field definitions are ignored as of Clarity LIMS 5.0.getLink()
Get a concrete link object to thisLinkable
thing.getName()
getUri()
Get the URI of this object.void
void
setStepSetup
(StepSetup stepSetup) void
Set the URI of this object.
-
Field Details
-
fieldDefinitions
Deprecated. -
parameters
-
typeDefinitions
-
processInputs
-
processOutputs
-
processTypeAttributes
-
permittedContainers
- Since:
- 2.25
-
permittedReagentCategories
- Since:
- 2.25
-
requiredReagentKits
- Since:
- 2.25
-
permittedControlTypes
- Since:
- 2.25
-
permittedInstrumentTypes
- Since:
- 2.25
-
queueFields
queueFields- Since:
- 2.25
-
iceBucketFields
- Since:
- 2.25
-
stepFields
- Since:
- 2.25
-
sampleFields
- Since:
- 2.25
-
stepProperties
- Since:
- 2.25
-
stepSetup
- Since:
- 2.25
-
eppTriggers
- Since:
- 2.25
-
name
-
uri
-
-
Constructor Details
-
ProcessType
public ProcessType() -
ProcessType
-
ProcessType
-
-
Method Details
-
getName
-
setName
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object. -
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.
-
getParameters
-
getTypeDefinitions
-
addTypeDefinition
-
getProcessInputs
-
getProcessOutputs
-
getProcessTypeAttributes
-
getPermittedContainers
-
getPermittedReagentCategories
-
getRequiredReagentKits
-
getPermittedControlTypes
-
getPermittedInstrumentTypes
-
getQueueFields
-
getIceBucketFields
-
getStepFields
-
getSampleFields
-
getStepProperties
-
getStepSetup
-
setStepSetup
-
getEppTriggers
-
getLink
Get a concrete link object to thisLinkable
thing.- Specified by:
getLink
in interfaceLinkable<ProcessType>
- Returns:
- A
LimsLink
to this object.
-