@ApplicationScoped public class ProcessInstanceServiceImpl extends Object implements ProcessInstanceService
| Constructor and Description |
|---|
ProcessInstanceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessInstanceSummary> |
getAll(QueryFilter filter) |
org.uberfire.paging.PageResponse<ProcessInstanceSummary> |
getData(QueryFilter filter) |
ProcessInstanceSummary |
getItem(ProcessInstanceKey key) |
public org.uberfire.paging.PageResponse<ProcessInstanceSummary> getData(QueryFilter filter)
getData in interface GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>public ProcessInstanceSummary getItem(ProcessInstanceKey key)
getItem in interface GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>public List<ProcessInstanceSummary> getAll(QueryFilter filter)
getAll in interface GenericServiceEntryPoint<ProcessInstanceKey,ProcessInstanceSummary>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.