RM-1641 (Create Relationship Service)

* Refactored existing customReference classes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@85575 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-09-24 08:03:22 +00:00
parent 3352c71799
commit c793f96f00
5 changed files with 204 additions and 159 deletions

View File

@@ -94,7 +94,7 @@ public final class WebScriptUtils
*
* @param req The webscript request
* @param parameter The request parameter
* @param checkValue FIXME!!!
* @param checkValue Determines if the value of the parameter should be checked or not
* @return The value of the request parameter
*/
public static String getRequestParameterValue(WebScriptRequest req, String parameter, boolean checkValue)