Uses of Class
com.flowable.agent.engine.impl.report.AgentTimelineReport
Packages that use AgentTimelineReport
-
Uses of AgentTimelineReport in com.flowable.agent.engine.impl.report
Methods in com.flowable.agent.engine.impl.report with parameters of type AgentTimelineReportModifier and TypeMethodDescriptionprotected StringAsposeAgentTimelinePdfRenderer.coverSubtitle(AgentTimelineReport report) protected booleanAsposeAgentTimelinePdfRenderer.hasAgentInstanceDetails(AgentTimelineReport report) protected booleanAsposeAgentTimelinePdfRenderer.hasInstanceDetails(AgentTimelineReport report) AsposeAgentTimelinePdfRenderer.numberedInvocations(AgentTimelineReport report) Builds the numbered invocation list in definition/detail order, assigning the same hierarchical numbers ("1.1", "1.2", "2.1", ...) that the detail section uses so the Overview and Details stay in sync.voidAgentTimelinePdfRenderer.render(AgentTimelineReport report, OutputStream outputStream) voidAsposeAgentTimelinePdfRenderer.render(AgentTimelineReport report, OutputStream outputStream) protected voidAsposeAgentTimelinePdfRenderer.renderAgentInstanceDetails(com.aspose.pdf.Page page, AgentTimelineReport report) Single-agent-instance header, shown in place of the work-instance details table.protected voidAsposeAgentTimelinePdfRenderer.renderCover(com.aspose.pdf.Page page, AgentTimelineReport report) protected voidAsposeAgentTimelinePdfRenderer.renderInstanceDetails(com.aspose.pdf.Page page, AgentTimelineReport report) protected voidAsposeAgentTimelinePdfRenderer.renderIntroAndInstanceDetails(com.aspose.pdf.Page page, AgentTimelineReport report) protected voidAsposeAgentTimelinePdfRenderer.renderInvocationDetails(com.aspose.pdf.Page page, AgentTimelineReport report, com.aspose.pdf.Page tocPage) protected voidAsposeAgentTimelinePdfRenderer.renderOverview(com.aspose.pdf.Page page, AgentTimelineReport report) protected voidAsposeAgentTimelinePdfRenderer.renderSummaryKpis(com.aspose.pdf.Page page, AgentTimelineReport report) protected voidAsposeAgentTimelinePdfRenderer.renderUnpricedModelsNote(com.aspose.pdf.Page page, AgentTimelineReport report) When any chat model on the timeline has no configured price, its cost was counted as 0 and the total is understated - surface this the same way the UI does (a muted note plus the distinct unpriced model names). -
Uses of AgentTimelineReport in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent that return AgentTimelineReportModifier and TypeMethodDescriptionprotected AgentTimelineReportAgentTimelinePdfService.buildInvocationReport(String agentInstanceId, String invocationId, AgentTimelinePdfService.AgentInstanceInfo header, AgentInstanceTimelineResponse instance, List<AgentModelPrice> prices) protected AgentTimelineReportAgentTimelinePdfService.buildReport(String scopeId, String scopeType, AgentTimelinePdfService.ScopeInfo scopeInfo, List<AgentInstanceTimelineResponse> timeline, List<AgentModelPrice> prices) Methods in com.flowable.platform.service.agent with parameters of type AgentTimelineReportModifier and TypeMethodDescriptionprotected AgentInvocationReportAgentTimelinePdfService.buildInvocation(AgentInvocationTimelineResponse invocation, List<AgentModelPrice> prices, AgentTimelineReport report)