public abstract class AbstractProcessInstancesResource extends Object
Modifier and Type | Field and Description |
---|---|
protected ActivitiService |
activitiService |
protected FormProcessingService |
formProcessingService |
protected HistoryService |
historyService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
protected RelatedContentService |
relatedContentService |
protected RepositoryService |
repositoryService |
protected com.activiti.model.component.SimpleContentTypeMapper |
typeMapper |
protected UserCache |
userCache |
Constructor and Description |
---|
AbstractProcessInstancesResource() |
Modifier and Type | Method and Description |
---|---|
protected com.activiti.model.runtime.RelatedContentRepresentation |
createRelatedContentResponse(com.activiti.domain.runtime.RelatedContent relatedContent) |
protected Map<String,String> |
getTitlesForFields(Collection<String> fieldIds,
HistoricProcessInstance processInstance) |
protected Map<String,List<com.activiti.domain.runtime.RelatedContent>> |
groupContentByField(org.springframework.data.domain.Page<com.activiti.domain.runtime.RelatedContent> allContent) |
protected com.activiti.model.editor.form.FormDefinitionRepresentation |
readFormDefinition(com.activiti.domain.runtime.Form form) |
com.activiti.model.runtime.ProcessInstanceRepresentation |
startNewProcessInstance(com.activiti.model.runtime.CreateProcessInstanceRepresentation startRequest) |
@Autowired protected ActivitiService activitiService
@Autowired protected RepositoryService repositoryService
@Autowired protected HistoryService historyService
@Autowired protected PermissionService permissionService
@Autowired protected FormProcessingService formProcessingService
@Autowired protected RelatedContentService relatedContentService
@Autowired protected com.activiti.model.component.SimpleContentTypeMapper typeMapper
@Autowired protected UserCache userCache
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public com.activiti.model.runtime.ProcessInstanceRepresentation startNewProcessInstance(com.activiti.model.runtime.CreateProcessInstanceRepresentation startRequest)
protected Map<String,List<com.activiti.domain.runtime.RelatedContent>> groupContentByField(org.springframework.data.domain.Page<com.activiti.domain.runtime.RelatedContent> allContent)
protected Map<String,String> getTitlesForFields(Collection<String> fieldIds, HistoricProcessInstance processInstance)
protected com.activiti.model.editor.form.FormDefinitionRepresentation readFormDefinition(com.activiti.domain.runtime.Form form)
protected com.activiti.model.runtime.RelatedContentRepresentation createRelatedContentResponse(com.activiti.domain.runtime.RelatedContent relatedContent)
Copyright © 2014–2015 Alfresco. All rights reserved.