Interface EntityTypeExportInfo
- All Superinterfaces:
ExportInfo
- Since:
- 5.2.1403
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
ExportInfo.Type
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the state of thesetExportAllEntities-flag
for theschema
of this export info.@NotNull Collection<BasicEntityInfo>
Return a collection ofBasicEntityInfos
.Return the entity type of this export info as a String.getName()
Delivers a combination of the schemaname and the entitytype of the related element (example: schemaName#entityType).@NotNull BasicElementInfo
Returns the corresponding schema as aBasicElementInfo
.Methods inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
getCreatedFileHandles, getDeletedFileHandles, getMovedFileHandles, getStatus, getType, getUpdatedFileHandles
-
Method Details
-
getName
String getName()Delivers a combination of the schemaname and the entitytype of the related element (example: schemaName#entityType).- Specified by:
getName
in interfaceExportInfo
- Returns:
- the name
- Since:
- 5.2.1403
-
getEntityType
String getEntityType()Return the entity type of this export info as a String.- Returns:
- the entity type as a String
- Since:
- 5.2.1403
-
getSchema
Returns the corresponding schema as aBasicElementInfo
.- Returns:
- the corresponding schema as a
BasicElementInfo
- Since:
- 5.2.1403
- See Also:
-
getEntities
Return a collection ofBasicEntityInfos
. Each element of the returned collection represents a single entity.
NOTE:
The returned collection is always empty ifSchemaOptions#setExportAllEntities
is true.- Returns:
- a collection of
BasicEntityInfos
- Since:
- 5.2.1403
- See Also:
-
allEntitiesExported
boolean allEntitiesExported()Returns the state of thesetExportAllEntities-flag
for theschema
of this export info.- Returns:
true
ifSchemaOptions#setExportAllEntities
has been set to true for theschema
of this export info, otherwisefalse
- Since:
- 5.2.1403
- See Also:
-