public class FormPersistContext extends Object implements IFormPersistContext
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canceled |
protected boolean |
correction |
protected FormEingang |
formEingang |
protected IFormRequestContext |
requestCtx |
protected Vorgang |
vorgang |
| Modifier | Constructor and Description |
|---|---|
protected |
FormPersistContext(IFormRequestContext requestCtx) |
| Modifier and Type | Method and Description |
|---|---|
FormEingang |
getFormEingang() |
IFormRequestContext |
getFormRequestContext() |
Vorgang |
getVorgang() |
boolean |
isIdentityCheckFailed() |
boolean |
isPersistCanceled() |
void |
setFormEingang(FormEingang formEingang) |
void |
setFormRequestContext(IFormRequestContext requestCtx) |
void |
setIdentityCheckFailed(boolean identityCheckFailed) |
void |
setPersistCanceled(boolean canceled) |
void |
setVorgang(Vorgang vorgang) |
protected IFormRequestContext requestCtx
protected boolean canceled
protected boolean correction
protected Vorgang vorgang
protected FormEingang formEingang
protected FormPersistContext(IFormRequestContext requestCtx) throws ContextBuilderException
ContextBuilderExceptionpublic IFormRequestContext getFormRequestContext()
getFormRequestContext in interface IFormPersistContextpublic void setFormRequestContext(IFormRequestContext requestCtx)
setFormRequestContext in interface IFormPersistContextpublic Vorgang getVorgang()
getVorgang in interface IFormPersistContextpublic void setVorgang(Vorgang vorgang)
setVorgang in interface IFormPersistContextpublic FormEingang getFormEingang()
getFormEingang in interface IFormPersistContextpublic void setFormEingang(FormEingang formEingang)
setFormEingang in interface IFormPersistContextpublic boolean isIdentityCheckFailed()
isIdentityCheckFailed in interface IFormPersistContextpublic void setIdentityCheckFailed(boolean identityCheckFailed)
setIdentityCheckFailed in interface IFormPersistContextpublic boolean isPersistCanceled()
isPersistCanceled in interface IFormPersistContextpublic void setPersistCanceled(boolean canceled)
setPersistCanceled in interface IFormPersistContextCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.