Uses of Class
com.aquima.web.rest.v1.resource.impl.CaseEvent
Packages that use CaseEvent
Package
Description
-
Uses of CaseEvent in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller that return CaseEventModifier and TypeMethodDescriptionCaseEventsRestController.getCaseEvent
(Long eventId) This method returns a case event based on the event id. -
Uses of CaseEvent in com.aquima.web.rest.v1.converter
Methods in com.aquima.web.rest.v1.converter that return types with arguments of type CaseEventModifier and TypeMethodDescriptionMethods in com.aquima.web.rest.v1.converter with parameters of type CaseEventModifier and TypeMethodDescriptionvoid
CaseEventConverter.convert
(com.aquima.interactions.process.dao.ICaseEventModel model, CaseEvent event) Constructor parameters in com.aquima.web.rest.v1.converter with type arguments of type CaseEventModifierConstructorDescriptionCaseEventConverter
(IResourceFactory factory, IResourceLinker<CaseEvent> linker) -
Uses of CaseEvent in com.aquima.web.rest.v1.linker.impl
Methods in com.aquima.web.rest.v1.linker.impl with parameters of type CaseEventMethod parameters in com.aquima.web.rest.v1.linker.impl with type arguments of type CaseEventModifier and TypeMethodDescriptionvoid
CaseEventLinker.link
(PagedObject<CaseEvent> pagedObject, IPaginator<CaseEvent> paginator) void
CaseEventLinker.link
(PagedObject<CaseEvent> pagedObject, IPaginator<CaseEvent> paginator) -
Uses of CaseEvent in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource that return CaseEvent -
Uses of CaseEvent in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return CaseEvent -
Uses of CaseEvent in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service that return CaseEventModifier and TypeMethodDescriptionCaseEventService.getCaseEvent
(CaseEvent caseEvent, Long eventId) Populates the given case event resource with the details of the case event with the given id.Methods in com.aquima.web.rest.v1.service that return types with arguments of type CaseEventModifier and TypeMethodDescriptionCaseEventService.getCaseEvents
(PagedObject<CaseEvent> pagedObject, NullableLong caseId, Integer page, Integer pageSize, String sort, List<ResourceFilter> resourceFilters) Populates the given paged object resource with a (potentially) paginated list of case events.Methods in com.aquima.web.rest.v1.service with parameters of type CaseEventModifier and TypeMethodDescriptionCaseEventService.getCaseEvent
(CaseEvent caseEvent, Long eventId) Populates the given case event resource with the details of the case event with the given id.void
CaseEventService.replayCaseEvent
(CaseEvent eventResource, Long eventId, NullableLong caseId, com.aquima.interactions.project.IUserData userData) Replays (re-triggers) the event with the given id and populates the given event resource with the details of the newly created event.Method parameters in com.aquima.web.rest.v1.service with type arguments of type CaseEventModifier 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.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} endpointCaseEventService.getCaseEvents
(PagedObject<CaseEvent> pagedObject, NullableLong caseId, Integer page, Integer pageSize, String sort, List<ResourceFilter> resourceFilters) Populates the given paged object resource with a (potentially) paginated list of case events.