java.lang.Object
com.genologics.ri.workflowconfiguration.Workflow
- All Implemented Interfaces:
Linkable<Workflow>
,Locatable
,Serializable
The detailed representation of a Workflow.
- See Also:
-
Field Details
-
ID_EXTRACTOR_PATTERN
Regular expression to extract workflow id from a workflow URI.- Since:
- 2.22
-
protocols
-
stages
-
name
-
uri
-
status
-
-
Constructor Details
-
Workflow
public Workflow() -
Workflow
-
Workflow
-
-
Method Details
-
getId
Get the numeric identifier for this workflow from its URI.- Returns:
- The workflow id, or null if either the URI is not set or it doesn't match the form expected for a workflow URI.
- Since:
- 2.22
-
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. -
getStatus
-
setStatus
-
getProtocols
-
addProtocol
-
getStages
-
addStage
-