mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merge Sabre4 to HEAD
110749: Additional Public apis. RA-553 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111192 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -62,6 +62,7 @@ public interface ContentServicePolicies
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
@AlfrescoPublicApi
|
||||
public interface OnContentPropertyUpdatePolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentPropertyUpdate");
|
||||
@@ -90,6 +91,7 @@ public interface ContentServicePolicies
|
||||
*
|
||||
* This policy is fired when a content reader is requested for a node that has content.
|
||||
*/
|
||||
@AlfrescoPublicApi
|
||||
public interface OnContentReadPolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentRead");
|
||||
|
Reference in New Issue
Block a user