Uses of Class
org.camunda.bpm.engine.rest.hal.HalResource

Packages that use HalResource
org.camunda.bpm.engine.rest.hal   
org.camunda.bpm.engine.rest.hal.cache   
org.camunda.bpm.engine.rest.hal.caseDefinition   
org.camunda.bpm.engine.rest.hal.group   
org.camunda.bpm.engine.rest.hal.identitylink   
org.camunda.bpm.engine.rest.hal.processDefinition   
org.camunda.bpm.engine.rest.hal.task   
org.camunda.bpm.engine.rest.hal.tenant   
org.camunda.bpm.engine.rest.hal.user   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal
 

Classes in org.camunda.bpm.engine.rest.hal with type parameters of type HalResource
 class HalResource<T extends HalResource<?>>
          Base class for implementing a HAL resource as defined in json-hal-06#section-4
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal
 class EmptyHalCollection
           
 class EmptyHalResource
           
 class HalCollectionResource<T extends HalCollectionResource<?>>
           
 class HalVariableValue
           
 

Fields in org.camunda.bpm.engine.rest.hal declared as HalResource
static HalResource EmptyHalResource.INSTANCE
           
static HalResource EmptyHalCollection.INSTANCE
           
protected  HalResource<?> HalLinker.resource
          The HalResource on which the links are constructed
 

Methods in org.camunda.bpm.engine.rest.hal with type parameters of type HalResource
static
<T extends HalResource>
T
EmptyHalResource.emptyHalResource()
           
 

Methods in org.camunda.bpm.engine.rest.hal that return types with arguments of type HalResource
 List<HalResource<?>> HalLinker.resolve(HalRelation relation, ProcessEngine processEngine)
          Resolves a relation.
 List<HalResource<?>> HalLinkResolver.resolveLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Methods in org.camunda.bpm.engine.rest.hal with parameters of type HalResource
 void HalResource.addEmbedded(String name, HalResource<?> embedded)
           
 HalLinker Hal.createLinker(HalResource<?> resource)
           
 void HalLinker.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
 void HalResource.addEmbedded(String name, List<HalResource<?>> embeddedCollection)
           
 

Constructors in org.camunda.bpm.engine.rest.hal with parameters of type HalResource
HalLinker(Hal hal, HalResource<?> resource)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.cache
 

Fields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type HalResource
static Comparator<HalResource<?>> HalIdResourceCacheLinkResolver.ID_COMPARATOR
           
 

Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type HalResource
protected  Comparator<HalResource<?>> HalIdResourceCacheLinkResolver.getResourceComparator()
           
protected  Comparator<HalResource<?>> HalCachingLinkResolver.getResourceComparator()
           
protected  List<HalResource<?>> HalCachingLinkResolver.resolveCachedLinks(String[] linkedIds, Cache cache, List<String> notCachedLinkedIds)
          Returns a list with all resources which are cached.
 List<HalResource<?>> HalCachingLinkResolver.resolveLinks(String[] linkedIds, ProcessEngine processEngine)
          Resolve resources for linked ids, if configured uses a cache.
protected abstract  List<HalResource<?>> HalCachingLinkResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type HalResource
 int HalIdResourceCacheLinkResolver.HalIdResourceComparator.compare(HalResource<?> resource1, HalResource<?> resource2)
           
 int HalIdResourceCacheLinkResolver.HalIdResourceComparator.compare(HalResource<?> resource1, HalResource<?> resource2)
           
protected  String HalIdResourceCacheLinkResolver.getResourceId(HalResource<?> resource)
           
protected abstract  String HalCachingLinkResolver.getResourceId(HalResource<?> resource)
           
 

Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type HalResource
protected  void HalCachingLinkResolver.putIntoCache(List<HalResource<?>> notCachedResources)
          Put a resource into the cache.
protected  void HalCachingLinkResolver.sortResolvedResources(List<HalResource<?>> resolvedResources)
          Sort the resolved resources to ensure consistent order of resolved resources.
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.caseDefinition
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.caseDefinition
 class HalCaseDefinition
           
 

Methods in org.camunda.bpm.engine.rest.hal.caseDefinition that return types with arguments of type HalResource
protected  List<HalResource<?>> HalCaseDefinitionResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.group
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.group
 class HalGroup
           
 

Methods in org.camunda.bpm.engine.rest.hal.group that return types with arguments of type HalResource
protected  List<HalResource<?>> HalGroupResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.identitylink
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.identitylink
 class HalIdentityLink
           
 

Methods in org.camunda.bpm.engine.rest.hal.identitylink that return types with arguments of type HalResource
 List<HalResource<?>> HalIdentityLinkResolver.resolveLinks(String[] linkedIds, ProcessEngine processEngine)
           
protected  List<HalResource<?>> HalIdentityLinkResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Methods in org.camunda.bpm.engine.rest.hal.identitylink with parameters of type HalResource
protected  String HalIdentityLinkResolver.getResourceId(HalResource<?> resource)
           
 

Method parameters in org.camunda.bpm.engine.rest.hal.identitylink with type arguments of type HalResource
protected  void HalIdentityLinkResolver.putIntoCache(List<HalResource<?>> notCachedResources)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.processDefinition
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.processDefinition
 class HalProcessDefinition
           
 

Methods in org.camunda.bpm.engine.rest.hal.processDefinition that return types with arguments of type HalResource
protected  List<HalResource<?>> HalProcessDefinitionResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.task
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.task
 class HalTask
           
 class HalTaskList
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.tenant
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.tenant
 class HalTenant
           
 

Methods in org.camunda.bpm.engine.rest.hal.tenant that return types with arguments of type HalResource
protected  List<HalResource<?>> HalTenantResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.hal.user
 

Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.user
 class HalUser
           
 class HalUserList
           
 

Methods in org.camunda.bpm.engine.rest.hal.user that return types with arguments of type HalResource
protected  List<HalResource<?>> HalUserResolver.resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
           
 

Uses of HalResource in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return HalResource
protected  HalResource<?> FilterResourceImpl.convertToHalResource(Object entity)
           
 HalResource FilterResourceImpl.executeHalList(Integer firstResult, Integer maxResults)
           
 HalResource FilterResourceImpl.executeHalSingleResult()
           
 HalResource FilterResourceImpl.queryHalList(String extendingQuery, Integer firstResult, Integer maxResults)
           
 HalResource FilterResourceImpl.queryHalSingleResult(String extendingQuery)
           
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type HalResource
protected  List<HalResource<?>> FilterResourceImpl.getVariableValuesForTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.