tock / ai.tock.bot.engine.user / UserTimelineDAO / getArchivedEntityValues

getArchivedEntityValues

abstract fun getArchivedEntityValues(stateValueId: Id<EntityStateValue>, oldActionsMap: Map<Id<Action>, Action> = emptyMap()): List<ArchivedEntityValue> (source)

Returns the archived values for the state id.

Parameters

stateValueId - the state id

oldActionsMap - the option action map in order to retrieve the action of archived entity values.