public abstract class AbstractProcessInstanceQueryResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HistoryService |
historyService |
protected RepositoryService |
repositoryService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
AbstractProcessInstanceQueryResource() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProcessInstanceRepresentation> |
convertInstanceList(List<HistoricProcessInstance> instances) |
ResultListDataRepresentation |
getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected RepositoryService repositoryService
@Autowired protected HistoryService historyService
@Autowired protected UserCache userCache
public AbstractProcessInstanceQueryResource()
public ResultListDataRepresentation getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode)
protected List<ProcessInstanceRepresentation> convertInstanceList(List<HistoricProcessInstance> instances)
Copyright © 2017 Alfresco. All rights reserved.