Package dev.dsf.bpe.webservice
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRootService(ThymeleafTemplateService templateService, org.camunda.bpm.engine.RepositoryService repositoryService, org.camunda.bpm.engine.RuntimeService runtimeService) -
Method Summary
Methods inherited from class dev.dsf.bpe.webservice.AbstractService
write
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
RootService
public RootService(ThymeleafTemplateService templateService, org.camunda.bpm.engine.RepositoryService repositoryService, org.camunda.bpm.engine.RuntimeService runtimeService)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractService- Throws:
Exception
-
root
@GET @Produces("text/html") public jakarta.ws.rs.core.Response root()
-