org.apache.jetspeed.pipeline
Interface PipelineMapper


public interface PipelineMapper

Jetspeed PipelineMapper

Version:
$Id$

Method Summary
 java.lang.String getMappedPathByPipelineId(java.lang.String pipelineId)
          Returns mapped base path found first for the pipeline ID.
 java.lang.String[] getMappedPathsByPipelineId(java.lang.String pipelineId)
          Returns all mapped base paths for the pipeline ID.
 Pipeline getPipelineById(java.lang.String id)
          Returns pipeline by the pipeline component ID.
 Pipeline getPipelineByMappedPath(java.lang.String mappedPath)
          Returns pipeline mapped by the specified path.
 

Method Detail

getPipelineByMappedPath

Pipeline getPipelineByMappedPath(java.lang.String mappedPath)
Returns pipeline mapped by the specified path.

Parameters:
path -
Returns:

getPipelineById

Pipeline getPipelineById(java.lang.String id)
Returns pipeline by the pipeline component ID.

Parameters:
name -
Returns:

getMappedPathByPipelineId

java.lang.String getMappedPathByPipelineId(java.lang.String pipelineId)
Returns mapped base path found first for the pipeline ID. If nothing found, returns null.

Parameters:
id -
Returns:

getMappedPathsByPipelineId

java.lang.String[] getMappedPathsByPipelineId(java.lang.String pipelineId)
Returns all mapped base paths for the pipeline ID. If nothing found, returns an empty array.

Parameters:
id -
Returns:


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.