mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2129 (Check classification before method execution)
* Commenting the list of pre enforcement check methods temporarily out. getProperties causes problems in the UI although all the integration tests succeed. +review RM-117 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@107681 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -103,12 +103,14 @@ public class PreMethodInvocationProcessor implements ApplicationContextAware
|
||||
*/
|
||||
public void init()
|
||||
{
|
||||
/*
|
||||
getMethodNames().add("NodeService.setProperty");
|
||||
getMethodNames().add("NodeService.setProperties");
|
||||
//getMethodNames().add("NodeService.getProperty");
|
||||
getMethodNames().add("NodeService.getProperties");
|
||||
getMethodNames().add("FileFolderService.copy");
|
||||
getMethodNames().add("FileFolderService.move");
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user