Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalVariableValue.REL_SELF |
Modifier and Type | Method and Description |
---|---|
static HalRelation |
HalRelation.build(String relName,
Class<?> resourceType,
javax.ws.rs.core.UriBuilder urlTemplate)
Build a relation to a resource.
|
Modifier and Type | Method and Description |
---|---|
Set<HalRelation> |
HalLinker.getLinkedRelations() |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalCaseDefinition.REL_DEPLOYMENT |
static HalRelation |
HalCaseDefinition.REL_DEPLOYMENT_RESOURCE |
static HalRelation |
HalCaseDefinition.REL_SELF |
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalGroup.REL_SELF |
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalIdentityLink.REL_GROUP |
static HalRelation |
HalIdentityLink.REL_TASK |
static HalRelation |
HalIdentityLink.REL_USER |
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalProcessDefinition.REL_DEPLOYMENT |
static HalRelation |
HalProcessDefinition.REL_DEPLOYMENT_RESOURCE |
static HalRelation |
HalProcessDefinition.REL_SELF |
Modifier and Type | Field and 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 |
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalTenant.REL_SELF |
Modifier and Type | Field and Description |
---|---|
static HalRelation |
HalUser.REL_SELF |
Copyright © 2022. All rights reserved.