Uses of Class
org.camunda.bpm.engine.rest.hal.HalCollectionResource
-
Packages that use HalCollectionResource Package Description org.camunda.bpm.engine.rest.hal org.camunda.bpm.engine.rest.hal.task org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of HalCollectionResource in org.camunda.bpm.engine.rest.hal
Classes in org.camunda.bpm.engine.rest.hal with type parameters of type HalCollectionResource Modifier and Type Class Description class
HalCollectionResource<T extends HalCollectionResource<?>>
Subclasses of HalCollectionResource in org.camunda.bpm.engine.rest.hal Modifier and Type Class Description class
EmptyHalCollection
Methods in org.camunda.bpm.engine.rest.hal with type parameters of type HalCollectionResource Modifier and Type Method Description static <T extends HalCollectionResource>
TEmptyHalCollection. emptyHalCollection()
-
Uses of HalCollectionResource in org.camunda.bpm.engine.rest.hal.task
Subclasses of HalCollectionResource in org.camunda.bpm.engine.rest.hal.task Modifier and Type Class Description class
HalTaskList
-
Uses of HalCollectionResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return HalCollectionResource Modifier and Type Method Description protected HalCollectionResource
FilterResourceImpl. convertToHalCollection(List<?> entities, long count)
-