Aqualogic Interaction API  
 

IPTProperty.GetMappings Method 

Properties are associated with specified classes of Plumtree objects. For example, the "Home Address" Property might apply to User objects, but not to Portlet objects. The GetMappings call returns the Class IDs to which this Property is relevant.

int[] GetMappings();

Return Value

a 1D int array of the class IDs of the relevant classes, from the PT_CLASSIDS constants.

See Also

IPTProperty Interface | com.plumtree.server Namespace