Package de.xima.fc.exporter.entity
Class TemplateExporter
- java.lang.Object
-
- de.xima.fc.exporter.AEntityExporter<Textbaustein>
-
- de.xima.fc.exporter.entity.TemplateExporter
-
- All Implemented Interfaces:
IEntityExporter<Textbaustein>
,Serializable
public class TemplateExporter extends AEntityExporter<Textbaustein>
Exporter forTextbaustein
entities- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.exporter.AEntityExporter
DEFAULT_EXPORT_FILE_EXTENSION, DEFAULT_EXPORT_PROJECT_EXTENSION, dependencies, entity, EXPORT_PROCESSING_VERSION, FC_EXPORT_METADATA, LOG, LOG_PREFIX, user
-
-
Constructor Summary
Constructors Constructor Description TemplateExporter(IEntityContext ec, Textbaustein entity)
TemplateExporter(IEntityContext ec, Textbaustein... entities)
Deprecated.
-
Method Summary
-
Methods inherited from class de.xima.fc.exporter.AEntityExporter
doExport, doExport, getDependencies, getEntities, getEntity, initDependencies, initInternalDependenciesOnly, withCompatitbiltyMode
-
-
-
-
Constructor Detail
-
TemplateExporter
public TemplateExporter(IEntityContext ec, Textbaustein entity)
-
TemplateExporter
@Deprecated public TemplateExporter(IEntityContext ec, Textbaustein... entities)
Deprecated.
-
-