Uses of Class
org.camunda.bpm.engine.rest.hal.HalResource
Packages that use HalResource
Package
Description
-
Uses of HalResource in org.camunda.bpm.engine.rest.hal
Classes in org.camunda.bpm.engine.rest.hal with type parameters of type HalResourceModifier and TypeClassDescriptionclass
HalResource<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.halModifier and TypeClassDescriptionclass
class
class
HalCollectionResource<T extends HalCollectionResource<?>>
class
Fields in org.camunda.bpm.engine.rest.hal declared as HalResourceModifier and TypeFieldDescriptionstatic final HalResource
EmptyHalCollection.INSTANCE
static final HalResource
EmptyHalResource.INSTANCE
protected final HalResource<?>
HalLinker.resource
The HalResource on which the links are constructedMethods in org.camunda.bpm.engine.rest.hal with type parameters of type HalResourceModifier and TypeMethodDescriptionstatic <T extends HalResource>
TEmptyHalResource.emptyHalResource()
Methods in org.camunda.bpm.engine.rest.hal that return types with arguments of type HalResourceModifier and TypeMethodDescriptionList<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 HalResourceModifier and TypeMethodDescriptionvoid
HalResource.addEmbedded
(String name, HalResource<?> embedded) 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 HalResourceModifier and TypeMethodDescriptionvoid
HalResource.addEmbedded
(String name, List<HalResource<?>> embeddedCollection) Constructors in org.camunda.bpm.engine.rest.hal with parameters of type HalResource -
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 HalResourceModifier and TypeFieldDescriptionstatic final Comparator<HalResource<?>>
HalIdResourceCacheLinkResolver.ID_COMPARATOR
Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected Comparator<HalResource<?>>
HalCachingLinkResolver.getResourceComparator()
protected Comparator<HalResource<?>>
HalIdResourceCacheLinkResolver.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 HalResourceModifier and TypeMethodDescriptionint
HalIdResourceCacheLinkResolver.HalIdResourceComparator.compare
(HalResource<?> resource1, HalResource<?> resource2) protected abstract String
HalCachingLinkResolver.getResourceId
(HalResource<?> resource) protected String
HalIdResourceCacheLinkResolver.getResourceId
(HalResource<?> resource) Method parameters in org.camunda.bpm.engine.rest.hal.cache with type arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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.caseDefinitionMethods in org.camunda.bpm.engine.rest.hal.caseDefinition that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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.groupMethods in org.camunda.bpm.engine.rest.hal.group that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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.identitylinkMethods in org.camunda.bpm.engine.rest.hal.identitylink that return types with arguments of type HalResourceModifier and TypeMethodDescriptionList<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 HalResourceModifier and TypeMethodDescriptionprotected String
HalIdentityLinkResolver.getResourceId
(HalResource<?> resource) Method parameters in org.camunda.bpm.engine.rest.hal.identitylink with type arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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.processDefinitionMethods in org.camunda.bpm.engine.rest.hal.processDefinition that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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 -
Uses of HalResource in org.camunda.bpm.engine.rest.hal.tenant
Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.tenant -
Uses of HalResource in org.camunda.bpm.engine.rest.hal.user
Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.userMethods in org.camunda.bpm.engine.rest.hal.user that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected 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 HalResourceModifier and TypeMethodDescriptionprotected HalResource<?>
FilterResourceImpl.convertToHalResource
(Object entity) FilterResourceImpl.executeHalList
(Integer firstResult, Integer maxResults) FilterResourceImpl.executeHalSingleResult()
FilterResourceImpl.queryHalList
(String extendingQuery, Integer firstResult, Integer maxResults) FilterResourceImpl.queryHalSingleResult
(String extendingQuery) Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type HalResourceModifier and TypeMethodDescriptionprotected List<HalResource<?>>
FilterResourceImpl.getVariableValuesForTask
(HalTask halTask, Map<String, List<VariableInstance>> variableInstances)