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.identitylink.service.impl.persistence.entity
Subinterfaces of IdentityLinkInfo in org.flowable.identitylink.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.flowable.identitylink.service.impl.persistence.entity that implement IdentityLinkInfoModifier and TypeClassDescriptionclass
class
-
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 -
Uses of IdentityLinkInfo in org.flowable.task.service.impl
Fields in org.flowable.task.service.impl with type parameters of type IdentityLinkInfoModifier and TypeFieldDescriptionprotected Set<? extends IdentityLinkInfo>
BaseTaskBuilderImpl.identityLinks
Methods in org.flowable.task.service.impl that return types with arguments of type IdentityLinkInfoModifier and TypeMethodDescriptionSet<? extends IdentityLinkInfo>
BaseTaskBuilderImpl.getIdentityLinks()
Method parameters in org.flowable.task.service.impl with type arguments of type IdentityLinkInfoModifier and TypeMethodDescriptionBaseTaskBuilderImpl.identityLinks
(Set<? extends IdentityLinkInfo> identityLinks)