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 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 © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408