Interface IPipelineSpecification
- 
- All Superinterfaces:
 IPipelineConnections,IPipelineSpecificationBasic
- All Known Subinterfaces:
 IPipelineSpecificationWithVersions
- All Known Implementing Classes:
 PipelineSpecification,PipelineSpecificationWithVersions
public interface IPipelineSpecification extends IPipelineConnections
This interface describes a multi-output pipeline, where each stage has an already-computed description string. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionContextgetStageDescriptionString(int stage)Get the description string for a pipeline stage.- 
Methods inherited from interface org.apache.manifoldcf.agents.interfaces.IPipelineConnections
getOutputConnectionIndex, getOutputConnectionNames, getOutputConnections, getTransformationConnectionIndex, getTransformationConnectionNames, getTransformationConnections 
- 
Methods inherited from interface org.apache.manifoldcf.agents.interfaces.IPipelineSpecificationBasic
checkStageOutputConnection, getOutputCount, getOutputStage, getStageChildren, getStageConnectionName, getStageCount, getStageParent 
 - 
 
 - 
 
- 
- 
Field Detail
- 
_rcsid
static final java.lang.String _rcsid
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getStageDescriptionString
VersionContext getStageDescriptionString(int stage)
Get the description string for a pipeline stage.- Parameters:
 stage- is the stage to get the connection name for.- Returns:
 - the description string that stage.
 
 
 - 
 
 -