public class FormProcessContext extends Object implements IFormProcessContext
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processCanceled |
protected IFormRequestContext |
requestCtx |
protected boolean |
responseCanceled |
protected Vorgang |
vorgang |
protected IWorkflowResponse |
workflowResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
FormProcessContext(IFormRequestContext requestCtx) |
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
getFormRequestContext() |
IWorkflowResponse |
getWorkflowResponse() |
boolean |
isProcessCanceled() |
boolean |
isResponseCanceled() |
void |
setFormRequestContext(IFormRequestContext requestCtx) |
void |
setProcessCanceled(boolean canceled) |
void |
setResponseCanceled(boolean canceled) |
void |
setWorkflowResponse(IWorkflowResponse workflowResponse) |
protected IFormRequestContext requestCtx
protected boolean processCanceled
protected boolean responseCanceled
protected IWorkflowResponse workflowResponse
protected Vorgang vorgang
protected FormProcessContext(IFormRequestContext requestCtx) throws ContextBuilderException
ContextBuilderExceptionpublic IFormRequestContext getFormRequestContext()
getFormRequestContext in interface IFormProcessContextpublic void setFormRequestContext(IFormRequestContext requestCtx)
setFormRequestContext in interface IFormProcessContextpublic boolean isProcessCanceled()
isProcessCanceled in interface IFormProcessContextpublic void setProcessCanceled(boolean canceled)
setProcessCanceled in interface IFormProcessContextpublic boolean isResponseCanceled()
isResponseCanceled in interface IFormProcessContextpublic void setResponseCanceled(boolean canceled)
setResponseCanceled in interface IFormProcessContextpublic IWorkflowResponse getWorkflowResponse()
getWorkflowResponse in interface IFormProcessContextpublic void setWorkflowResponse(IWorkflowResponse workflowResponse)
setWorkflowResponse in interface IFormProcessContextCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.