Interface HvlBpmnDisplayJsonClientResourceService

All Known Implementing Classes:
HvlBpmnDisplayJsonClientResourceServiceImpl

@Validated public interface HvlBpmnDisplayJsonClientResourceService
This service provides methods for bpmn admin display operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    getDebuggerModelJSON(@NotBlank String processInstanceId)
    Gets debugger model json.
    com.fasterxml.jackson.databind.JsonNode
    getModelHistoryJSON(@NotBlank String processInstanceId)
    Gets model history json.
    com.fasterxml.jackson.databind.JsonNode
    getModelJSON(@NotBlank String processInstanceId)
    Gets model json.
    com.fasterxml.jackson.databind.JsonNode
    getModelJSONForProcessDefinition(@NotBlank String processDefinitionId)
    Gets model json for process definition.
  • Method Details

    • getDebuggerModelJSON

      com.fasterxml.jackson.databind.JsonNode getDebuggerModelJSON(@NotBlank @NotBlank String processInstanceId)
      Gets debugger model json.
      Parameters:
      processInstanceId - the process instance id
      Returns:
      the debugger model json
    • getModelJSON

      com.fasterxml.jackson.databind.JsonNode getModelJSON(@NotBlank @NotBlank String processInstanceId)
      Gets model json.
      Parameters:
      processInstanceId - the process instance id
      Returns:
      the model json
    • getModelJSONForProcessDefinition

      com.fasterxml.jackson.databind.JsonNode getModelJSONForProcessDefinition(@NotBlank @NotBlank String processDefinitionId)
      Gets model json for process definition.
      Parameters:
      processDefinitionId - the process definition id
      Returns:
      the model json for process definition
    • getModelHistoryJSON

      com.fasterxml.jackson.databind.JsonNode getModelHistoryJSON(@NotBlank @NotBlank String processInstanceId)
      Gets model history json.
      Parameters:
      processInstanceId - the process instance id
      Returns:
      the model history json