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.listProvider
protected final Function<InternalEntityLinkQueryImpl<E>,
E> InternalEntityLinkQueryImpl.singleResultProvider
Methods in org.flowable.entitylink.service.impl that return InternalEntityLinkQueryImplMethods in org.flowable.entitylink.service.impl with parameters of type InternalEntityLinkQueryImplModifier and TypeMethodDescriptionboolean
InternalEntityLinkQueryImpl.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)