Package dev.dsf.bpe.webservice
Class ProcessService
java.lang.Object
dev.dsf.bpe.webservice.AbstractService
dev.dsf.bpe.webservice.ProcessService
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@RolesAllowed("ADMIN")
@Path("Process")
public class ProcessService
extends AbstractService
implements org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessService(ThymeleafTemplateService templateService, org.camunda.bpm.engine.RepositoryService repositoryService) -
Method Summary
Methods inherited from class dev.dsf.bpe.webservice.AbstractService
write
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
ProcessService
public ProcessService(ThymeleafTemplateService templateService, org.camunda.bpm.engine.RepositoryService repositoryService)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractService- Throws:
Exception
-
readHtml
@GET @Path("/{key}") @Produces("text/html") public jakarta.ws.rs.core.Response readHtml(@PathParam("key") String key) -
readHtml
-