Uses of Class
com.aquima.web.rest.v1.service.CaseEventService
Packages that use CaseEventService
-
Uses of CaseEventService in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service that return CaseEventServiceModifier and TypeMethodDescriptionstatic CaseEventService
CaseEventService.forPaged
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ICaseEventModel, CaseEvent> converter, IResourceLinker<CaseEvent> linker, PaginatorFactory paginatorFactory) Creates an instance of this service usable in the /caseEvents endpointstatic CaseEventService
CaseEventService.forReplay
(com.aquima.interactions.portal.IPortalEngine portalEngine, com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ICaseEventModel, CaseEvent> converter) Creates an instance of this service usable in the POST /caseEvents/{eventId} endpoint (for replaying events).static CaseEventService
CaseEventService.forSingle
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ICaseEventModel, CaseEvent> converter) Creates an instance of this service usable in the GET /caseEvents/{eventId} endpoint