|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for IPTDocumentTYpe
| Method Summary | |
void |
ClearDefaults()
Clears the defaults list. |
void |
ClearOverrides()
Clears the overrides list |
java.lang.String |
GetAccessorCLSID()
GetAccessorCLSID is used to retrieve the GUID of the Accessor associated with this Doc Type. |
int |
GetAccessorFormatID()
GetAccessorFormatID is used to retrieve the location format associated with the Accessor that's associated with this DocType. |
int |
GetApprovalSettings()
Returns the approval settings |
java.lang.String |
GetCardOverrideImageUUID()
Returns the card override image uuid |
IPTQueryResult |
GetCommonFields()
GetCommonFields is used to retrieve a SafeArray of common field names and descriptions for this Document Type. |
java.lang.Object[][] |
GetDefaultsList()
Gets the defaults list |
byte |
GetDefaultValueAsByte(int lPropertyID)
Returns default value of property id as byte |
double |
GetDefaultValueAsDouble(int lPropertyID)
Returns default value of property id as double |
float |
GetDefaultValueAsFloat(int lPropertyID)
Returns default value of property id as float |
int |
GetDefaultValueAsInt(int lPropertyID)
Returns the default values as an int. |
java.lang.Object |
GetDefaultValueAsObject(int lPropertyID)
Returns default value of property id as Object |
java.lang.String |
GetDefaultValueAsString(int lPropertyID)
Returns the default values as a string. |
com.plumtree.openfoundation.util.XPDateTime |
GetDefaultValueAsXPDateTime(int lPropertyID)
Returns default value as XPDateTime |
boolean |
GetFullTextIndex()
Returns if this document type has full text index |
java.lang.Object[][] |
GetOverridesList()
Returns the Overrides list |
byte |
GetOverrideValueAsByte(int lPropertyID)
Returns the override value of a property id as byte. |
double |
GetOverrideValueAsDouble(int lPropertyID)
Returns the override value of a property id as double. |
float |
GetOverrideValueAsFloat(int lPropertyID)
Returns the override value of a property id as float. |
int |
GetOverrideValueAsInt(int lPropertyID)
Returns the override value of a property id as int. |
java.lang.Object |
GetOverrideValueAsObject(int lPropertyID)
Returns the override value of a property id as Object. |
java.lang.String |
GetOverrideValueAsString(int lPropertyID)
Returns the override value of a property id as String. |
com.plumtree.openfoundation.util.XPDateTime |
GetOverrideValueAsXPDateTime(int lPropertyID)
Returns the override value of a property id as XPDateTime. |
IPTPropertyMap |
GetPropertyMap()
GetPropertyMap is used to retrieve the PropertyMap associated with this Doc Type. |
java.lang.Object[][] |
GetRequiredPropertyIDs()
GetRequiredPropertyIDs retrieves a SafeArray of property IDs that are "required" for cards created from this Document Type |
void |
SetAccessorCLSID(java.lang.String Value)
SetAccessorCLSID is used to associate the Doc Type with a particular Accessor. |
void |
SetApprovalSettings(int Value)
Sets the approval settings |
void |
SetDefaultValue(int Value,
byte pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
double pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
float pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
int pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
java.lang.Object pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
java.lang.String pvValue)
Sets the default value of a property id. |
void |
SetDefaultValue(int Value,
com.plumtree.openfoundation.util.XPDateTime pvValue)
Sets the default value of a property id. |
void |
SetFullTextIndex(boolean Value)
Sets the document type to have full text indexing |
void |
SetOverrideValue(int Value,
byte pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
double pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
float pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
int pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
java.lang.Object pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
java.lang.String pvValue)
Sets the override value of a given property id |
void |
SetOverrideValue(int Value,
com.plumtree.openfoundation.util.XPDateTime pvValue)
Sets the override value of a given property id |
void |
SetRequiredPropertyIDs(java.lang.Object[][] Value)
SetRequiredPropertyIDs allows the client to specify a SafeArray of Property IDs that are considered "required" for this Doc Type. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetAccessorCLSID()
public void SetAccessorCLSID(java.lang.String Value)
public IPTPropertyMap GetPropertyMap()
public int GetAccessorFormatID()
public java.lang.Object[][] GetDefaultsList()
public void ClearDefaults()
public int GetDefaultValueAsInt(int lPropertyID)
lPropertyID - property idpublic java.lang.String GetDefaultValueAsString(int lPropertyID)
lPropertyID - property idpublic com.plumtree.openfoundation.util.XPDateTime GetDefaultValueAsXPDateTime(int lPropertyID)
lPropertyID - property idpublic float GetDefaultValueAsFloat(int lPropertyID)
lPropertyID - property idpublic double GetDefaultValueAsDouble(int lPropertyID)
lPropertyID - property idpublic byte GetDefaultValueAsByte(int lPropertyID)
lPropertyID - property idpublic java.lang.Object GetDefaultValueAsObject(int lPropertyID)
lPropertyID - property id
public void SetDefaultValue(int Value,
int pvValue)
lPropertyID - property id to setpvValue - new value of the property id as int
public void SetDefaultValue(int Value,
java.lang.String pvValue)
lPropertyID - property id to setpvValue - new value of the property id as String
public void SetDefaultValue(int Value,
com.plumtree.openfoundation.util.XPDateTime pvValue)
lPropertyID - property id to setpvValue - new value of the property id as XPDateTime
public void SetDefaultValue(int Value,
float pvValue)
lPropertyID - property id to setpvValue - new value of the property id as float
public void SetDefaultValue(int Value,
double pvValue)
lPropertyID - property id to setpvValue - new value of the property id as double
public void SetDefaultValue(int Value,
byte pvValue)
lPropertyID - property id to setpvValue - new value of the property id as byte
public void SetDefaultValue(int Value,
java.lang.Object pvValue)
lPropertyID - property id to setpvValue - new value of the property id as Objectpublic java.lang.Object[][] GetOverridesList()
public void ClearOverrides()
public int GetOverrideValueAsInt(int lPropertyID)
lPropertyID - property idpublic java.lang.String GetOverrideValueAsString(int lPropertyID)
lPropertyID - property idpublic com.plumtree.openfoundation.util.XPDateTime GetOverrideValueAsXPDateTime(int lPropertyID)
lPropertyID - property idpublic float GetOverrideValueAsFloat(int lPropertyID)
lPropertyID - property idpublic double GetOverrideValueAsDouble(int lPropertyID)
lPropertyID - property idpublic byte GetOverrideValueAsByte(int lPropertyID)
lPropertyID - property idpublic java.lang.Object GetOverrideValueAsObject(int lPropertyID)
lPropertyID - property id
public void SetOverrideValue(int Value,
int pvValue)
lPropertyID - property idpvValue - new value as int
public void SetOverrideValue(int Value,
java.lang.String pvValue)
lPropertyID - property idpvValue - new value as String
public void SetOverrideValue(int Value,
com.plumtree.openfoundation.util.XPDateTime pvValue)
lPropertyID - property idpvValue - new value as XPDateTime
public void SetOverrideValue(int Value,
float pvValue)
lPropertyID - property idpvValue - new value as float
public void SetOverrideValue(int Value,
double pvValue)
lPropertyID - property idpvValue - new value as double
public void SetOverrideValue(int Value,
byte pvValue)
lPropertyID - property idpvValue - new value as byte
public void SetOverrideValue(int Value,
java.lang.Object pvValue)
lPropertyID - property idpvValue - new value as Objectpublic boolean GetFullTextIndex()
public void SetFullTextIndex(boolean Value)
bFullTextIndex - true/falsepublic java.lang.Object[][] GetRequiredPropertyIDs()
public void SetRequiredPropertyIDs(java.lang.Object[][] Value)
public int GetApprovalSettings()
public void SetApprovalSettings(int Value)
lApprovalSettings - new approval settingspublic IPTQueryResult GetCommonFields()
public java.lang.String GetCardOverrideImageUUID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||