Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java =================================================================== diff -u -r1492a6385b0f6e855ce08f2fe7570b4af8b53b21 -r2dab5a8cf7f9bf429219191f84953bde8b6f0792 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java (.../IRepositoryService.java) (revision 1492a6385b0f6e855ce08f2fe7570b4af8b53b21) +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java (.../IRepositoryService.java) (revision 2dab5a8cf7f9bf429219191f84953bde8b6f0792) @@ -207,9 +207,13 @@ /** * Sets the property to a value, based on the specified type. Removes the property if the value is null. * + * @param ticket Mandatory + * @pararm uuid Mandatory + * @pararm versionId Mandatory * @param name The name of a property of this node * @param value The value to be assigned - * @param type The type of the property + * @param type The type of the property. See org.lamsfoundation.lams.contentrepository.PropertyType + * for values. * @throws ValueFormatException if the type or format of a value * is incompatible with the type of the specified property or if * value is incompatible with (i.e. can not be converted to) type.