IPTCardPropertyValues overview
![]() | 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. |
![]() | Clears from the object in memory all existing property data. |
![]() | Clears values from the object in memory for all existing property data, but retains the value-less IPTCardPropertyValue(s). |
![]() | Creates an in-memory copy of the IPTCardPropertyValues object. Convenient for seeding new cards with a custom set of base properties. |
![]() | Retrieves an enumerator of IPTCardPropertyValue objects which can be used to modify the values of properties stored with the card representing this document. |
![]() | 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. |
![]() | Creates and returns an array of Integers identifying property IDs currently stored with this card |
![]() | Overloaded. 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. |
IPTCardPropertyValues Interface | com.plumtree.server Namespace