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>protected List<IceBucketField>protected Stringprotected List<ContainerTypeLink>protected List<ControlTypeLink>protected List<ProcessInput>protected List<ProcessOutput>protected List<ProcessTypeAttribute>protected List<QueueField>queueFieldsprotected List<ReagentKitLink>protected List<StepProperty>protected StepSetupprotected List<TypeDefinition>protected URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTypeDefinition(Linkable<Field> link) Each field definition provides a URI linking to the configuration of a user-defined field for the output type.getLink()Get a concrete link object to thisLinkablething.getName()getUri()Get the URI of this object.voidvoidsetStepSetup(StepSetup stepSetup) voidSet the URI of this object.
-
Field Details
-
fieldDefinitions
-
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:LocatableGet the URI of this object. -
setUri
Description copied from interface:LocatableSet the URI of this object. -
getFieldDefinitions
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 thisLinkablething.- Specified by:
getLinkin interfaceLinkable<ProcessType>- Returns:
- A
LimsLinkto this object.
-