org.sejda.model.parameter.base
Interface TaskParameters

All Known Subinterfaces:
MultipleOutputTaskParameters, SingleOutputTaskParameters
All Known Implementing Classes:
AbstractParameters, AbstractPdfOutputParameters, AbstractPdfToImageParameters, AbstractPdfToMultipleImageParameters, AbstractPdfToSingleImageParameters, AbstractSplitByPageParameters, AlternateMixParameters, CropParameters, DecryptParameters, EncryptParameters, ExtractPagesParameters, ExtractTextParameters, MergeParameters, MultiplePdfSourceMultipleOutputParameters, MultiplePdfSourceSingleOutputParameters, PdfToJpegParameters, PdfToMultipleTiffParameters, PdfToSingleTiffParameters, RotateParameters, SetHeaderFooterParameters, SetMetadataParameters, SetPagesLabelParameters, SetPagesTransitionParameters, SimpleSplitParameters, SinglePdfSourceMultipleOutputParameters, SinglePdfSourceSingleOutputParameters, SplitByGoToActionLevelParameters, SplitByPagesParameters, SplitBySizeParameters, UnpackParameters, ViewerPreferencesParameters

public interface TaskParameters

Model for a task parameters used during the task executions

Author:
Andrea Vacondio

Method Summary
 TaskOutput<?> getOutput()
           
 boolean isOverwrite()
           
 

Method Detail

getOutput

TaskOutput<?> getOutput()
Returns:
output destination where the result of the manipulation is placed

isOverwrite

boolean isOverwrite()
Returns:
true if the tasks' outputs should overwrite any existing file, false otherwise


Copyright © 2013 sejda. All Rights Reserved.