Uses of Class
com.flowable.content.engine.impl.ContentItemQueryImpl
-
Uses of ContentItemQueryImpl in com.flowable.content.engine.impl.persistence.entity
Methods in com.flowable.content.engine.impl.persistence.entity with parameters of type ContentItemQueryImpl Modifier and Type Method Description longContentItemEntityManager. findContentItemCountByQueryCriteria(ContentItemQueryImpl contentItemQuery)longContentItemEntityManagerImpl. findContentItemCountByQueryCriteria(ContentItemQueryImpl contentItemQuery)java.util.List<org.flowable.content.api.ContentItem>ContentItemEntityManager. findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery)java.util.List<org.flowable.content.api.ContentItem>ContentItemEntityManagerImpl. findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery) -
Uses of ContentItemQueryImpl in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data with parameters of type ContentItemQueryImpl Modifier and Type Method Description longContentItemDataManager. findContentItemCountByQueryCriteria(ContentItemQueryImpl contentItemQuery)java.util.List<org.flowable.content.api.ContentItem>ContentItemDataManager. findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery) -
Uses of ContentItemQueryImpl in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl with parameters of type ContentItemQueryImpl Modifier and Type Method Description longMybatisContentItemDataManager. findContentItemCountByQueryCriteria(ContentItemQueryImpl contentItemQuery)java.util.List<org.flowable.content.api.ContentItem>MybatisContentItemDataManager. findContentItemsByQueryCriteria(ContentItemQueryImpl contentItemQuery)