wt.step
Class BaselineExportSelection
java.lang.Object
wt.step.ExportSelection
wt.step.BaselineExportSelection
- All Implemented Interfaces:
- Serializable
- public class BaselineExportSelection
- extends ExportSelection
An export selection based on the content of a Baseline
- See Also:
- Serialized Form
_baseline
private ManagedBaseline _baseline
BaselineExportSelection
public BaselineExportSelection(WTDocument exportToDocument,
String exportSchema,
String contentName,
String stepFileName,
boolean areFilesExported,
ManagedBaseline baseline)
- Constructs a Baseline export selection.
- Parameters:
exportToDocument
- the document which will hold the exported Step
package.exportSchema
- the name of the Step export Schema to usecontentName
- the name of the Step export package content filestepFileName
- the name of the Step file within the export packageareFilesExported
- wether the content of files should be includedbaseline
- the baseline whose content should be exported
getDescription
public String getDescription()
- Specified by:
getDescription
in class ExportSelection
- Returns:
- A description of the content and constraints on this export
selection.
toString
public String toString()
getSelectedContent
public WTObject[] getSelectedContent()
throws TransferException
- Description copied from class:
ExportSelection
- Calculates and returns the collection of objects defined by this selection
- Specified by:
getSelectedContent
in class ExportSelection
- Throws:
TransferException