Uses of Interface
com.flowable.platform.engine.impl.indexing.cache.IndexingContext.IdentityLink
Packages that use IndexingContext.IdentityLink
Package
Description
-
Uses of IndexingContext.IdentityLink in com.flowable.platform.engine.impl.indexing.cache
Classes in com.flowable.platform.engine.impl.indexing.cache that implement IndexingContext.IdentityLinkModifier and TypeClassDescriptionclass
A dedicated class for fetching identity links for indexing.Fields in com.flowable.platform.engine.impl.indexing.cache with type parameters of type IndexingContext.IdentityLinkMethods in com.flowable.platform.engine.impl.indexing.cache that return types with arguments of type IndexingContext.IdentityLinkModifier and TypeMethodDescriptionIndexingContext.getIdentityLinks
(String scopeId, String scopeType) IndexingContextImpl.getIdentityLinks
(String scopeId, String scopeType) protected static Map<String,
List<IndexingContext.IdentityLink>> IndexingContextImpl.getIdentityLinksByScope
(String scopeType, Collection<String> scopeIds, CommandContext commandContext) -
Uses of IndexingContext.IdentityLink in com.flowable.platform.engine.impl.indexing.dataproducer
Method parameters in com.flowable.platform.engine.impl.indexing.dataproducer with type arguments of type IndexingContext.IdentityLinkModifier and TypeMethodDescriptionprotected void
AbstractIndexingDataProducer.addIdentityLinks
(List<IndexingContext.IdentityLink> identityLinks, com.fasterxml.jackson.databind.node.ObjectNode dataNode)