Uses of Class
de.espirit.or.schema.KeyValue
Packages that use KeyValue
Package
Description
-
Uses of KeyValue in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return KeyValue -
Uses of KeyValue in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor with parameters of type KeyValue -
Uses of KeyValue in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type KeyValueModifier 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
Methods in de.espirit.or that return KeyValueModifier and TypeMethodDescriptionEntityList.getKeyValue
(int index) Returns theKeyValue
of the element at the specified position in this list.Methods in de.espirit.or that return types with arguments of type KeyValueModifier and TypeMethodDescriptionSession.getReleasedDeleted
(@NotNull String entityTypeName) Get the key values of all entities of the given entity type which are deleted but still released.Methods in de.espirit.or with parameters of type KeyValueModifier 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 in the list. -
Uses of KeyValue in de.espirit.or.schema
Methods in de.espirit.or.schema that return KeyValueModifier 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
.