public class ResultFieldEventBean extends Object
Constructor and Description |
---|
ResultFieldEventBean(List<FieldResultBean> list,
com.saperion.ngc.iform.xml.Form formular,
com.saperion.ngc.iform.xml.SaveActionType type)
Constructor.
|
ResultFieldEventBean(List<FieldResultBean> list,
com.saperion.ngc.iform.xml.Form formular,
com.saperion.ngc.iform.xml.SaveActionType type,
List<com.saperion.bean.ContentStream> content,
int selected,
boolean useAttachment)
Constructor.
|
ResultFieldEventBean(List<FieldResultBean> list,
String ddc,
com.saperion.ngc.iform.xml.SaveActionType type)
Constructor.
|
ResultFieldEventBean(List<FieldResultBean> list,
String ddc,
com.saperion.ngc.iform.xml.SaveActionType type,
List<com.saperion.bean.ContentStream> content,
int selected)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<com.saperion.bean.ContentStream> |
getContent() |
List<FieldResultBean> |
getDataList() |
String |
getDdcName() |
com.saperion.ngc.iform.xml.Form |
getForm() |
com.saperion.ngc.iform.xml.SaveActionType |
getSaveType() |
int |
getSelectedImage() |
boolean |
getUseAttachment() |
public ResultFieldEventBean(List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type)
list
- List of field resultsformular
- formtype
- Save typepublic ResultFieldEventBean(List<FieldResultBean> list, String ddc, com.saperion.ngc.iform.xml.SaveActionType type)
list
- List of field resultsddc
- ddc nametype
- save typepublic ResultFieldEventBean(List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type, List<com.saperion.bean.ContentStream> content, int selected, boolean useAttachment)
list
- List of field resultsformular
- formtype
- Save typecontent
- List of content elementsselected
- Selected content elementuseAttachment
- indicates if the attachment of a workflow should be used instead of the workflow
document itselfpublic ResultFieldEventBean(List<FieldResultBean> list, String ddc, com.saperion.ngc.iform.xml.SaveActionType type, List<com.saperion.bean.ContentStream> content, int selected)
list
- List of field resultsddc
- ddc nametype
- save typecontent
- List of content elementsselected
- Selected content elementpublic final List<FieldResultBean> getDataList()
public final String getDdcName()
public final com.saperion.ngc.iform.xml.SaveActionType getSaveType()
public final com.saperion.ngc.iform.xml.Form getForm()
public final List<com.saperion.bean.ContentStream> getContent()
public final int getSelectedImage()
public boolean getUseAttachment()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.