Uses of Interface
com.aquima.web.rest.v1.resource.IResourceFactory
Packages that use IResourceFactory
Package
Description
-
Uses of IResourceFactory in com.aquima.web.rest.v1.converter
Constructors in com.aquima.web.rest.v1.converter with parameters of type IResourceFactoryModifierConstructorDescriptionCaseConverter
(IResourceFactory factory, IResourceLinker<Case> linker) CaseEventConverter
(IResourceFactory factory, IResourceLinker<CaseEvent> linker) MetadataConverter
(com.aquima.interactions.foundation.connectivity.IConnectionManager connectionManager, IResourceFactory factory, IResourceLinker<Metadata> linker) MetadataConverter
(com.aquima.interactions.foundation.connectivity.IConnectionManager connectionManager, IResourceFactory resourceFactory, IResourceLinker<Metadata> metadataLinker, IResourceLinker<Webservice> webserviceLinker) ProjectConverter
(IResourceFactory factory, IResourceLinker<Project> linker) TaskConverter
(IResourceFactory factory, IResourceLinker<Task> linker, String customFields) -
Uses of IResourceFactory in com.aquima.web.rest.v1.converter.impl
Constructors in com.aquima.web.rest.v1.converter.impl with parameters of type IResourceFactoryModifierConstructorDescriptionShortcutConverter
(IResourceFactory resourceFactory, IResourceLinker<Shortcut> linker) -
Uses of IResourceFactory in com.aquima.web.rest.v1.resource.impl
Classes in com.aquima.web.rest.v1.resource.impl that implement IResourceFactory -
Uses of IResourceFactory in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type IResourceFactoryModifier and TypeMethodDescriptionstatic EndpointService
EndpointService.forPaged
(com.aquima.interactions.foundation.connectivity.IConnectionManager manager, IResourceFactory resourceFactory, IResourceLinker<Endpoint> linker, PaginatorFactory paginatorFactory)