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
ContextBuilderException
public IFormRequestContext getFormRequestContext()
getFormRequestContext
in interface IFormProcessContext
public void setFormRequestContext(IFormRequestContext requestCtx)
setFormRequestContext
in interface IFormProcessContext
public boolean isProcessCanceled()
isProcessCanceled
in interface IFormProcessContext
public void setProcessCanceled(boolean canceled)
setProcessCanceled
in interface IFormProcessContext
public boolean isResponseCanceled()
isResponseCanceled
in interface IFormProcessContext
public void setResponseCanceled(boolean canceled)
setResponseCanceled
in interface IFormProcessContext
public IWorkflowResponse getWorkflowResponse()
getWorkflowResponse
in interface IFormProcessContext
public void setWorkflowResponse(IWorkflowResponse workflowResponse)
setWorkflowResponse
in interface IFormProcessContext
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.