WebCenter Interaction API  
 

IPTSContentCollection Members

IPTSContentCollection overview

Public Instance Methods

public methodACL 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).
public methodContentInCommunity 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.
public methodContentPortlet 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.
public methodContentServer Query that restricts to all objects published by Content Server. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
public methodLastPublishedUser Field containing the name of the user who last published the Content item. Type String, searchable and retrievable.
public methodPortletIDs Field containing the IDs of the portlets in which a Content item was published (separated by whitespace). Type String, searchable and retrievable.
public methodWebServiceID 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