ETHREEOH-2126 - WCM meta data extraction does not extract title when form is created

- metadata extractor was not firing 
 - titled aspect was applied after extraction thereby overwriting extracted value.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17034 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2009-10-20 09:25:04 +00:00
parent 6510076be2
commit b137bdb21f
3 changed files with 17 additions and 8 deletions

View File

@@ -670,7 +670,8 @@ public class PropertyValue implements Cloneable, Serializable
/**
* Construct a new property value.
*
* @param typeQName the dictionary-defined property type to store the property as
* @param typeQName the dictionary-defined property type to store the property as.
* May be null in which case the type will be determined from the value parameter.
* @param value the value to store. This will be converted into a format compatible
* with the type given
*