Modifier and Type | Method and Description |
---|---|
KeyValue |
DatasetContainer.getKey()
The key value of the entity.
|
Modifier and Type | Method and Description |
---|---|
IDProviderReferenceHolder |
ReferenceConstructionAgent.create(String schemaUid,
String entityTypeName,
KeyValue keyValue,
String remoteConfigName)
Create a dataset referencing container on given information.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueReferencesJournal.addReferenceToDataset(Schema schema,
String entityTypeName,
KeyValue keyValue)
Adds a reference to a FirstSpirit
Dataset to this journal. |
Modifier and Type | Method and Description |
---|---|
KeyValue |
EntityList.getKeyValue(int index)
Returns the
KeyValue of the element at the specified position in this list. |
Modifier and Type | Method and Description |
---|---|
Set<KeyValue> |
Session.getReleasedDeleted(String entityTypeName)
Get the key values of all entities of the given entity type which are deleted but still released.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given
keyValue . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given
keyValue even if it doesn't exist. |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given
keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given
keyValue . |
int |
EntityList.indexOfId(KeyValue id)
Return the index of the entity in the list with the given
id or -1 if there is no such entity inthe list. |
Modifier and Type | Method and Description |
---|---|
static KeyValue |
KeyValue.createKeyValue(Schema schema,
Identifier identifier)
Factory to create the key value within the given schema for the requested identifer.
|
KeyValue |
Entity.getKeyValue()
Return the business key of this entity or
null if this entity is in state
NEW . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210