public class CreateAuditReportParams
extends java.lang.Object
| Constructor and Description |
|---|
CreateAuditReportParams(ItemModel rootItem,
java.lang.String configName,
java.lang.String reportId,
boolean audit,
java.util.Collection<LanguageModel> includedLanguages,
AuditReportTemplateModel template) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigName() |
java.util.Collection<LanguageModel> |
getIncludedLanguages() |
java.lang.String |
getReportId() |
ItemModel |
getRootItem() |
AuditReportTemplateModel |
getTemplate() |
boolean |
isAudit() |
public CreateAuditReportParams(ItemModel rootItem, java.lang.String configName, java.lang.String reportId, boolean audit, java.util.Collection<LanguageModel> includedLanguages, AuditReportTemplateModel template)
rootItem - the rootItem for which report will be generated.configName - the configuration name used to create a new report.reportId - the new report identifier.audit - if set to true the generated report will contain audit data. Otherwise data snapshot will be taken.includedLanguages - all mentioned languages will be included in the report. Other languages will be omitted. In case no
language is set all available languages will be exported.template - template used to generate the report view.public ItemModel getRootItem()
public java.lang.String getConfigName()
public java.lang.String getReportId()
public boolean isAudit()
public java.util.Collection<LanguageModel> getIncludedLanguages()
public AuditReportTemplateModel getTemplate()
Copyright © 2018 SAP SE. All Rights Reserved.