Uses of Class
org.camunda.bpm.engine.rest.dto.AtomLink
-
Packages that use AtomLink Package Description org.camunda.bpm.engine.rest.dto -
-
Uses of AtomLink in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type AtomLink Modifier and Type Field Description protected List<AtomLink>
LinkableDto. links
Methods in org.camunda.bpm.engine.rest.dto that return AtomLink Modifier and Type Method Description AtomLink
LinkableDto. generateLink(URI linkUri, String method, String relation)
Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type AtomLink Modifier and Type Method Description List<AtomLink>
LinkableDto. getLinks()
Methods in org.camunda.bpm.engine.rest.dto with parameters of type AtomLink Modifier and Type Method Description void
LinkableDto. addLink(AtomLink link)
-