WebCenter Interaction API  
 

PT_CARD_SETTINGS Members

PT_CARD_SETTINGS overview

Public Static Fields

public fieldstaticPT_CARD_COMPLETEURLONSTORE this flag is set when the card needs to add its objectid to the url on store.
public fieldstaticPT_CARD_DESCRIPTIONALREADYSET a non-persistant version of PT_CARD_OVERWRITEDESCRIPTION, defaults to 0. setting this to 1 implies that the card has already received a description, and other parts of the server (such as search summary generation) shouldn't override it.
public fieldstaticPT_CARD_EXISTINGCARD internal use only
public fieldstaticPT_CARD_HASRELATIVEDOCUMENTURL returns 0/1 indicating whether or not the DocumentURL property is relative. R/O
public fieldstaticPT_CARD_INDEXONSTORE Indicates whether the changes should be immediately persisted to Search Index or whether it should be left to the Search Update Agent for updating.
public fieldstaticPT_CARD_INHERITPARENTFOLDERPERMISSIONS if set to TRUE, this card will get a security profile identical to that of its parent folder (or merged acl of all its parent folders). This setting is NOT persistent, is for newly created cards only, and should only be set by clients when doing manual card import.
public fieldstaticPT_CARD_INSERTAPPROVED flag which is set if the card should be added to PT_CARD_PARENTFOLDERIDS approved.
public fieldstaticPT_CARD_NEVERFULLTEXTINDEX a persistant flag which, if set, will prevent this card's document from ever getting indexed. Used when a document causes problems in the search engine.
public fieldstaticPT_CARD_ORIG_XML internal use only, original card xml string.
public fieldstaticPT_CARD_OVERWRITEDESCRIPTION persistant flag which indicates whether the search summary should be used to overwrite the description on the card.
public fieldstaticPT_CARD_OVERWRITENAME persistant flag which indicates whether the search name should be used to overwrite the name on the card.
public fieldstaticPT_CARD_PARENTFOLDERIDS Folders into which this Card should be inserted upon store (for newly created cards only). The value is an array of folderIDs.
public fieldstaticPT_CARD_PROVIDERURLINFO the URL Info from the Data Source Provider, if the PT_CARD_COMPLETEURLONSTORE is set.
public fieldstaticPT_CARD_RAWDOCUMENTURL returns the raw DocumentURL value. Won't be fixed up by the system if it's relative. R/O
public fieldstaticPT_CARD_SEARCHENGINE Indicates whether the card needs to be updated in the search index.
public fieldstaticPT_CARD_TEMPORARYCARDID Indicates whether the Card is temporary. If not, then the value is zero. If so, then the value is the cardID
public fieldstaticPT_CARD_UNCLASSIFIEDCARD this value will be set to TRUE by the crawler if the card is being placed in Unclassified Cards. This is not persistant and only for internal crawler use.
public fieldstaticPT_CARD_UPDATEFULLTEXTINDEX flag which indicates whether the full-text search index needs to be updated for this card. Note that this may be false either because the index really doesn't need to be updated, or because the document type says not to index.

Public Instance Constructors

public method PT_CARD_SETTINGS Constructor Initializes a new instance of the PT_CARD_SETTINGS 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_CARD_SETTINGS Class | com.plumtree.server Namespace | IPTCard