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