Class ResultFieldEventBean

java.lang.Object
com.saperion.ngc.events.iform.ResultFieldEventBean

public class ResultFieldEventBean extends Object
Author:
rbo
  • 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 results
      formular - form
      type - Save type
    • ResultFieldEventBean

      public ResultFieldEventBean(List<FieldResultBean> list, String ddc, com.saperion.ngc.iform.xml.SaveActionType type)
      Constructor.
      Parameters:
      list - List of field results
      ddc - ddc name
      type - 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 results
      formular - form
      type - Save type
      content - List of content elements
      selected - Selected content element
      useAttachment - 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 results
      ddc - ddc name
      type - save type
      content - List of content elements
      selected - Selected content element
  • Method Details

    • getDataList

      public final List<FieldResultBean> getDataList()
      Returns:
      the dataList
    • getDdcName

      public final String 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

      public final List<com.saperion.bean.ContentStream> getContent()
      Returns:
      List of content elements
    • getSelectedImage

      public final int getSelectedImage()
      Returns:
      Number of selected content.
    • getUseAttachment

      public boolean getUseAttachment()
      Returns:
      useAttachment