Package de.xima.fc.interfaces.processing
Interface IWorkflowResponse
- 
- All Superinterfaces:
 IServletResponse,Serializable
- All Known Implementing Classes:
 TaskExecutionResultWrapper,WorkflowResponse
@Deprecated public interface IWorkflowResponse extends IServletResponse
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface for the result of running the workflow.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ETextbausteinMsgCodegetMsgCode()Deprecated.VorganggetVorgang()Deprecated.booleanisSuccess()Deprecated.- 
Methods inherited from interface de.xima.fc.interfaces.servlet.IServletResponse
getBinValue, getContentType, getEncoding, getHttpHeader, getHttpStatusCode, getLongValue, getSessionAttributes, getType, getValue, isForceDownload 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isSuccess
boolean isSuccess()
Deprecated.- Returns:
 trueindicates that the workflow was run successfully,falseindicates 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.
 
 
 - 
 
 -