com.plumtree.server
Interface IPTObjectPropertyMap
- public interface IPTObjectPropertyMap
Retrieve and modify property to class mappings for object properties. Before
property data can be added to an object, a mapping must exist between a property
and the class of the object.
QueryClassPropertyMappings
public IPTQueryResult QueryClassPropertyMappings(int classID,
int propIDMask)
- Query property to class mappings used for object properties for a single class.
- Parameters:
classID - Class ID from PT_CLASSIDSpropIDMask - PropID mask from PT_PROPIDS- Returns:
- Query result of property to class mappings for a single class.
QueryAllClassPropertyMappings
public IPTQueryResult QueryAllClassPropertyMappings(int propIDMask)
- Query all property to class mappings used for object properties.
- Parameters:
propIDMask - PropID mask from PT_PROPIDS- Returns:
- Query result of all property to class mappings
SetClassPropertyMappings
public void SetClassPropertyMappings(int classID,
int[] propertyIDs)
- Set mappings from a class to a list of properties.
- Parameters:
classID - Class ID from PT_CLASSIDSpropertyIDs - A int[] of property ID's.
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.