Package org.flowable.engine.interceptor
Interface ProcessInstanceQueryInterceptor
public interface ProcessInstanceQueryInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterProcessInstanceQueryExecute(ProcessInstanceQuery processInstanceQuery, List<ProcessInstance> processInstances) voidbeforeProcessInstanceQueryExecute(ProcessInstanceQuery processInstanceQuery)
-
Method Details
-
beforeProcessInstanceQueryExecute
-
afterProcessInstanceQueryExecute
void afterProcessInstanceQueryExecute(ProcessInstanceQuery processInstanceQuery, List<ProcessInstance> processInstances)
-