public abstract class AbstractProcessInstancesResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ActivitiService |
activitiService |
protected org.activiti.form.api.FormRepositoryService |
formRepositoryService |
protected org.activiti.form.api.FormService |
formService |
protected HistoryService |
historyService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected PermissionService |
permissionService |
protected RelatedContentService |
relatedContentService |
protected RepositoryService |
repositoryService |
protected SimpleContentTypeMapper |
typeMapper |
protected UserCache |
userCache |
| Constructor and Description |
|---|
AbstractProcessInstancesResource() |
| Modifier and Type | Method and Description |
|---|---|
protected RelatedContentRepresentation |
createRelatedContentResponse(RelatedContent relatedContent) |
protected Map<String,List<RelatedContent>> |
groupContentByField(org.springframework.data.domain.Page<RelatedContent> allContent) |
ProcessInstanceRepresentation |
startNewProcessInstance(CreateProcessInstanceRepresentation startRequest) |
@Autowired protected ActivitiService activitiService
@Autowired protected RepositoryService repositoryService
@Autowired protected HistoryService historyService
@Autowired protected org.activiti.form.api.FormRepositoryService formRepositoryService
@Autowired protected org.activiti.form.api.FormService formService
@Autowired protected PermissionService permissionService
@Autowired protected RelatedContentService relatedContentService
@Autowired protected SimpleContentTypeMapper typeMapper
@Autowired protected UserCache userCache
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public ProcessInstanceRepresentation startNewProcessInstance(CreateProcessInstanceRepresentation startRequest)
protected Map<String,List<RelatedContent>> groupContentByField(org.springframework.data.domain.Page<RelatedContent> allContent)
protected RelatedContentRepresentation createRelatedContentResponse(RelatedContent relatedContent)
Copyright © 2017 Alfresco. All rights reserved.