public class CreateQRCodeTask extends Task<CreateQRCodeTaskMetadata,CreateQRCodeTaskInfo,Binary>
context
コンストラクタと説明 |
---|
CreateQRCodeTask(ElementContext context)
QRコード生成タスクを生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Binary |
execute(CreateQRCodeTaskInfo input)
処理を実行して結果を返却します。
|
jp.co.intra_mart.system.logic.element.barcode.ErrorCorrection |
getErrorCorrection() |
Integer |
getVersion() |
void |
setErrorCorrection(jp.co.intra_mart.system.logic.element.barcode.ErrorCorrection errorCorrection) |
void |
setVersion(Integer version) |
isContinueOnError, postprocessing, preprocessing, setContinueOnError
getAlias, getExecuteId, setAlias
public CreateQRCodeTask(ElementContext context)
context
- コンテキストpublic Binary execute(CreateQRCodeTaskInfo input) throws FlowExecutionException
Executable
input
- 入力データFlowExecutionException
- 処理の実行に失敗した場合にスローされます。public void setVersion(Integer version)
public Integer getVersion()
public void setErrorCorrection(jp.co.intra_mart.system.logic.element.barcode.ErrorCorrection errorCorrection)
public jp.co.intra_mart.system.logic.element.barcode.ErrorCorrection getErrorCorrection()
Copyright © 2012 NTT DATA INTRAMART CORPORATION