留言板

AssetentryQuery question, search for a list of Assetentry

d lopez,修改在11 年前。

AssetentryQuery question, search for a list of Assetentry

New Member 帖子: 16 加入日期: 13-1-24 最近的帖子
Hi,I use AssetentryQuery to search for AssetEntry related to a selected categories:

query2.setLinkedAssetEntryId(relacionado.getEntryId());
query2.setAllCategoryIds(selectedCategories);

But, I need to use this similar query for a list of AssetEntry, example:

query2.setLinkedAssetEntryId(listEntryId);
query2.setAllCategoryIds(selectedCategories);

the method setLinkedAssetEntryId does not accept a list of long[]

How could I do this search for a list of Assetentry?

Thanks and sorry for my English.