public abstract class AbstractAppDefinitionsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static AppDefinitionRepresentation |
idmAppDefinitionRepresentation |
protected static AppDefinitionRepresentation |
kickstartAppDefinitionRepresentation |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected RepositoryService |
repositoryService |
protected static AppDefinitionRepresentation |
taskAppDefinitionRepresentation |
| Constructor and Description |
|---|
AbstractAppDefinitionsResource() |
| Modifier and Type | Method and Description |
|---|---|
protected AppDefinitionRepresentation |
createDefaultAppDefinition(String id) |
protected AppDefinitionRepresentation |
createRepresentation(Deployment deployment) |
protected ResultListDataRepresentation |
getAppDefinitions() |
@Autowired protected RepositoryService repositoryService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected static final AppDefinitionRepresentation kickstartAppDefinitionRepresentation
protected static final AppDefinitionRepresentation taskAppDefinitionRepresentation
protected static final AppDefinitionRepresentation idmAppDefinitionRepresentation
protected ResultListDataRepresentation getAppDefinitions()
protected AppDefinitionRepresentation createDefaultAppDefinition(String id)
protected AppDefinitionRepresentation createRepresentation(Deployment deployment)
Copyright © 2017 Alfresco. All rights reserved.