Uses of Class
org.camunda.bpm.engine.rest.hal.HalResource
- 
- 
Uses of HalResource in org.camunda.bpm.engine.rest.halClasses in org.camunda.bpm.engine.rest.hal with type parameters of type HalResource Modifier and Type Class Description classHalResource<T extends HalResource<?>>Base class for implementing a HAL resource as defined in json-hal-06#section-4Subclasses of HalResource in org.camunda.bpm.engine.rest.hal Modifier and Type Class Description classEmptyHalCollectionclassEmptyHalResourceclassHalCollectionResource<T extends HalCollectionResource<?>>classHalVariableValueFields in org.camunda.bpm.engine.rest.hal declared as HalResource Modifier and Type Field Description static HalResourceEmptyHalCollection. INSTANCEstatic HalResourceEmptyHalResource. INSTANCEprotected HalResource<?>HalLinker. resourceThe HalResource on which the links are constructedMethods in org.camunda.bpm.engine.rest.hal with type parameters of type HalResource Modifier and Type Method Description static <T extends HalResource>
 TEmptyHalResource. emptyHalResource()Methods in org.camunda.bpm.engine.rest.hal that return types with arguments of type HalResource Modifier and Type Method Description java.util.List<HalResource<?>>HalLinker. resolve(HalRelation relation, ProcessEngine processEngine)Resolves a relation.java.util.List<HalResource<?>>HalLinkResolver. resolveLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)Methods in org.camunda.bpm.engine.rest.hal with parameters of type HalResource Modifier and Type Method Description voidHalResource. addEmbedded(java.lang.String name, HalResource<?> embedded)HalLinkerHal. createLinker(HalResource<?> resource)voidHalLinker. mergeLinks(HalResource<?> embedded)merge the links of an embedded resource into this linker.Method parameters in org.camunda.bpm.engine.rest.hal with type arguments of type HalResource Modifier and Type Method Description voidHalResource. addEmbedded(java.lang.String name, java.util.List<HalResource<?>> embeddedCollection)Constructors in org.camunda.bpm.engine.rest.hal with parameters of type HalResource Constructor Description HalLinker(Hal hal, HalResource<?> resource)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.cacheFields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type HalResource Modifier and Type Field Description static java.util.Comparator<HalResource<?>>HalIdResourceCacheLinkResolver. ID_COMPARATORMethods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.Comparator<HalResource<?>>HalCachingLinkResolver. getResourceComparator()protected java.util.Comparator<HalResource<?>>HalIdResourceCacheLinkResolver. getResourceComparator()protected java.util.List<HalResource<?>>HalCachingLinkResolver. resolveCachedLinks(java.lang.String[] linkedIds, Cache cache, java.util.List<java.lang.String> notCachedLinkedIds)Returns a list with all resources which are cached.java.util.List<HalResource<?>>HalCachingLinkResolver. resolveLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)Resolve resources for linked ids, if configured uses a cache.protected abstract java.util.List<HalResource<?>>HalCachingLinkResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type HalResource Modifier and Type Method Description intHalIdResourceCacheLinkResolver.HalIdResourceComparator. compare(HalResource<?> resource1, HalResource<?> resource2)protected abstract java.lang.StringHalCachingLinkResolver. getResourceId(HalResource<?> resource)protected java.lang.StringHalIdResourceCacheLinkResolver. getResourceId(HalResource<?> resource)Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type HalResource Modifier and Type Method Description protected voidHalCachingLinkResolver. putIntoCache(java.util.List<HalResource<?>> notCachedResources)Put a resource into the cache.protected voidHalCachingLinkResolver. sortResolvedResources(java.util.List<HalResource<?>> resolvedResources)Sort the resolved resources to ensure consistent order of resolved resources.
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.caseDefinitionSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.caseDefinition Modifier and Type Class Description classHalCaseDefinitionMethods in org.camunda.bpm.engine.rest.hal.caseDefinition that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.List<HalResource<?>>HalCaseDefinitionResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.groupSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.group Modifier and Type Class Description classHalGroupMethods in org.camunda.bpm.engine.rest.hal.group that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.List<HalResource<?>>HalGroupResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.identitylinkSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.identitylink Modifier and Type Class Description classHalIdentityLinkMethods in org.camunda.bpm.engine.rest.hal.identitylink that return types with arguments of type HalResource Modifier and Type Method Description java.util.List<HalResource<?>>HalIdentityLinkResolver. resolveLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)protected java.util.List<HalResource<?>>HalIdentityLinkResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)Methods in org.camunda.bpm.engine.rest.hal.identitylink with parameters of type HalResource Modifier and Type Method Description protected java.lang.StringHalIdentityLinkResolver. getResourceId(HalResource<?> resource)Method parameters in org.camunda.bpm.engine.rest.hal.identitylink with type arguments of type HalResource Modifier and Type Method Description protected voidHalIdentityLinkResolver. putIntoCache(java.util.List<HalResource<?>> notCachedResources)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.processDefinitionSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.processDefinition Modifier and Type Class Description classHalProcessDefinitionMethods in org.camunda.bpm.engine.rest.hal.processDefinition that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.List<HalResource<?>>HalProcessDefinitionResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.taskSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.task Modifier and Type Class Description classHalTaskclassHalTaskList
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.tenantSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.tenant Modifier and Type Class Description classHalTenant
- 
Uses of HalResource in org.camunda.bpm.engine.rest.hal.userSubclasses of HalResource in org.camunda.bpm.engine.rest.hal.user Modifier and Type Class Description classHalUserclassHalUserListMethods in org.camunda.bpm.engine.rest.hal.user that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.List<HalResource<?>>HalUserResolver. resolveNotCachedLinks(java.lang.String[] linkedIds, ProcessEngine processEngine)
- 
Uses of HalResource in org.camunda.bpm.engine.rest.sub.runtime.implMethods in org.camunda.bpm.engine.rest.sub.runtime.impl that return HalResource Modifier and Type Method Description protected HalResource<?>FilterResourceImpl. convertToHalResource(java.lang.Object entity)HalResourceFilterResourceImpl. executeHalList(java.lang.Integer firstResult, java.lang.Integer maxResults)HalResourceFilterResourceImpl. executeHalSingleResult()HalResourceFilterResourceImpl. queryHalList(java.lang.String extendingQuery, java.lang.Integer firstResult, java.lang.Integer maxResults)HalResourceFilterResourceImpl. queryHalSingleResult(java.lang.String extendingQuery)Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type HalResource Modifier and Type Method Description protected java.util.List<HalResource<?>>FilterResourceImpl. getVariableValuesForTask(HalTask halTask, java.util.Map<java.lang.String,java.util.List<VariableInstance>> variableInstances)
 
-