IDocbaseAttributeValueFormatter

gmire01
edited June 4, 2013 in Documentum #1

Within a custom class which implements IDocbaseAttributeValueFormatter, how can I get the updated values for an attribute which is in cache because they have not been saved to the docbase at this time?

My code uses the DocbaseObject to retrieve the values from the docbase and formats them correctly, but when repeating values are updated via the Properties page and the properties page refreshes, it does not display the changes until the "Ok" button is selected which updates/saves the values in the docbase.  I need to get the updated values from cache instead of the docbase.

There is no inherited getControl for the class.

public class CustomAttributeValueFormatter implements IDocbaseAttributeValueFormatter

{

  public StringgetAttributeDisplayValue(String attribute,DocbaseObject docbaseObject)

Tagged: