Uses of Class
org.camunda.bpm.engine.rest.hal.HalResource
-
-
Uses of HalResource in org.camunda.bpm.engine.rest.hal
Classes in org.camunda.bpm.engine.rest.hal with type parameters of type HalResource Modifier and Type Class Description class
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.hal Modifier and Type Class Description class
EmptyHalCollection
class
EmptyHalResource
class
HalCollectionResource<T extends HalCollectionResource<?>>
class
HalVariableValue
Fields in org.camunda.bpm.engine.rest.hal declared as HalResource Modifier and Type Field Description static HalResource
EmptyHalCollection. INSTANCE
static HalResource
EmptyHalResource. INSTANCE
protected HalResource<?>
HalLinker. resource
The 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
HalResource. addEmbedded(String name, 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.cache
Fields in org.camunda.bpm.engine.rest.hal.cache with type parameters of type HalResource Modifier and Type Field Description static Comparator<HalResource<?>>
HalIdResourceCacheLinkResolver. ID_COMPARATOR
Methods in org.camunda.bpm.engine.rest.hal.cache that return types with arguments of type HalResource Modifier and Type Method Description protected 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 HalResource Modifier and Type Method Description int
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 HalResource Modifier and Type Method Description 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 Modifier and Type Class Description class
HalCaseDefinition
Methods in org.camunda.bpm.engine.rest.hal.caseDefinition that return types with arguments of type HalResource Modifier and Type Method Description 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 Modifier and Type Class Description class
HalGroup
Methods in org.camunda.bpm.engine.rest.hal.group that return types with arguments of type HalResource Modifier and Type Method Description 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 Modifier and Type Class Description class
HalIdentityLink
Methods in org.camunda.bpm.engine.rest.hal.identitylink that return types with arguments of type HalResource Modifier and Type Method Description 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 Modifier and Type Method Description protected String
HalIdentityLinkResolver. 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 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 Modifier and Type Class Description class
HalProcessDefinition
Methods in org.camunda.bpm.engine.rest.hal.processDefinition that return types with arguments of type HalResource Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
HalTenant
-
Uses of HalResource in org.camunda.bpm.engine.rest.hal.user
Subclasses of HalResource in org.camunda.bpm.engine.rest.hal.user Modifier and Type Class Description class
HalUser
class
HalUserList
Methods in org.camunda.bpm.engine.rest.hal.user that return types with arguments of type HalResource Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected List<HalResource<?>>
FilterResourceImpl. getVariableValuesForTask(HalTask halTask, Map<String,List<VariableInstance>> variableInstances)
-