Uses of Record Class
com.flowable.agent.engine.db.upgrade.DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData
Packages that use DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData
-
Uses of DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData in com.flowable.agent.engine.db.upgrade
Methods in com.flowable.agent.engine.db.upgrade that return DbUpgradeStep1To2MigrateAgentExchanges.ExchangeDataModifier and TypeMethodDescriptionDbUpgradeStep1To2MigrateAgentExchanges.getIntentExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getSystemExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getUserExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) Methods in com.flowable.agent.engine.db.upgrade that return types with arguments of type DbUpgradeStep1To2MigrateAgentExchanges.ExchangeDataModifier and TypeMethodDescriptionDbUpgradeStep1To2MigrateAgentExchanges.getAssistantExchanges(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getExchangeDataFromSameInvocation(Connection connection, String table, String agentInstanceId, String operationKey) DbUpgradeStep1To2MigrateAgentExchanges.getExchanges(PreparedStatement preparedStatement) Method parameters in com.flowable.agent.engine.db.upgrade with type arguments of type DbUpgradeStep1To2MigrateAgentExchanges.ExchangeDataModifier and TypeMethodDescriptionprotected voidDbUpgradeStep1To2MigrateAgentExchanges.createExchangeAndExchangePartsForInvocation(Connection connection, String databasePrefix, String invocationId, Date startTime, Date endTime, String userId, Long promptTokenCount, Long outputTokenCount, List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation, AtomicInteger exchangeTransactionOrder) DbUpgradeStep1To2MigrateAgentExchanges.getAssistantExchanges(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getIntentExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getSystemExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) DbUpgradeStep1To2MigrateAgentExchanges.getUserExchange(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> exchangeDataFromSameInvocation) protected booleanDbUpgradeStep1To2MigrateAgentExchanges.newGroupNeeded(List<DbUpgradeStep1To2MigrateAgentExchanges.ExchangeData> currentGroup, String newType)