|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTSContentCollection
Factory methods for fields defined by Plumtree Content Server, and queries that restrict to areas within Content (i.e. portlets).
| Method Summary | |
|---|---|
IPTSField |
ACL()
Field containing the ACL (access control list) for a Content item. |
IPTSQuery |
ContentInCommunity(int communityID)
Query that restricts to all objects published by Content Server in portlets contained in the specified community. |
IPTSQuery |
ContentPortlet(int portletID)
Query that restricts to all objects published by Content Server within the specified portlet. |
IPTSQuery |
ContentServer()
Query that restricts to all objects published by Content Server. |
IPTSField |
LastPublishedUser()
Field containing the name of the user who last published the Content item. |
IPTSField |
PortletIDs()
Field containing the IDs of the portlets in which a Content item was published (separated by whitespace). |
IPTSField |
WebServiceID()
Field containing the ID of a webservice that can gateway the Content item. |
| Methods inherited from interface com.plumtree.server.search.ptapps.IPTSPlumtreeCollection |
|---|
Application, CategorizableObjectType, Created, Description, Excerpt, IconURL, IconUUID, Language, LastModified, Name, ObjectType, TextContent, URL |
| Methods inherited from interface com.plumtree.server.search.IPTSSearchableCollection |
|---|
IsBestBet, Rank, TextQueryDefault |
| Method Detail |
|---|
IPTSField PortletIDs()
IPTSField WebServiceID()
IPTSField LastPublishedUser()
IPTSField ACL()
IPTSPortalCollection.ACL.
Retrievable but not searchable (the current user's ACL is implicitly
applied to every search query).
IPTSQuery ContentServer()
IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery ContentPortlet(int portletID)
IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
IPTSQuery ContentInCommunity(int communityID)
IPTSQueryRequest.restrictTo, or used as a subquery of an IPTSBooleanQuery.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||