Uses of Class
com.aquima.web.rest.v1.resource.impl.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in com.aquima.web.rest.v1.controller
Methods in com.aquima.web.rest.v1.controller that return Endpoint -
Uses of Endpoint in com.aquima.web.rest.v1.linker.impl
Methods in com.aquima.web.rest.v1.linker.impl with parameters of type EndpointMethod parameters in com.aquima.web.rest.v1.linker.impl with type arguments of type EndpointModifier and TypeMethodDescriptionvoid
EndpointLinker.link
(PagedObject<Endpoint> pagedObject, IPaginator<Endpoint> paginator) void
EndpointLinker.link
(PagedObject<Endpoint> pagedObject, IPaginator<Endpoint> paginator) -
Uses of Endpoint in com.aquima.web.rest.v1.resource
Methods in com.aquima.web.rest.v1.resource that return Endpoint -
Uses of Endpoint in com.aquima.web.rest.v1.resource.impl
Methods in com.aquima.web.rest.v1.resource.impl that return Endpoint -
Uses of Endpoint in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service that return EndpointMethods in com.aquima.web.rest.v1.service that return types with arguments of type EndpointModifier and TypeMethodDescriptionEndpointService.getEndpoints
(PagedObject<Endpoint> pagedObject, Integer page, Integer pageSize, String sort) Methods in com.aquima.web.rest.v1.service with parameters of type EndpointMethod parameters in com.aquima.web.rest.v1.service with type arguments of type EndpointModifier and TypeMethodDescriptionstatic EndpointService
EndpointService.forPaged
(com.aquima.interactions.foundation.connectivity.IConnectionManager manager, IResourceFactory resourceFactory, IResourceLinker<Endpoint> linker, PaginatorFactory paginatorFactory) static EndpointService
EndpointService.forSingle
(com.aquima.interactions.foundation.connectivity.IConnectionManager manager, IResourceLinker<Endpoint> linker) EndpointService.getEndpoints
(PagedObject<Endpoint> pagedObject, Integer page, Integer pageSize, String sort)