You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by David Sean Taylor <da...@bluesunrise.com> on 2005/01/25 18:28:08 UTC

Properties

What happened to custom properties on documents?
 From JCMS-1, CmsObject interface:

     /**
      * Get a map of all non standard properties for this object
      *
      * @return a map of properties
      */
     Map getProperties();

     /**
      * Get a named property for this object
      *
      * @param name of the property
      * @return the property as an object
      */
     Object getProperty(String name);

     /**
      * Sets a named property for this object
      *
      * @param name
      * @param property
      */
     void setProperty(String name, Object property);

Can we add these APIs back to the CmsObject interface?
We could change object -> string if that makes it easier

-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194