mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged BRANCHES/V3.2 to HEAD:
19177: (RECORD ONLY) Updated record-only entries for V3.1 branch 19321: (RECORD ONLY) Removed deep svn:mergeinfo 19331: (RECORD ONLY) Merged HEAD to BRANCHES/V3.2: 19324: Follow-up on ALF-765 by upgrading EHCache to 2.0.0Performing merge across the whole of the branch 19526: Moved ContentServicePolicy static QNames onto policy classes 19539: (RECORD ONLY) Merged HEAD to V3.2 19538: Build fix - fix build speed 19541: Added extraction of custom, mapped metadata from PDF documents 19543: (RECORD ONLY) Removed deep svn:mergeinfo 19598: (RECORD ONLY) Backported (merge not possible) HEAD rev 18790 for IndexInfo fixes 19626: Fix for ALF-732: Possible memory leak using the .getNodeRefs() method against a ResultSet ... 19629: (RECORD ONLY) Merged HEAD to V3.2 19625: Fix to allow Share logo to swapped out for a different one without having to modify the header CSS. 19628: Corrected Share header component height. 19649: ALF-885: Cannot retrieve cm:title from an AVM node in FreeMarker (if persisted with actual type set to MLText) 19694: (RECORD ONLY) Merged V3.2 to HEAD: r19310 bad back merge - record-only 19713: (RECORD ONLY) Removed svn:mergeinfo git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19719 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,9 +32,11 @@ import org.alfresco.service.namespace.QName;
|
||||
*/
|
||||
public interface ContentServicePolicies
|
||||
{
|
||||
/** The QName's of the policies */
|
||||
/** @deprecated Use {@link OnContentUpdatePolicy#QNAME} */
|
||||
public static final QName ON_CONTENT_UPDATE = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentUpdate");
|
||||
/** @deprecated Use {@link OnContentPropertyUpdatePolicy#QNAME} */
|
||||
public static final QName ON_CONTENT_PROPERTY_UPDATE = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentPropertyUpdate");
|
||||
/** @deprecated Use {@link OnContentReadPolicy#QNAME} */
|
||||
public static final QName ON_CONTENT_READ = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentRead");
|
||||
|
||||
/**
|
||||
@@ -44,6 +46,7 @@ public interface ContentServicePolicies
|
||||
*/
|
||||
public interface OnContentUpdatePolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentUpdate");
|
||||
/**
|
||||
* @param nodeRef the node reference
|
||||
*/
|
||||
@@ -59,6 +62,7 @@ public interface ContentServicePolicies
|
||||
*/
|
||||
public interface OnContentPropertyUpdatePolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentPropertyUpdate");
|
||||
/**
|
||||
* @param nodeRef the node reference
|
||||
* @param propertyQName the name of the property that changed
|
||||
@@ -86,6 +90,7 @@ public interface ContentServicePolicies
|
||||
*/
|
||||
public interface OnContentReadPolicy extends ClassPolicy
|
||||
{
|
||||
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onContentRead");
|
||||
/**
|
||||
* @param nodeRef the node reference
|
||||
*/
|
||||
|
Reference in New Issue
Block a user