Uses of Interface
org.flowable.identitylink.api.IdentityLinkInfo
Packages that use IdentityLinkInfo
Package
Description
-
Uses of IdentityLinkInfo in org.flowable.identitylink.api
Subinterfaces of IdentityLinkInfo in org.flowable.identitylink.apiModifier and TypeInterfaceDescriptioninterface
An identity link is used to associate a task with a certain identity. -
Uses of IdentityLinkInfo in org.flowable.identitylink.api.history
Subinterfaces of IdentityLinkInfo in org.flowable.identitylink.api.historyModifier and TypeInterfaceDescriptioninterface
Historic counterpart ofIdentityLink
that represents the current state if any runtime link. -
Uses of IdentityLinkInfo in org.flowable.task.api
Methods in org.flowable.task.api that return types with arguments of type IdentityLinkInfoModifier and TypeMethodDescriptionSet
<? extends IdentityLinkInfo> TaskBuilder.getIdentityLinks()
List
<? extends IdentityLinkInfo> TaskInfo.getIdentityLinks()
Returns the identity links.Method parameters in org.flowable.task.api with type arguments of type IdentityLinkInfoModifier and TypeMethodDescriptionTaskBuilder.identityLinks
(Set<? extends IdentityLinkInfo> identityLinks) add identity links to the task