Uses of Class
org.camunda.bpm.engine.rest.hal.HalRelation

Packages that use HalRelation
org.camunda.bpm.engine.rest.hal   
org.camunda.bpm.engine.rest.hal.caseDefinition   
org.camunda.bpm.engine.rest.hal.group   
org.camunda.bpm.engine.rest.hal.identitylink   
org.camunda.bpm.engine.rest.hal.processDefinition   
org.camunda.bpm.engine.rest.hal.task   
org.camunda.bpm.engine.rest.hal.tenant   
org.camunda.bpm.engine.rest.hal.user   
 

Uses of HalRelation in org.camunda.bpm.engine.rest.hal
 

Fields in org.camunda.bpm.engine.rest.hal declared as HalRelation
static HalRelation HalVariableValue.REL_SELF
           
 

Methods in org.camunda.bpm.engine.rest.hal that return HalRelation
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
 Set<HalRelation> HalLinker.getLinkedRelations()
           
 

Methods in org.camunda.bpm.engine.rest.hal with parameters of type HalRelation
 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
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
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
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
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
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
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
static HalRelation HalUser.REL_SELF
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.