public class HalIdentityLinkResolver extends HalCachingLinkResolver
| Constructor and Description | 
|---|
| HalIdentityLinkResolver() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Class<?> | getHalResourceClass() | 
| protected String | getResourceId(HalResource<?> resource) | 
| protected void | putIntoCache(List<HalResource<?>> notCachedResources)Put a resource into the cache. | 
| List<HalResource<?>> | resolveLinks(String[] linkedIds,
            ProcessEngine processEngine)Resolve resources for linked ids, if configured uses a cache. | 
| protected List<HalResource<?>> | resolveNotCachedLinks(String[] linkedIds,
                     ProcessEngine processEngine) | 
getCache, getResourceComparator, resolveCachedLinks, sortResolvedResourcesprotected Class<?> getHalResourceClass()
getHalResourceClass in class HalCachingLinkResolverpublic List<HalResource<?>> resolveLinks(String[] linkedIds, ProcessEngine processEngine)
HalCachingLinkResolverresolveLinks in interface HalLinkResolverresolveLinks in class HalCachingLinkResolverprotected List<HalResource<?>> resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
resolveNotCachedLinks in class HalCachingLinkResolverprotected void putIntoCache(List<HalResource<?>> notCachedResources)
HalCachingLinkResolverputIntoCache in class HalCachingLinkResolverprotected String getResourceId(HalResource<?> resource)
getResourceId in class HalCachingLinkResolverCopyright © 2021. All rights reserved.