Class AppModelResource


  • @RestController
    public class AppModelResource
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • appRepositoryService

        @Autowired
        protected org.flowable.app.api.AppRepositoryService appRepositoryService
    • Constructor Detail

      • AppModelResource

        public AppModelResource()
    • Method Detail

      • getModelJsonResource

        @GetMapping(value="/app-repository/app-definitions/{appDefinitionId}/model",
                    produces="application/json")
        public String getModelJsonResource​(@PathVariable
                                           String appDefinitionId)