Uses of Class
org.chenile.workflow.info.model.WorkflowInfoRequest
Packages that use WorkflowInfoRequest
Package
Description
Request and response DTOs for workflow information services.
Public service contracts for workflow information services.
-
Uses of WorkflowInfoRequest in org.chenile.workflow.info.model
Subclasses of WorkflowInfoRequest in org.chenile.workflow.info.model -
Uses of WorkflowInfoRequest in org.chenile.workflow.info.service
Methods in org.chenile.workflow.info.service with parameters of type WorkflowInfoRequestModifier and TypeMethodDescriptionWorkflowInfoService.generateTestCases(WorkflowInfoRequest request) WorkflowInfoResponse<byte[]> WorkflowInfoService.renderStateDiagram(WorkflowInfoRequest request) WorkflowInfoResponse<Map<String, byte[]>> WorkflowInfoService.renderTestsAsStateDiagram(WorkflowInfoRequest request) WorkflowInfoService.toJson(WorkflowInfoRequest request) WorkflowInfoService.visualizeTestCases(WorkflowInfoRequest request)