@RestController @RequestMapping(value="/app") public class AppDefinitionsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableAppDefinitionService |
appDefinitionService |
| Constructor and Description |
|---|
AppDefinitionsResource() |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionRepresentation |
getAppDefinition(String appDefinitionKey) |
org.flowable.ui.common.model.ResultListDataRepresentation |
getAppDefinitions() |
@Autowired protected FlowableAppDefinitionService appDefinitionService
@GetMapping(value="/rest/runtime/app-definitions") public org.flowable.ui.common.model.ResultListDataRepresentation getAppDefinitions()
@GetMapping(value="/rest/runtime/app-definitions/{appDefinitionKey}")
public AppDefinitionRepresentation getAppDefinition(@PathVariable(value="appDefinitionKey")
String appDefinitionKey)
Copyright © 2022 Flowable. All rights reserved.