Class RootService

java.lang.Object
dev.dsf.bpe.webservice.AbstractService
dev.dsf.bpe.webservice.RootService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@RolesAllowed("ADMIN") @Path("") public class RootService extends AbstractService implements org.springframework.beans.factory.InitializingBean
  • Field Details

  • Constructor Details

    • RootService

      public RootService(ThymeleafTemplateService templateService, org.camunda.bpm.engine.RepositoryService repositoryService, org.camunda.bpm.engine.RuntimeService runtimeService)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class AbstractService
      Throws:
      Exception
    • root

      @GET @Produces("text/html") public jakarta.ws.rs.core.Response root()