WebCenter Interaction API  
 

IPTSPlumtreeCollection.ObjectType Method 

Fully-qualified type of this object. For the Plumtree applications, this field will be one of the TYPE_ values defined in PTSConstants, such as PTSConstants.TYPE_KD_DOCUMENTS. Note that these constants are prefixed with the value of the Application field.

The purpose of this field is to return a cross-application object type value for situations where the query may match items created by any Plumtree application. IPTSPortalCollection and IPTSCollabCollection contain other object-type-like fields (such as IPTSPortalCollection.ClassID and ITPSCollabCollection.CollabType) that may be more useful within those individual applications. Also, see CategorizableObjectType below.

Type String. This field is retrievable, but not searchable, and may not be used for group-by. Instead of querying on this field, restrict your query using one of the IPTSQuery objects returned by factory methods in IPTSPortalCollection, IPTSCollabCollection, or IPTSContentCollection (for example, IPTSPortalCollection.DocDirectory).
IPTSField ObjectType();

See Also

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