WebCenter Interaction API  
 

IPTDocumentType Members

IPTDocumentType overview

Public Instance Methods

public methodClearDefaults Clears the defaults list.
public methodClearOverrides Clears the overrides list
public methodGetAccessorCLSID GetAccessorCLSID is used to retrieve the GUID of the Accessor associated with this Doc Type. This can be used to get info about the Accessor, or instantiate it.
public methodGetAccessorFormatID GetAccessorFormatID is used to retrieve the location format associated with the Accessor that's associated with this DocType. It can be easier to call this than to get it from the Accessor
public methodGetApprovalSettings Returns the approval settings
public methodGetCardOverrideImageUUID Returns the card override image uuid
public methodGetCommonFields GetCommonFields is used to retrieve a SafeArray of common field names and descriptions for this Document Type. This is basically a pass-through to the Accessor
public methodGetDefaultsList Gets the defaults list
public methodGetDefaultValueAsByte Returns default value of property id as byte
public methodGetDefaultValueAsDouble Returns default value of property id as double
public methodGetDefaultValueAsFloat Returns default value of property id as float
public methodGetDefaultValueAsInt Returns the default values as an int.
public methodGetDefaultValueAsObject Returns default value of property id as Object
public methodGetDefaultValueAsString Returns the default values as a string.
public methodGetDefaultValueAsXPDateTime Returns default value as XPDateTime
public methodGetFullTextIndex Returns if this document type has full text index
public methodGetOverridesList Returns the Overrides list
public methodGetOverrideValueAsByte Returns the override value of a property id as byte.
public methodGetOverrideValueAsDouble Returns the override value of a property id as double.
public methodGetOverrideValueAsFloat Returns the override value of a property id as float.
public methodGetOverrideValueAsInt Returns the override value of a property id as int.
public methodGetOverrideValueAsObject Returns the override value of a property id as Object.
public methodGetOverrideValueAsString Returns the override value of a property id as String.
public methodGetOverrideValueAsXPDateTime Returns the override value of a property id as XPDateTime.
public methodGetPropertyMap GetPropertyMap is used to retrieve the PropertyMap associated with this Doc Type. If the PropMap is edited, and the Doc Type is stored, the changes to the PropMap will be stored.
public methodGetRequiredPropertyIDs GetRequiredPropertyIDs retrieves a SafeArray of property IDs that are "required" for cards created from this Document Type
public methodSetAccessorCLSID SetAccessorCLSID is used to associate the Doc Type with a particular Accessor. This will also affect the Data Format.
public methodSetApprovalSettings Sets the approval settings
public methodSetDefaultValueOverloaded. Sets the default value of a property id.
public methodSetFullTextIndex Sets the document type to have full text indexing
public methodSetOverrideValueOverloaded. Sets the override value of a given property id
public methodSetRequiredPropertyIDs SetRequiredPropertyIDs allows the client to specify a SafeArray of Property IDs that are considered "required" for this Doc Type.

See Also

IPTDocumentType Interface | com.plumtree.server Namespace