public abstract class AFdTransformBuilder extends Object implements IFdTransformBuilder
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
exportCreationDate |
protected boolean |
exportExportMetaData |
protected boolean |
exportModificationDate |
protected boolean |
exportProcessID |
protected boolean |
exportStatus |
protected boolean |
exportTechnicalFields |
protected boolean |
exportVariables |
| Constructor and Description |
|---|
AFdTransformBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected List<FormElement> |
getElementsList(FormVersion formVersion,
HashMap<Long,List<FormElement>> elementMap,
HashMap<Long,Set<String>> variablesMap)
Method to get the list of
FormElements of an FormVersion. |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithCreationDate, withExportMetaData, withModificationDate, withProcessID, withStatus, withTechnicalFields, withVariablesprotected boolean exportStatus
protected boolean exportProcessID
protected boolean exportCreationDate
protected boolean exportModificationDate
protected boolean exportVariables
protected boolean exportTechnicalFields
protected boolean exportExportMetaData
public boolean isExportCreationDate()
isExportCreationDate in interface IFdTransformBuilderpublic boolean isExportModificationDate()
isExportModificationDate in interface IFdTransformBuilderpublic boolean isExportProcessID()
isExportProcessID in interface IFdTransformBuilderpublic boolean isExportStatus()
isExportStatus in interface IFdTransformBuilderpublic boolean isExportTechnicalFields()
isExportTechnicalFields in interface IFdTransformBuilderpublic boolean isExportVariables()
isExportVariables in interface IFdTransformBuilderpublic boolean isExportExportMetadData()
isExportExportMetadData in interface IFdTransformBuilderpublic void setExportStatus(boolean exportStatus)
setExportStatus in interface IFdTransformBuilderexportStatus - the exportStatus to setpublic void setExportProcessID(boolean exportProcessID)
setExportProcessID in interface IFdTransformBuilderexportProcessID - the exportProcessID to setpublic void setExportCreationDate(boolean exportCreationDate)
setExportCreationDate in interface IFdTransformBuilderexportCreationDate - the exportCreationDate to setpublic void setExportModificationDate(boolean exportModificationDate)
setExportModificationDate in interface IFdTransformBuilderexportModificationDate - the exportModificationDate to setpublic void setExportVariables(boolean exportVariables)
setExportVariables in interface IFdTransformBuilderexportVariables - the exportVariables to setpublic void setExportTechnicalFields(boolean exportTechnicalFields)
setExportTechnicalFields in interface IFdTransformBuilderexportTechnicalFields - the exportTechnicalFields to setpublic void setExportExportMetaData(boolean exportExportMetadata)
setExportExportMetaData in interface IFdTransformBuilderexportExportMetadata - the exportExportMetadata to setprotected List<FormElement> getElementsList(FormVersion formVersion, HashMap<Long,List<FormElement>> elementMap, HashMap<Long,Set<String>> variablesMap)
FormElements of an FormVersion. This method caches the list of elements
and ignores technical fields or variables if set so. Variables to ignore are also cached.formVersion - the FormVersion to get the elements fromelementMap - a Map to cache the FormElements to the FormVersion.getId()variablesMap - a Map to cache the name of variables to the FormVersion.getId()FormElements to use for the exportCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.