@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(ProcessInstanceKey processInstance,
String variableName) |
getClient, getClient, getKieServicesClient, getKieServicesClient
public org.uberfire.paging.PageResponse<ProcessVariableSummary> getData(QueryFilter filter)
getData
in interface GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>
protected List<ProcessVariableSummary> getProcessVariables(QueryFilter filter)
public List<ProcessVariableSummary> getVariableHistory(ProcessInstanceKey processInstance, String variableName)
getVariableHistory
in interface ProcessVariablesService
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.