Interface HvlProcessDocService

All Known Implementing Classes:
HvlProcessDocServiceImpl

@Validated public interface HvlProcessDocService
  • Method Summary

    Modifier and Type
    Method
    Description
    generateDocumentationJsonModel(@jakarta.validation.constraints.NotNull long processId, boolean force)
    Returns generated documentation of process according to given process id.
  • Method Details

    • generateDocumentationJsonModel

      String generateDocumentationJsonModel(@NotNull @jakarta.validation.constraints.NotNull long processId, boolean force)
      Returns generated documentation of process according to given process id. In case of force parameter is false and there is an up-to-date generated documentation in the database returns exist documentation otherwise generates a new one
      Parameters:
      processId - the process id
      force - force to regenerate documentation even if generated record exist in db
      Returns:
      generated documentation in json format