Uses of Interface
com.aquima.web.rest.v1.converter.IResourceConverter
Packages that use IResourceConverter
-
Uses of IResourceConverter in com.aquima.web.rest.v1.converter
Classes in com.aquima.web.rest.v1.converter that implement IResourceConverterModifier and TypeClassDescriptionclass
class
Converts case event domain models to case event REST resources.class
Converts project metadata to metadata REST resources.class
Converts ApplicationID to project REST resources.class
-
Uses of IResourceConverter in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type IResourceConverterModifier 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 CaseService
CaseService.forPaged
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ICaseModel, Case> converter, IDateConverter dateConverter, IResourceLinker<Case> linker, PaginatorFactory paginatorFactory) Creates an instance of this service usable in the /cases endpointstatic TaskService
TaskService.forPaged
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter, IResourceLinker<Task> linker, PaginatorFactory paginatorFactory) Creates an instance of this service usable in the /tasks 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} endpointstatic CaseService
CaseService.forSingle
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ICaseModel, Case> converter, IDateConverter dateConverter) Creates an instance of this service usable in the GET /cases/{caseId} endpointstatic TaskService
TaskService.forSingle
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter) Creates an instance of this service usable in the GET /task/{taskId} endpointstatic TaskService
TaskService.forUpdate
(com.aquima.interactions.process.impl.ProcessCaseRepository repository, com.blueriq.component.api.ApplicationFinder applicationFinder, IResourceConverter<com.aquima.interactions.process.dao.ITaskModel, Task> converter, IDateConverter dateConverter) Creates an instance of this service usable in the PUT /tasks/{taskId} endpointConstructors in com.aquima.web.rest.v1.service with parameters of type IResourceConverterModifierConstructorDescriptionProjectService
(com.aquima.interactions.portal.IPortalEngine portalEngine, IResourceConverter<com.aquima.interactions.foundation.ApplicationID, Project> projectConverter, IResourceConverter<com.aquima.interactions.portal.ds.ProjectMetadata, Metadata> metadataConverter, IResourceLinker<Project> projectLinker, PaginatorFactory paginatorFactory)