Uses of Class
org.chenile.workflow.dto.StateEntityServiceResponse
Package
Description
Support for Workflow.
Workflow implementation classes.
-
Uses of StateEntityServiceResponse in org.chenile.workflow.api
Modifier and TypeMethodDescriptionStateEntityService.processById
(String id, String event, Object payload) -
Uses of StateEntityServiceResponse in org.chenile.workflow.service.impl
Modifier and TypeMethodDescriptionAn implementation of the create method that delegates to the entity store after filling up the mandatory attributes.protected StateEntityServiceResponse<T>
StateEntityServiceImpl.makeStateEntityResponse
(T entity) An implementation of the process method that allows to track all the changes to the entity via events.StateEntityServiceImpl.processById
(String id, String event, Object payload) This form is expected from the web.