Class ProcessDeletedEventHandler
- java.lang.Object
-
- org.activiti.cloud.services.query.events.handlers.ProcessDeletedEventHandler
-
- All Implemented Interfaces:
QueryEventHandler
public class ProcessDeletedEventHandler extends Object implements QueryEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected StringINVALID_PROCESS_INSTANCE_STATE
-
Constructor Summary
Constructors Constructor Description ProcessDeletedEventHandler(javax.persistence.EntityManager entityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandledEvent()voidhandle(CloudRuntimeEvent<?,?> event)
-
-
-
Field Detail
-
INVALID_PROCESS_INSTANCE_STATE
protected final String INVALID_PROCESS_INSTANCE_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public void handle(CloudRuntimeEvent<?,?> event)
- Specified by:
handlein interfaceQueryEventHandler
-
getHandledEvent
public String getHandledEvent()
- Specified by:
getHandledEventin interfaceQueryEventHandler
-
-