Uses of Class
de.espirit.or.schema.KeyValue
Package
Description
-
Uses of KeyValue in de.espirit.firstspirit.access.editor.value
-
Uses of KeyValue in de.espirit.firstspirit.client.access.editor
-
Uses of KeyValue in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescriptionvoid
ValueReferencesJournal.addReferenceToDataset
(@NotNull Schema schema, @NotNull String entityTypeName, @NotNull KeyValue keyValue) Adds a reference to a FirstSpiritDataset
to this journal. -
Uses of KeyValue in de.espirit.or
Modifier and TypeMethodDescriptionEntityList.getKeyValue
(int index) Returns theKeyValue
of the element at the specified position in this list.Modifier and TypeMethodDescriptionSession.getReleasedDeleted
(@NotNull String entityTypeName) Get the key values of all entities of the given entity type which are deleted but still released.Modifier and TypeMethodDescription@Nullable Entity
Return the entity with the givenkeyValue
.@NotNull Entity
Session.findNotNull
(@NotNull KeyValue keyValue) Returns an entity with the givenkeyValue
even if it doesn't exist.Session.getHistory
(@NotNull KeyValue keyValue) Return the history of the entity with the givenkeyValue
.Session.getInvalidEntities
(@NotNull KeyValue keyValue) Return a list of invalid entities of the givenkeyValue
.int
Return the index of the entity in the list with the givenid
or-1
if there is no such entity inthe list. -
Uses of KeyValue in de.espirit.or.schema
Modifier and TypeMethodDescriptionstatic KeyValue
KeyValue.createKeyValue
(Schema schema, Identifier identifier) Factory to create the key value within the given schema for the requested identifer.@Nullable KeyValue
Entity.getKeyValue()
Return the business key of this entity ornull
if this entity is in stateNEW
.