Class AsposeAgentTimelinePdfRenderer.NumberedInvocation
java.lang.Object
com.flowable.agent.engine.impl.report.AsposeAgentTimelinePdfRenderer.NumberedInvocation
- Enclosing class:
- AsposeAgentTimelinePdfRenderer
One invocation enriched with its hierarchical number and owning agent name, shared by Overview and Details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final AgentInstanceReportprotected final AgentInvocationReportprotected final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNumberedInvocation(String number, String agentName, AgentInstanceReport instance, AgentInvocationReport invocation) -
Method Summary
-
Field Details
-
number
-
agentName
-
instance
-
invocation
-
-
Constructor Details
-
NumberedInvocation
protected NumberedInvocation(String number, String agentName, AgentInstanceReport instance, AgentInvocationReport invocation)
-