mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2130 (Check classification after method execution, filtering results where appropriate)
+review RM-94 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/ENFORCE@106772 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,13 +37,4 @@ public class ListPostMethodInvocationProcessor extends CollectionPostMethodInvoc
|
|||||||
{
|
{
|
||||||
return List.class;
|
return List.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @see org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.BasePostMethodInvocationProcessor#process(java.lang.Object)
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public <T> T process(T object)
|
|
||||||
{
|
|
||||||
return super.process(object);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -37,13 +37,4 @@ public class SetPostMethodInvocationProcessor extends CollectionPostMethodInvoca
|
|||||||
{
|
{
|
||||||
return Set.class;
|
return Set.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @see org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.BasePostMethodInvocationProcessor#process(java.lang.Object)
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public <T> T process(T object)
|
|
||||||
{
|
|
||||||
return super.process(object);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user