Class DataViewExportEvent

java.lang.Object
org.imixs.workflow.dataview.DataViewExportEvent

public class DataViewExportEvent extends Object
An DataViewExportEvent is send by the DataViewController during exporting a data view into a Excel Template. An observer can customize the export behavior and mark an export as completed by setting the flag 'completed' to true
  • Constructor Details

    • DataViewExportEvent

      public DataViewExportEvent(List<org.imixs.workflow.ItemCollection> dataset, org.imixs.workflow.ItemCollection dataViewDefinition, List<org.imixs.workflow.ItemCollection> viewItemDefinitions, org.apache.poi.xssf.usermodel.XSSFWorkbook xssfWorkbook)
  • Method Details

    • isCompleted

      public boolean isCompleted()
    • setCompleted

      public void setCompleted(boolean completed)
    • getDataset

      public List<org.imixs.workflow.ItemCollection> getDataset()
    • setDataset

      public void setDataset(List<org.imixs.workflow.ItemCollection> dataset)
    • getDataViewDefinition

      public org.imixs.workflow.ItemCollection getDataViewDefinition()
    • setDataViewDefinition

      public void setDataViewDefinition(org.imixs.workflow.ItemCollection dataViewDefinition)
    • getViewItemDefinitions

      public List<org.imixs.workflow.ItemCollection> getViewItemDefinitions()
    • setViewItemDefinitions

      public void setViewItemDefinitions(List<org.imixs.workflow.ItemCollection> viewItemDefinitions)
    • getXssfWorkbook

      public org.apache.poi.xssf.usermodel.XSSFWorkbook getXssfWorkbook()
    • setXssfWorkbook

      public void setXssfWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook xssfWorkbook)