@RestController public class AppDefinitionsResource extends AbstractAppDefinitionsResource
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
idmAppDefinitionRepresentation, kickstartAppDefinitionRepresentation, repositoryService, taskAppDefinitionRepresentation| Constructor and Description |
|---|
AppDefinitionsResource() |
| Modifier and Type | Method and Description |
|---|---|
AppDefinitionRepresentation |
getAppDefinition(String deploymentKey) |
ResultListDataRepresentation |
getAppDefinitions() |
createDefaultAppDefinition, createRepresentation@Inject protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@Inject protected PermissionService permissionService
@RequestMapping(value="/rest/runtime/app-definitions",
method=GET)
public ResultListDataRepresentation getAppDefinitions()
getAppDefinitions in class AbstractAppDefinitionsResource@RequestMapping(value="/rest/runtime/app-definitions/{deploymentKey}",
method=GET)
public AppDefinitionRepresentation getAppDefinition(@PathVariable(value="deploymentKey")
String deploymentKey)
Copyright © 2017 Alfresco. All rights reserved.