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
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 3Hi,
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
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