Class DataViewExportEvent
java.lang.Object
org.imixs.workflow.office.dataview.DataViewExportEvent
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 Summary
ConstructorsConstructorDescriptionDataViewExportEvent(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 Summary
Modifier and TypeMethodDescriptionList<org.imixs.workflow.ItemCollection>org.imixs.workflow.ItemCollectionList<org.imixs.workflow.ItemCollection>org.apache.poi.xssf.usermodel.XSSFWorkbookbooleanvoidsetCompleted(boolean completed) voidsetDataset(List<org.imixs.workflow.ItemCollection> dataset) voidsetDataViewDefinition(org.imixs.workflow.ItemCollection dataViewDefinition) voidsetViewItemDefinitions(List<org.imixs.workflow.ItemCollection> viewItemDefinitions) voidsetXssfWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook xssfWorkbook)
-
Constructor Details
-
DataViewExportEvent
-
-
Method Details
-
isCompleted
public boolean isCompleted() -
setCompleted
public void setCompleted(boolean completed) -
getDataset
-
setDataset
-
getDataViewDefinition
public org.imixs.workflow.ItemCollection getDataViewDefinition() -
setDataViewDefinition
public void setDataViewDefinition(org.imixs.workflow.ItemCollection dataViewDefinition) -
getViewItemDefinitions
-
setViewItemDefinitions
-
getXssfWorkbook
public org.apache.poi.xssf.usermodel.XSSFWorkbook getXssfWorkbook() -
setXssfWorkbook
public void setXssfWorkbook(org.apache.poi.xssf.usermodel.XSSFWorkbook xssfWorkbook)
-