Uses of Class
com.aquima.web.rest.v1.resource.impl.Case
Packages that use Case
Package
Description
-
Uses of Case in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller that return Case -
Uses of Case in com.aquima.web.rest.v1.converter
Methods in com.aquima.web.rest.v1.converter that return types with arguments of type CaseModifier and TypeMethodDescriptionMethods in com.aquima.web.rest.v1.converter with parameters of type CaseModifier and TypeMethodDescriptionvoid
Constructor parameters in com.aquima.web.rest.v1.converter with type arguments of type CaseModifierConstructorDescriptionCaseConverter
(IResourceFactory factory, IResourceLinker<Case> linker) -
Uses of Case in com.aquima.web.rest.v1.linker.impl
Methods in com.aquima.web.rest.v1.linker.impl with parameters of type CaseMethod parameters in com.aquima.web.rest.v1.linker.impl with type arguments of type CaseModifier and TypeMethodDescriptionvoid
CaseLinker.link
(PagedObject<Case> pagedObject, IPaginator<Case> paginator) void
CaseLinker.link
(PagedObject<Case> pagedObject, IPaginator<Case> paginator) -
Uses of Case in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource that return Case -
Uses of Case in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return Case -
Uses of Case in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service that return CaseModifier and TypeMethodDescriptionThis method is responsible for returning a case by its idMethods in com.aquima.web.rest.v1.service that return types with arguments of type CaseModifier and TypeMethodDescriptionCaseService.getCases
(PagedObject<Case> pagedObject, Integer page, Integer pageSize, String sort, String attributes, List<ResourceFilter> resourceFilters, boolean includeAll) This method is responsible for returning a PagedObject with casesMethods in com.aquima.web.rest.v1.service with parameters of type CaseModifier and TypeMethodDescriptionThis method is responsible for returning a case by its idMethod parameters in com.aquima.web.rest.v1.service with type arguments of type CaseModifier and TypeMethodDescriptionstatic 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 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 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} endpointCaseService.getCases
(PagedObject<Case> pagedObject, Integer page, Integer pageSize, String sort, String attributes, List<ResourceFilter> resourceFilters, boolean includeAll) This method is responsible for returning a PagedObject with cases