Class VersionRestService

java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.VersionRestService

@Produces("application/json") public class VersionRestService extends AbstractRestProcessEngineAware
  • Field Details

  • Constructor Details

    • VersionRestService

      public VersionRestService(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • getVersion

      @GET @Produces("application/json") public VersionDto getVersion()