WebCenter Interaction API  
 

PT_SEARCH_INTERNAL_FIELD Members

PT_SEARCH_INTERNAL_FIELD overview

Public Static Fields

public fieldstaticPT_SEARCH_IF_BESTBETKEY The first half of the search server key for this item, used in conjunction with IPTSearchBestBetMaintenance to make the item into a Best Bet target.
public fieldstaticPT_SEARCH_IF_COLLAB_ICON_ALT_TEXT Defined for Collab results only; a numeric ID for the alt-text associated with the item's icon.
public fieldstaticPT_SEARCH_IF_COLLAB_PORTLET_ID Defined for Collab results only; the ID of a Collab portlet (not necessarily associated with the item; Collab portlets are not tied to individual projects or objects the way Content portlets are).
public fieldstaticPT_SEARCH_IF_COLLAB_PROJ_NAME Defined for Collab results only; the name of the project in which the item appears.
public fieldstaticPT_SEARCH_IF_COLLAB_PROJ_URL Defined for Collab results only; the URL that opens the item's Project page (when prepended with the value of PT_SERACH_IF_COLLAB_URL_PREFIX).
public fieldstaticPT_SEARCH_IF_COLLAB_PROPS_URL Defined for Collab results only; the URL that opens the item's Properties page (when prepended with the value of PT_SERACH_IF_COLLAB_URL_PREFIX).
public fieldstaticPT_SEARCH_IF_COLLAB_URL_PREFIX Defined for Collab results only; an URL fragment to be prepended to other Collab item URLs to generate a complete (but not gatewayed) Collab URL.
public fieldstaticPT_SEARCH_IF_CONTENT_PORTLET_ID Defined for Content results only; the IDs of the portlets associated with this item. As of the 6.0 portal and 6.1.1 Content Server releases, this may contain more than one portlet ID, separated by whitespace. A given user may not have access to some of these portlets, so they should not be used for building clickthru URLS that gateway the content item (of course, you could check the portlet ACL, but this might be expensive for big search result sets). See PT_SEARCH_IF_CONTENT_WS_ID for another way to build gatewayed URLs for Content items.
public fieldstaticPT_SEARCH_IF_CONTENT_PUBLISHED_USER Defined for Content results only; the username of the user who last published this item.
public fieldstaticPT_SEARCH_IF_CONTENT_WS_ID Defined for Content results only; the ID of a webservice object that is guaranteed to be able to gateway the Content item. Currently this just returns the ID of the Published Content Web Service, obtained via a database lookup of the (constant) UUID for the webservice.
public fieldstaticPT_SEARCH_IF_GADGET_ALIGNMENT Defined for portlet results only; the portlet alignment.
public fieldstaticPT_SEARCH_IF_GADGET_TYPE Defined for portlet results only; the portlet type.
public fieldstaticPT_SEARCH_IF_GADGET_USER_INTERFACES Defined for portlet results only; the allowed portlet user interfaces.
public fieldstaticPT_SEARCH_IF_PARENTIDS IDs of parent folders of this item, prefixed by "dd" for a document folder or "od" for an admin folder. Note that documents may have more than one parent folder, in which case the folder IDs are separated by spaces.

Public Instance Constructors

public method PT_SEARCH_INTERNAL_FIELD Constructor Initializes a new instance of the PT_SEARCH_INTERNAL_FIELD class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SEARCH_INTERNAL_FIELD Class | com.plumtree.server Namespace | IPTSearchResponse