public interface IFdTransformBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
isExportCreationDate() |
boolean |
isExportExportMetadData() |
boolean |
isExportModificationDate() |
boolean |
isExportProcessID() |
boolean |
isExportStatus() |
boolean |
isExportTechnicalFields() |
boolean |
isExportVariables() |
void |
setExportCreationDate(boolean exportCreationDate) |
void |
setExportExportMetaData(boolean exportExportMetaData) |
void |
setExportModificationDate(boolean exportModificationDate) |
void |
setExportProcessID(boolean exportProcessID) |
void |
setExportStatus(boolean exportStatus) |
void |
setExportTechnicalFields(boolean exportTechnicalFields) |
void |
setExportVariables(boolean exportVariables) |
IFdTransformBuilder |
withCreationDate(boolean withCreationDate) |
IFdTransformBuilder |
withExportMetaData(boolean withExportMetaData) |
IFdTransformBuilder |
withModificationDate(boolean withModificationDate) |
IFdTransformBuilder |
withProcessID(boolean withProcessID) |
IFdTransformBuilder |
withStatus(boolean withStatus) |
IFdTransformBuilder |
withTechnicalFields(boolean withTechnicalFields) |
IFdTransformBuilder |
withVariables(boolean withVariables) |
boolean isExportCreationDate()
boolean isExportModificationDate()
boolean isExportProcessID()
boolean isExportStatus()
boolean isExportTechnicalFields()
boolean isExportVariables()
boolean isExportExportMetadData()
void setExportCreationDate(boolean exportCreationDate)
exportCreationDate
- if the creation date of form records should be exportedvoid setExportModificationDate(boolean exportModificationDate)
exportModificationDate
- if the modification date of form records should be exportedvoid setExportProcessID(boolean exportProcessID)
exportProcessID
- if the process ids of form records should be exportedvoid setExportStatus(boolean exportStatus)
exportStatus
- if the status name of form records should be exportedvoid setExportTechnicalFields(boolean exportTechnicalFields)
exportTechnicalFields
- if technical fields (e.g. xf-action) of form records should be exportedvoid setExportVariables(boolean exportVariables)
exportVariables
- if variables of form records should be exportedvoid setExportExportMetaData(boolean exportExportMetaData)
exportExportMetaData
- if metadata (e.g. export data, FORMCYCLE-version,...) of the export should be exported
tooIFdTransformBuilder withCreationDate(boolean withCreationDate)
withCreationDate
- if the creation date of form records should be exportedIFdTransformBuilder withModificationDate(boolean withModificationDate)
withModificationDate
- if the modification date of form records should be exportedIFdTransformBuilder withProcessID(boolean withProcessID)
withProcessID
- if the process ids of form records should be exportedIFdTransformBuilder withStatus(boolean withStatus)
withStatus
- if the status name of form records should be exportedIFdTransformBuilder withTechnicalFields(boolean withTechnicalFields)
withTechnicalFields
- if technical fields (e.g. xf-action) of form records should be exportedIFdTransformBuilder withVariables(boolean withVariables)
withVariables
- if variables of form records should be exportedIFdTransformBuilder withExportMetaData(boolean withExportMetaData)
withExportMetaData
- if metadata (e.g. export data, FORMCYCLE-version,...) of the export should be exported
tooCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.