Aqualogic Interaction API  
 

PT_DOC_ACTION_TYPES Members

PT_DOC_ACTION_TYPES overview

Public Static Fields

PT_DOC_DELETE_ACTION_ID Code representing a "delete" action, deleting a searchable item from the search index.
PT_DOC_INSERT_ACTION_ID Code representing an "insert" action, indexing a complete searchable item in the search index.
PT_DOC_PROFILE_ACTION_ID Code representing an "profile" action, taxonomizing a card in the search index based on filter matching.
PT_DOC_UPDATE_ACTION_ID Code representing an "update" action, updating the properties (but not the full-text) of a card in the search index.
PT_DOC_UPDATE_ADD_ALL_ACTION_ID Code representing an "update add all" action, updating the properties of a document in the search index.

Public Instance Constructors

PT_DOC_ACTION_TYPES Constructor Initializes a new instance of the PT_DOC_ACTION_TYPES class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (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.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_DOC_ACTION_TYPES Class | com.plumtree.server Namespace | IPTIndexer