@Produces(value="application/json") public class VersionRestService extends AbstractRestProcessEngineAware
Modifier and Type | Field and Description |
---|---|
static String |
PATH |
objectMapper, relativeRootResourcePath
processEngine
Constructor and Description |
---|
VersionRestService(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
VersionDto |
getVersion() |
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
public static final String PATH
public VersionRestService(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
@GET @Produces(value="application/json") public VersionDto getVersion()
Copyright © 2022. All rights reserved.