Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Retrieving Forms based on custom properties/attributes

Avatar

Level 2

I have Adobe PDF Forms stored in LiveCycle repository which have custom properties/attributes defined. Can I use ContentServices operation SearchRepository to search for these forms ? I am using Adobe LIveCycle 9.0. I do not see this operation in the list of services under Content Services from within workbench. I see it in the API. So I want to write Java code using this API to search for forms.

Does LiveCycle 9.0 support this operation ?

Thanks,

Jyothi

0 Replies

Avatar

Level 3

Hi Jyothi,

SearchRepository operation can only be used to search for resources within content services. To perform operations based on default repository for LiveCycle use ResourceRepositoryClient instead.  More information in the given link:-  http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/repository/bindings/dsc/client..., com.adobe.repository.query.Query, int, int, int, com.adobe.repository.query.sort.SortOrder)

Best Regards,

Raghu Agarwal

Avatar

Level 3

Hi Jyothi,

SearchRepository operation can only be used to search for resources within content services. To perform operations based on default repository for LiveCycle use ResourceRepositoryClient instead. More information in the given link:- http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/repository/bindings/dsc/client..., com.adobe.repository.query.Query, int, int, int, com.adobe.repository.query.sort.SortOrder)<http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/repository/bindings/dsc/client/ResourceRepositoryClient.html#searchProperties(java.lang.String,%20com.adobe.repository.query.Query,%20int,%20int,%20int,%20com.adobe.repository.query.sort.SortOrder)>

Best Regards,

Raghu Agarwal

Avatar

Level 2

Thanks for the information. I will take a look at these links.

Jyothi