does any API can get the content list which has classification by site
e.g.
we have
3 article CI in CAT1
2 articls CI in CAT2
we want to retrieve that 3 articles if we pass in CAT1 category
Calvin,
You should be able to use the 2 filters found in ContentInstanceWhereClause
ContentInstanceWhereClause
public void checkSiteRef(ObjectQueryOp op,
SiteRef val)
public voidcheckTaxonomy(StringQueryOp op,
java.lang.String val)
Thanks & Regards
Qutubuddin SaifuddinArchitect I America Services OrganizationPhone: (732) 354 4423 Mobile: (732) 397 7951
Website: www.opentext.com
This email message is confidential, may be privileged, and is intended for the exclusive use of the addressee. Any other person is strictly prohibited from disclosing orreproducing it. If the addressee cannot be reached or is unknown to you, please inform the sender by return email and delete this email message and all copies immediately.
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: Wednesday, July 15, 2015 3:01 PMTo: eLink RecipientSubject: any API can get content item list which has classification by site
any API can get content item list which has classification by site
Posted bycalvin.chan@sunlife.com (Chan, Calvin) On 07/15/2015 02:55 PM
[To post a comment, use the normal reply function]
Forum:
Discussion Group - Web Experience Management
Content Server:
Knowledge Center
ContentInstanceWhereClause doesn't have SiteRef
I can find SiteRef() from ChannelWhereClause
am I looking a wrong class ?
Sorry for the confusion, I believe you are working on WEM 8.1 and I had been looking at documentation for WEM 10.5
I cross checked WEM 8.1 documentation and you are right, the API call for filtering by SiteRef is not present in WEM 8.1.
So your only option is to Query by category/taxonomy and filter at runtime using channel associations.
Best Regards
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: Thursday, July 16, 2015 10:17 AMTo: eLink RecipientSubject: RE any API can get content item list which has classification by site
RE any API can get content item list which has classification by site
Posted bycalvin.chan@sunlife.com (Chan, Calvin) On 07/16/2015 10:07 AM
Topic:
Thanks the reply, you are correct, I am using WEM8.1
it seems we have upgraded to 8.5 for that API