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 HalRelationHalVariableValue. REL_SELFMethods in org.camunda.bpm.engine.rest.hal that return HalRelation Modifier and Type Method Description static HalRelationHalRelation. build(java.lang.String relName, java.lang.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 java.util.Set<HalRelation>HalLinker. getLinkedRelations()Methods in org.camunda.bpm.engine.rest.hal with parameters of type HalRelation Modifier and Type Method Description voidHalLinker. createLink(HalRelation rel, java.lang.String... pathParams)Creates a link in a given relation.THalResource. embed(HalRelation relation, ProcessEngine processEngine)Can be used to embed a relation.java.util.Set<java.lang.String>HalLinker. getLinkedResourceIdsByRelation(HalRelation relation)java.util.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 HalRelationHalCaseDefinition. REL_DEPLOYMENTstatic HalRelationHalCaseDefinition. REL_DEPLOYMENT_RESOURCEstatic HalRelationHalCaseDefinition. 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 HalRelationHalGroup. 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 HalRelationHalIdentityLink. REL_GROUPstatic HalRelationHalIdentityLink. REL_TASKstatic HalRelationHalIdentityLink. 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 HalRelationHalProcessDefinition. REL_DEPLOYMENTstatic HalRelationHalProcessDefinition. REL_DEPLOYMENT_RESOURCEstatic HalRelationHalProcessDefinition. 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 HalRelationHalTask. REL_ASSIGNEEstatic HalRelationHalTask. REL_CASE_DEFINITIONstatic HalRelationHalTask. REL_CASE_EXECUTIONstatic HalRelationHalTask. REL_CASE_INSTANCEstatic HalRelationHalTask. REL_EXECUTIONstatic HalRelationHalTask. REL_IDENTITY_LINKSstatic HalRelationHalTask. REL_OWNERstatic HalRelationHalTask. REL_PARENT_TASKstatic HalRelationHalTask. REL_PROCESS_DEFINITIONstatic HalRelationHalTask. REL_PROCESS_INSTANCEstatic HalRelationHalTask. 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 HalRelationHalTenant. 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 HalRelationHalUser. REL_SELF
-