Class HvlProcessDocServiceImpl

java.lang.Object
tr.com.havelsan.javarch.bpmn.admin.starter.module.process.logic.HvlProcessDocServiceImpl
All Implemented Interfaces:
HvlProcessDocService

@Service public class HvlProcessDocServiceImpl extends Object implements HvlProcessDocService
  • Constructor Details

  • Method Details

    • generateDocumentationJsonModel

      public String generateDocumentationJsonModel(@NotNull @javax.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
      Specified by:
      generateDocumentationJsonModel in interface HvlProcessDocService
      Parameters:
      processId - the process id
      force - force to regenerate documentation even if generated record exist in db
      Returns:
      generated documentation in json format