public class WorkflowResponse extends ServletResponse implements IWorkflowResponse
Modifier and Type | Field and Description |
---|---|
protected boolean |
success |
binValue, contentType, encoding, forceDownload, httpHeader, httpStatusCode, sessionAttributes, type, value
Constructor and Description |
---|
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
boolean success) |
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
byte[] binValue,
boolean success) |
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
byte[] binValue,
boolean forceDownload,
boolean success) |
WorkflowResponse(Vorgang vorgang,
EResponseType type,
Textbaustein value,
boolean success) |
Modifier and Type | Method and Description |
---|---|
ETextbausteinMsgCode |
getMsgCode() |
Vorgang |
getVorgang() |
boolean |
isSuccess() |
void |
setMsgCode(ETextbausteinMsgCode msgCode) |
void |
setSuccess(boolean success)
Setter ob der Workflow erfolgreich war
|
getBinValue, getContentType, getEncoding, getHttpHeader, getHttpStatusCode, getSessionAttributes, getType, getValue, isForceDownload, setBinValue, setContentType, setEncoding, setForceDownload, setHttpHeader, setHttpStatusCode, setSessionAttributes, setType, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBinValue, getContentType, getEncoding, getHttpHeader, getHttpStatusCode, getSessionAttributes, getType, getValue, isForceDownload
public WorkflowResponse(Vorgang vorgang, EResponseType type, String value, byte[] binValue, boolean forceDownload, boolean success)
public WorkflowResponse(Vorgang vorgang, EResponseType type, String value, byte[] binValue, boolean success)
public WorkflowResponse(Vorgang vorgang, EResponseType type, String value, boolean success)
public WorkflowResponse(Vorgang vorgang, EResponseType type, Textbaustein value, boolean success)
public boolean isSuccess()
isSuccess
in interface IWorkflowResponse
true
indicates that the workflow was run successfully, false
indicates that an error
occurred during workflow processing.public void setSuccess(boolean success)
success
- Boolean
der zu setzende Erfolgs-Statuspublic Vorgang getVorgang()
getVorgang
in interface IWorkflowResponse
Vorgang
that was processed.public void setMsgCode(ETextbausteinMsgCode msgCode)
public ETextbausteinMsgCode getMsgCode()
getMsgCode
in interface IWorkflowResponse
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.