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 TypeMethodDescriptionbooleanReturns the state of thesetExportAllEntities-flagfor theschemaof 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 BasicElementInfoReturns 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:
getNamein 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#setExportAllEntitiesis true.- Returns:
- a collection of
BasicEntityInfos - Since:
- 5.2.1403
- See Also:
-
allEntitiesExported
boolean allEntitiesExported()Returns the state of thesetExportAllEntities-flagfor theschemaof this export info.- Returns:
trueifSchemaOptions#setExportAllEntitieshas been set to true for theschemaof this export info, otherwisefalse- Since:
- 5.2.1403
- See Also:
-