Fetching multiple documents based on unique ids

Hi,

I am trying to access multiple documents based on unique Ids. Could you please assist me how to achieve this. Like ConstraintBuilder.

Thanks,
Arun

arun.bandi
January 3

Hi,

I am trying to access multiple documents based on unique Ids. Could you please assist me how to achieve this. Like ConstraintBuilder.

Do you mean in java? If it is part of an HstRequest you can get hold
of the HstRequestContext via RequestContextProvider.get() and then get
hold of the ObjectConverter

If you want something completely else, it really helps if you describe
your challenge a bit more verbose

Regards Ard

1 Like

Thank you Ard for your quick response.
I was trying to fetch documents in java by applying filter with unique Ids using HstQueryBuilder and I have done with setting BaseFilter.

Regards,
Arun