Package org.jbpm.workbench.pr.service
Interface ProcessVariablesService
-
- All Superinterfaces:
org.jbpm.workbench.common.service.GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>
public interface ProcessVariablesService extends org.jbpm.workbench.common.service.GenericServiceEntryPoint<ProcessVariableKey,ProcessVariableSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ProcessVariableSummary>
getProcessVariables(org.jbpm.workbench.common.model.QueryFilter filter)
List<ProcessVariableSummary>
getVariableHistory(ProcessInstanceKey processInstance, String variableName)
-
-
-
Method Detail
-
getVariableHistory
List<ProcessVariableSummary> getVariableHistory(ProcessInstanceKey processInstance, String variableName)
-
getProcessVariables
List<ProcessVariableSummary> getProcessVariables(org.jbpm.workbench.common.model.QueryFilter filter)
-
-