Uses of Class
org.chenile.workflow.dto.StateEntityServiceResponse
Packages that use StateEntityServiceResponse
Package
Description
Support for Workflow.
Workflow implementation classes.
-
Uses of StateEntityServiceResponse in org.chenile.workflow.api
Methods in org.chenile.workflow.api that return StateEntityServiceResponseModifier and TypeMethodDescriptionStateEntityService.processById
(String id, String event, Object payload) -
Uses of StateEntityServiceResponse in org.chenile.workflow.service.impl
Methods in org.chenile.workflow.service.impl that return StateEntityServiceResponseModifier 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.