Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Condition to retrieve all assets from a site

3349974Feb 3 2020 — edited Mar 24 2020

Hello,

Is it possible to retrieve all assets of type "Product_C" from a specific site say "FirstSiteII" using create condition method.

Like,

Condition c = ConditionFactory.createCondition( "Site", OpTypeEnum.EQUALS, "FirstSiteII" );

Query query = new SimpleQuery( "Product_C", "FSII Product", c, Collections.singletonList( "name" ) );

Comments
Post Details
Added on Feb 3 2020
1 comment
287 views