Package com.saperion.ngc.events.iform
Class ResultFieldEventBean
java.lang.Object
com.saperion.ngc.events.iform.ResultFieldEventBean
- Author:
- rbo
-
Constructor Summary
ConstructorsConstructorDescriptionResultFieldEventBean(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. -
Method Summary
Modifier and TypeMethodDescriptionfinal List<com.saperion.bean.ContentStream>final List<FieldResultBean>final Stringfinal com.saperion.ngc.iform.xml.FormgetForm()final com.saperion.ngc.iform.xml.SaveActionTypefinal intboolean
-
Constructor Details
-
ResultFieldEventBean
public ResultFieldEventBean(List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type) Constructor.- Parameters:
list- List of field resultsformular- formtype- Save type
-
ResultFieldEventBean
public ResultFieldEventBean(List<FieldResultBean> list, String ddc, com.saperion.ngc.iform.xml.SaveActionType type) Constructor.- Parameters:
list- List of field resultsddc- ddc nametype- save type
-
ResultFieldEventBean
public 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.- Parameters:
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 itself
-
ResultFieldEventBean
public ResultFieldEventBean(List<FieldResultBean> list, String ddc, com.saperion.ngc.iform.xml.SaveActionType type, List<com.saperion.bean.ContentStream> content, int selected) Constructor.- Parameters:
list- List of field resultsddc- ddc nametype- save typecontent- List of content elementsselected- Selected content element
-
-
Method Details
-
getDataList
- Returns:
- the dataList
-
getDdcName
- Returns:
- the ddcName
-
getSaveType
public final com.saperion.ngc.iform.xml.SaveActionType getSaveType()- Returns:
- Save type
-
getForm
public final com.saperion.ngc.iform.xml.Form getForm()- Returns:
- the form or null if the result was not created in a form
-
getContent
- Returns:
- List of content elements
-
getSelectedImage
public final int getSelectedImage()- Returns:
- Number of selected content.
-
getUseAttachment
public boolean getUseAttachment()- Returns:
- useAttachment
-