java.lang.Object
com.genologics.ri.step.Placements
- All Implemented Interfaces:
Linkable<Placements>
,Locatable
,Serializable
The detailed representation of a step's output artifact container placements
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected StepConfiguration
protected List<OutputPlacement>
protected List<ContainerLink>
protected Link
protected URI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddOutputPlacement
(OutputPlacement placement) addSelectedContainer
(Linkable<Container> container) getStep()
getUri()
Get the URI of this object.void
setConfiguration
(StepConfiguration configuration) void
void
setStep
(Linkable<ProcessStep> step) void
Set the URI of this object.
-
Field Details
-
step
-
configuration
-
selectedContainers
-
outputPlacements
-
uri
-
-
Constructor Details
-
Placements
public Placements() -
Placements
-
-
Method Details
-
getStep
-
setStep
-
setStep
-
getConfiguration
-
setConfiguration
-
getSelectedContainers
-
addSelectedContainer
-
getOutputPlacements
-
addOutputPlacement
-
addOutputPlacement
-
getUri
Description copied from interface:Locatable
Get the URI of this object. -
setUri
Description copied from interface:Locatable
Set the URI of this object.
-