Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java =================================================================== RCS file: /usr/local/cvsroot/lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java,v diff -u -r1.3 -r1.4 --- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java 5 Jul 2005 03:24:59 -0000 1.3 +++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/service/IRepositoryService.java 5 Jul 2005 06:46:26 -0000 1.4 @@ -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.