Uses of Interface
de.espirit.firstspirit.access.store.templatestore.Schema
Packages that use Schema
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of Schema in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that return Schema -
Uses of Schema in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return SchemaModifier and TypeMethodDescriptionSchemaContainer.createSchema
(String name, String layer) SchemaContainer.createSchema
(String name, String layer, boolean unifyName) Factory for a new schema.Query.getSchema()
Provides the schema the query operates on.@NotNull Schema
TableTemplate.getSchema()
Gets the schema.@Nullable Schema
Schemes.getSchemaByName
(String name) Gets the schema specified by the given name ornull
if no schema with this name exists. -
Uses of Schema in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type SchemaModifier and TypeMethodDescriptionvoid
ValueReferencesJournal.addBrokenReferenceToDataset
(@NotNull Schema schema, @NotNull String entityTypeName, @NotNull UUID gid) Deprecated.void
ValueReferencesJournal.addReferenceToDataset
(@NotNull Schema schema, @NotNull String entityTypeName, @NotNull KeyValue keyValue) Adds a reference to a FirstSpiritDataset
to this journal.default void
ValueReferencesJournal.addReferenceToDataset
(@NotNull Schema schema, @NotNull String entityTypeName, @NotNull UUID gid) Adds a reference to a FirstSpiritDataset
to this journal. -
Uses of Schema in de.espirit.firstspirit.common
Methods in de.espirit.firstspirit.common with parameters of type SchemaModifier and TypeMethodDescription@NotNull GidAgent.GidAdaptationResult
Adapts the given elements GIDs.
Attention:
CallGidAgent.migrateSchema(Schema)
before calling this method if given schema doesn't not support fs_gid's yet This method will execute acommit
on the OR session to persist the changes made during the execution of this method and all changes made on the session before calling this method. If an error occurs asession rollback
will be called@NotNull GidAgent.GidAdaptationResult
Adapts the given elements GIDs to the mapping defined one.
Attention:
CallGidAgent.migrateSchema(Schema)
before calling this method if given schema doesn't not support fs_gid's yet This method will execute acommit
on the OR session to persist the changes made during the execution of this method and all changes made on the session before calling this method. If an error occurs asession rollback
will be called@NotNull Session
GidAgent.migrateSchema
(@NotNull Schema schema) Migrates the given schema to supportfs_gid's
if necessary.
Attention:
Ensure to use the returnedor session
to request entities which should be passed to theadaptGid()
methods (GidAgent.adaptGid(Schema, List, boolean)
&GidAgent.adaptGid(Schema, Map, boolean)
) -
Uses of Schema in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return Schema -
Uses of Schema in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return types with arguments of type SchemaModifier and TypeMethodDescription@NotNull Map<Schema,
Map<EntityType, Collection<Dataset>>> FeatureModel.getDataRecords()
Returns alldata records
contained in this feature model as an unmodifiable map.
The map represents a snapshot of the current model at time calling this method. -
Uses of Schema in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations with parameters of type SchemaModifier and TypeMethodDescriptionAdd a schema element for export. -
Uses of Schema in de.espirit.firstspirit.transport
Methods in de.espirit.firstspirit.transport that return Schema
ValueReferencesJournal.addReferenceToDataset(Schema, String, UUID)
instead