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