Uses of Interface
com.aquima.web.rest.v1.linker.IResourceLinker
Packages that use IResourceLinker
Package
Description
-
Uses of IResourceLinker in com.aquima.web.rest.v1.converter
Constructors in com.aquima.web.rest.v1.converter with parameters of type IResourceLinkerModifierConstructorDescriptionCaseConverter
(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 IResourceLinker in com.aquima.web.rest.v1.converter.impl
Constructors in com.aquima.web.rest.v1.converter.impl with parameters of type IResourceLinkerModifierConstructorDescriptionShortcutConverter
(IResourceFactory resourceFactory, IResourceLinker<Shortcut> linker) -
Uses of IResourceLinker in com.aquima.web.rest.v1.linker.impl
Classes in com.aquima.web.rest.v1.linker.impl that implement IResourceLinkerModifier and TypeClassDescriptionclass
Adds HATEOAS links to case event resources.class
class
Linker for Endpoint resources.class
HATEOAS Linker for Metadata resources.class
HATEOAS Linker for Project resources.class
Adds HATEOAS links to runtime resources.class
Adds HATEOAS links to shortcut resources.class
class
HATEOAS Linker for Web Service resource. -
Uses of IResourceLinker in com.aquima.web.rest.v1.service
Methods in com.aquima.web.rest.v1.service with parameters of type IResourceLinkerModifier 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 EndpointService
EndpointService.forPaged
(com.aquima.interactions.foundation.connectivity.IConnectionManager manager, IResourceFactory resourceFactory, IResourceLinker<Endpoint> linker, PaginatorFactory paginatorFactory) static 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 EndpointService
EndpointService.forSingle
(com.aquima.interactions.foundation.connectivity.IConnectionManager manager, IResourceLinker<Endpoint> linker) Constructors in com.aquima.web.rest.v1.service with parameters of type IResourceLinkerModifierConstructorDescriptionProjectService
(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) RuntimeService
(IResourceLinker<Runtime> linker, String runtimeName, boolean productionMode, com.aquima.interactions.foundation.Version runtimeVersion) ShortcutService
(com.blueriq.component.api.shortcut.IShortcutManager shortcutManager, IShortcutConverter converter, PaginatorFactory paginatorFactory, IResourceLinker<Shortcut> linker) Creates a new instance.