WebCenter Interaction API  
 

IPTCardPropertyValues Members

IPTCardPropertyValues overview

Public Instance Methods

public methodAdd Extends the list of properties stored with this card. The returned IPTCardPropertyValue interface can be used to assign a specific value to the new property.
public methodClear Clears from the object in memory all existing property data.
public methodClearFieldValues Clears values from the object in memory for all existing property data, but retains the value-less IPTCardPropertyValue(s).
public methodClone Creates an in-memory copy of the IPTCardPropertyValues object. Convenient for seeding new cards with a custom set of base properties.
public methodGetEnumerator Retrieves an enumerator of IPTCardPropertyValue objects which can be used to modify the values of properties stored with the card representing this document.
public methodGetItem Returns a property value object for the property ID specified. The returned object can then be modified and will be serialized when the card is stored.
public methodGetPropertyIDs Creates and returns an array of Integers identifying property IDs currently stored with this card
public methodRemoveOverloaded. Removes the first occurance of a property value with the give id from the list of property values stored with this card. Do not use this method for removing one of the values of multivalued property. Use different Remove method that takes input of property id and value.

See Also

IPTCardPropertyValues Interface | com.plumtree.server Namespace