@ApplicationScoped public class RemoteProcessVariablesServiceImpl extends AbstractKieServerService implements ProcessVariablesService
kieServerIntegration| Constructor and Description |
|---|
RemoteProcessVariablesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.paging.PageResponse<ProcessVariableSummary> |
getData(QueryFilter filter) |
protected List<ProcessVariableSummary> |
getProcessVariables(QueryFilter filter) |
List<ProcessVariableSummary> |
getVariableHistory(String serverTemplateId,
String deploymentId,
Long processInstanceId,
String variableName) |
getClient, getClient, getKieServicesClient, getKieServicesClientpublic org.uberfire.paging.PageResponse<ProcessVariableSummary> getData(QueryFilter filter)
getData in interface GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>protected List<ProcessVariableSummary> getProcessVariables(QueryFilter filter)
public List<ProcessVariableSummary> getVariableHistory(String serverTemplateId, String deploymentId, Long processInstanceId, String variableName)
getVariableHistory in interface ProcessVariablesServiceCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.