Class ResultFieldEventBean


  • public class ResultFieldEventBean
    extends java.lang.Object
    Author:
    rbo
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultFieldEventBean​(java.util.List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type)
      Constructor.
      ResultFieldEventBean​(java.util.List<FieldResultBean> list, com.saperion.ngc.iform.xml.Form formular, com.saperion.ngc.iform.xml.SaveActionType type, java.util.List<com.saperion.bean.ContentStream> content, int selected, boolean useAttachment)
      Constructor.
      ResultFieldEventBean​(java.util.List<FieldResultBean> list, java.lang.String ddc, com.saperion.ngc.iform.xml.SaveActionType type)
      Constructor.
      ResultFieldEventBean​(java.util.List<FieldResultBean> list, java.lang.String ddc, com.saperion.ngc.iform.xml.SaveActionType type, java.util.List<com.saperion.bean.ContentStream> content, int selected)
      Constructor.
    • Constructor Detail

      • ResultFieldEventBean

        public ResultFieldEventBean​(java.util.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​(java.util.List<FieldResultBean> list,
                                    java.lang.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​(java.util.List<FieldResultBean> list,
                                    com.saperion.ngc.iform.xml.Form formular,
                                    com.saperion.ngc.iform.xml.SaveActionType type,
                                    java.util.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​(java.util.List<FieldResultBean> list,
                                    java.lang.String ddc,
                                    com.saperion.ngc.iform.xml.SaveActionType type,
                                    java.util.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 Detail

      • getDataList

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

        public final java.lang.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 java.util.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