Aqualogic Interaction API  
 

IPTSContentCollection Members

IPTSContentCollection overview

Public Instance Methods

ACL Field containing the ACL (access control list) for a Content item. Type string; same format as IPTSPortalCollection.ACL. Retrievable but not searchable (the current user's ACL is implicitly applied to every search query).
ContentInCommunity Query that restricts to all objects published by Content Server in portlets contained in the specified community. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
ContentPortlet Query that restricts to all objects published by Content Server within the specified portlet. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
ContentServer Query that restricts to all objects published by Content Server. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
LastPublishedUser Field containing the name of the user who last published the Content item. Type String, searchable and retrievable.
PortletIDs Field containing the IDs of the portlets in which a Content item was published (separated by whitespace). Type String, searchable and retrievable.
WebServiceID Field containing the ID of a webservice that can gateway the Content item. Type String, retrievable but not searchable.

See Also

IPTSContentCollection Interface | com.plumtree.server.search.ptapps Namespace