Uses of Class
org.camunda.bpm.engine.rest.hal.HalRelation
-
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal
Fields in org.camunda.bpm.engine.rest.hal declared as HalRelation Modifier and Type Field Description static HalRelation
HalVariableValue. REL_SELF
Methods in org.camunda.bpm.engine.rest.hal that return HalRelation Modifier and Type Method Description static HalRelation
HalRelation. build(String relName, Class<?> resourceType, javax.ws.rs.core.UriBuilder urlTemplate)
Build a relation to a resource.Methods in org.camunda.bpm.engine.rest.hal that return types with arguments of type HalRelation Modifier and Type Method Description Set<HalRelation>
HalLinker. getLinkedRelations()
Methods in org.camunda.bpm.engine.rest.hal with parameters of type HalRelation Modifier and Type Method Description void
HalLinker. createLink(HalRelation rel, String... pathParams)
Creates a link in a given relation.T
HalResource. embed(HalRelation relation, ProcessEngine processEngine)
Can be used to embed a relation.Set<String>
HalLinker. getLinkedResourceIdsByRelation(HalRelation relation)
List<HalResource<?>>
HalLinker. resolve(HalRelation relation, ProcessEngine processEngine)
Resolves a relation. -
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.caseDefinition
Fields in org.camunda.bpm.engine.rest.hal.caseDefinition declared as HalRelation Modifier and Type Field Description static HalRelation
HalCaseDefinition. REL_DEPLOYMENT
static HalRelation
HalCaseDefinition. REL_DEPLOYMENT_RESOURCE
static HalRelation
HalCaseDefinition. REL_SELF
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.group
Fields in org.camunda.bpm.engine.rest.hal.group declared as HalRelation Modifier and Type Field Description static HalRelation
HalGroup. REL_SELF
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.identitylink
Fields in org.camunda.bpm.engine.rest.hal.identitylink declared as HalRelation Modifier and Type Field Description static HalRelation
HalIdentityLink. REL_GROUP
static HalRelation
HalIdentityLink. REL_TASK
static HalRelation
HalIdentityLink. REL_USER
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.processDefinition
Fields in org.camunda.bpm.engine.rest.hal.processDefinition declared as HalRelation Modifier and Type Field Description static HalRelation
HalProcessDefinition. REL_DEPLOYMENT
static HalRelation
HalProcessDefinition. REL_DEPLOYMENT_RESOURCE
static HalRelation
HalProcessDefinition. REL_SELF
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.task
Fields in org.camunda.bpm.engine.rest.hal.task declared as HalRelation Modifier and Type Field Description static HalRelation
HalTask. REL_ASSIGNEE
static HalRelation
HalTask. REL_CASE_DEFINITION
static HalRelation
HalTask. REL_CASE_EXECUTION
static HalRelation
HalTask. REL_CASE_INSTANCE
static HalRelation
HalTask. REL_EXECUTION
static HalRelation
HalTask. REL_IDENTITY_LINKS
static HalRelation
HalTask. REL_OWNER
static HalRelation
HalTask. REL_PARENT_TASK
static HalRelation
HalTask. REL_PROCESS_DEFINITION
static HalRelation
HalTask. REL_PROCESS_INSTANCE
static HalRelation
HalTask. REL_SELF
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.tenant
Fields in org.camunda.bpm.engine.rest.hal.tenant declared as HalRelation Modifier and Type Field Description static HalRelation
HalTenant. REL_SELF
-
Uses of HalRelation in org.camunda.bpm.engine.rest.hal.user
Fields in org.camunda.bpm.engine.rest.hal.user declared as HalRelation Modifier and Type Field Description static HalRelation
HalUser. REL_SELF
-