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