public static interface ExportOperation.SchemaOptions
schema
.Modifier and Type | Method and Description |
---|---|
void |
addEntity(Entity entity)
Adds an entity to be exported.
|
void |
setExportAllEntities(boolean enable)
Defines to export all entities within the schema.
|
void |
setExportGidMapping(boolean enable)
Defines to export the gid mapping information of the schema.
|
void setExportGidMapping(boolean enable)
enable
- true
, to export the gid mapping information.void setExportAllEntities(boolean enable)
enable
- true
, to export all entities.void addEntity(@NotNull Entity entity) throws IllegalArgumentException
export all entities
is enabled, adding an entity has no effect.entity
- The entity to be added.IllegalArgumentException
- if the entity does not belong to this options schema.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210