Package | Description |
---|---|
de.espirit.firstspirit.access.store.contentstore | |
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.firstspirit.feature |
Provides interfaces to handle content transport features.
|
de.espirit.or | |
de.espirit.or.schema |
Modifier and Type | Method and Description |
---|---|
EntityType |
Content2.getEntityType()
Returns the entity type this content2 belongs to.
|
EntityType |
Content2ScriptContext.getEntityType()
Returns the entity type this content2 script context belongs to.
|
EntityType |
DatasetProvider.getEntityType()
Get the entity type supported by this dataset provider.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
TableTemplate.getEntityType()
Provides the entity type (the db table) this template bases upon.
|
EntityType |
TableTemplate.Mapping.getEntityType()
Provides the entity type (db table) this mapping operates on.
|
Modifier and Type | Method and Description |
---|---|
TableTemplate |
Schema.addTableTemplate(EntityType table,
String uidSuggestion)
Creates and adds a table template based on this schema's definition to the store.
|
TableTemplate |
Schema.createTableTemplate(EntityType entityType,
String uidSuggestion,
boolean unifyUidOnServer)
Creates a table template under this schema for the given entity type.
|
Attribute<?> |
TableTemplate.Mapping.getDBAttribute(String langAbbreviation,
EntityType entityType)
Provides the database attribute bound to this mapping for the given language wrt. the named entity type.
|
Modifier and Type | Method and Description |
---|---|
Map<Schema,Map<EntityType,Collection<Dataset>>> |
FeatureModel.getDataRecords()
Returns all
data records contained in this feature model as an unmodifiable map. |
Modifier and Type | Method and Description |
---|---|
Entity |
Session.find(EntityType type,
String uuid)
Returns the entity specififed by given EntityType and uuid string Important: Only supported if the schema is
temporal . |
Entity |
Session.find(EntityType type,
UUID uuid)
Returns the entity specififed by given EntityType and uuid.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
Schema.createEntityType(String name)
Create a new entity type with the given
name |
EntityType |
Entity.getEntityType()
Return the type of this entity.
|
EntityType |
Schema.getEntityType(String name)
Return the entity type with the given name if one was defined in this schema else
null |
EntityType |
Attribute.getOwner()
Return the entity type which defines this attribute.
|
EntityType |
ComposedAttribute.getTargetType()
Return the entity type of the value that can be assigned to this composed attribute.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends EntityType> |
Schema.getEntityTypes()
Return all entity types contained in this schema.
|
Modifier and Type | Method and Description |
---|---|
ComposedAttribute |
EntityType.createComposedAttribute(String name,
EntityType targetType,
ComposedAttribute.Relation type,
String opposedName)
Create a composed attribute with the given
name . |
void |
Schema.removeEntityType(EntityType entityType)
Delete the
entityType from this schema. |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210