|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Modify and retrieve property data associated with object-manager managed objects, administrative folders, and document folders.
| Method Summary | |
IPTQueryResult |
GetPropertyData(int propIDMask)
Retrieve non-reference property data for the object from the database. |
IPTQueryResult |
GetPropertyRefData(int nPropIDMask)
Retrieve reference property data for the object from the database. |
IPTQueryResult |
GetSinglePropertyData(int propertyID,
int propIDMask)
Retrieve non-reference property data of a single property for the object from the database. |
IPTQueryResult |
GetSinglePropertyRefData(int propertyID,
int propIDMask)
Retrieve reference property data of a single property for the object from the database. |
void |
SetPropertyData(java.lang.Object[][] propertyData)
Sets non-reference property data for the object. |
void |
SetPropertyRefData(java.lang.Object[][] propertyData)
Sets reference property data for the object. |
| Method Detail |
public IPTQueryResult GetPropertyData(int propIDMask)
propIDMask - PT_PROPIDS maskpublic IPTQueryResult GetPropertyRefData(int nPropIDMask)
propIDMask - Property ID mask
public IPTQueryResult GetSinglePropertyData(int propertyID,
int propIDMask)
propertyID - Property IDpropIDMask - PT_PROPIDS mask
public IPTQueryResult GetSinglePropertyRefData(int propertyID,
int propIDMask)
propertyID - Property IDpropIDMask - PT_PROPIDS maskpublic void SetPropertyData(java.lang.Object[][] propertyData)
propertyData - Array of property datapublic void SetPropertyRefData(java.lang.Object[][] propertyData)
propertyData - Array of property data
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||