| Modifier and Type | Class and Description |
|---|---|
class |
IdentityLinkEntity |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IdentityLinkInfo> |
Flowable5TaskWrapper.getIdentityLinks() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityLink
An identity link is used to associate a task with a certain identity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricIdentityLink
Historic counterpart of
IdentityLink that represents the current state if any runtime link. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricIdentityLinkEntity |
interface |
IdentityLinkEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricIdentityLinkEntityImpl |
class |
IdentityLinkEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends IdentityLinkInfo> |
TaskBuilder.getIdentityLinks() |
List<? extends IdentityLinkInfo> |
TaskInfo.getIdentityLinks()
Returns the identity links.
|
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
TaskBuilder.identityLinks(Set<? extends IdentityLinkInfo> identityLinks)
add identity links to the task
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<? extends IdentityLinkInfo> |
BaseTaskBuilderImpl.identityLinks |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends IdentityLinkInfo> |
BaseTaskBuilderImpl.getIdentityLinks() |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
BaseTaskBuilderImpl.identityLinks(Set<? extends IdentityLinkInfo> identityLinks) |
Copyright © 2023 Flowable. All rights reserved.