public abstract class AbstractAppDefinitionsResource extends Object
Modifier and Type | Field and Description |
---|---|
protected DeploymentService |
deploymentService |
protected static com.activiti.model.runtime.AppDefinitionRepresentation |
idmAppDefinitionRepresentation |
protected static com.activiti.model.runtime.AppDefinitionRepresentation |
kickstartAppDefinitionRepresentation |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected RuntimeAppDefinitionService |
runtimeAppDefinitionService |
protected static com.activiti.model.runtime.AppDefinitionRepresentation |
taskAppDefinitionRepresentation |
Constructor and Description |
---|
AbstractAppDefinitionsResource() |
Modifier and Type | Method and Description |
---|---|
protected com.activiti.model.runtime.AppDefinitionRepresentation |
createDefaultAppDefinition(String id) |
protected com.activiti.model.runtime.AppDefinitionRepresentation |
createRepresentation(com.activiti.domain.runtime.RuntimeAppDefinition runtimeAppDefinition) |
protected void |
deployAppDefinitions(com.activiti.model.runtime.RuntimeAppDefinitionSaveRepresentation saveObject) |
protected com.activiti.model.common.ResultListDataRepresentation |
getAppDefinitions() |
@Autowired protected RuntimeAppDefinitionService runtimeAppDefinitionService
@Autowired protected DeploymentService deploymentService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected static final com.activiti.model.runtime.AppDefinitionRepresentation kickstartAppDefinitionRepresentation
protected static final com.activiti.model.runtime.AppDefinitionRepresentation taskAppDefinitionRepresentation
protected static final com.activiti.model.runtime.AppDefinitionRepresentation idmAppDefinitionRepresentation
protected com.activiti.model.common.ResultListDataRepresentation getAppDefinitions()
protected com.activiti.model.runtime.AppDefinitionRepresentation createDefaultAppDefinition(String id)
protected com.activiti.model.runtime.AppDefinitionRepresentation createRepresentation(com.activiti.domain.runtime.RuntimeAppDefinition runtimeAppDefinition)
protected void deployAppDefinitions(com.activiti.model.runtime.RuntimeAppDefinitionSaveRepresentation saveObject)
Copyright © 2014–2015 Alfresco. All rights reserved.