Package de.xima.fc.interfaces.processing
Interface IWorkflowResponse
- All Superinterfaces:
IServletResponse
,Serializable
- All Known Implementing Classes:
TaskExecutionResultWrapper
,WorkflowResponse
Deprecated.
Interface for the result of running the workflow.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.boolean
Deprecated.Methods inherited from interface de.xima.fc.interfaces.servlet.IServletResponse
getBinValue, getContentType, getEncoding, getHttpHeader, getHttpStatusCode, getLongValue, getSessionAttributes, getType, getValue, isForceDownload
-
Method Details
-
isSuccess
boolean isSuccess()Deprecated.- Returns:
true
indicates that the workflow was run successfully,false
indicates that an error occurred during workflow processing.
-
getMsgCode
ETextbausteinMsgCode getMsgCode()Deprecated.- Returns:
- The response text that should be sent to the browser as a result of running the workflow. This may be a success, an error, or some other more specific message.
-
getVorgang
Vorgang getVorgang()Deprecated.- Returns:
- The current
Vorgang
that was processed.
-
IWorkflowEventRunner
).