Class IndexingIdentityLink

java.lang.Object
com.flowable.platform.engine.impl.indexing.cache.IndexingIdentityLink
All Implemented Interfaces:
IndexingContext.IdentityLink

public class IndexingIdentityLink extends Object implements IndexingContext.IdentityLink
A dedicated class for fetching identity links for indexing. We use a dedicated class in order to only fetch the data that is needed for indexing, and to avoid the amount of data that is fetched from the database.
Author:
Filip Hrisafov