Uses of Class
org.flowable.entitylink.service.impl.InternalEntityLinkQueryImpl
Packages that use InternalEntityLinkQueryImpl
-
Uses of InternalEntityLinkQueryImpl in org.flowable.entitylink.service.impl
Fields in org.flowable.entitylink.service.impl with type parameters of type InternalEntityLinkQueryImplModifier and TypeFieldDescriptionprotected final Function<InternalEntityLinkQueryImpl<E>,List<E>> InternalEntityLinkQueryImpl.listProviderprotected final Function<InternalEntityLinkQueryImpl<E>,E> InternalEntityLinkQueryImpl.singleResultProviderMethods in org.flowable.entitylink.service.impl that return InternalEntityLinkQueryImplMethods in org.flowable.entitylink.service.impl with parameters of type InternalEntityLinkQueryImplModifier and TypeMethodDescriptionbooleanInternalEntityLinkQueryImpl.isRetained(E entity, InternalEntityLinkQueryImpl<?> param) Constructor parameters in org.flowable.entitylink.service.impl with type arguments of type InternalEntityLinkQueryImplModifierConstructorDescriptionInternalEntityLinkQueryImpl(Function<InternalEntityLinkQueryImpl<E>, List<E>> listProvider, Function<InternalEntityLinkQueryImpl<E>, E> singleResultProvider)