Package org.alfresco.repo.content
Interface ContentServicePolicies
-
public interface ContentServicePoliciesContent service policies interface- Author:
- Roy Wetherall, Derek Hulley
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContentServicePolicies.OnContentPropertyUpdatePolicyPolicy that is raised for each content property change.static interfaceContentServicePolicies.OnContentReadPolicyOn content read policy interface.static interfaceContentServicePolicies.OnContentUpdatePolicyPolicy that is raised once per node when any of the content properties on the node are changed; the specific properties are irrelevant.
-
Field Summary
Fields Modifier and Type Field Description static org.alfresco.service.namespace.QNameON_CONTENT_PROPERTY_UPDATEDeprecated.static org.alfresco.service.namespace.QNameON_CONTENT_READDeprecated.static org.alfresco.service.namespace.QNameON_CONTENT_UPDATEDeprecated.
-
-
-
Field Detail
-
ON_CONTENT_UPDATE
static final org.alfresco.service.namespace.QName ON_CONTENT_UPDATE
Deprecated.
-
ON_CONTENT_PROPERTY_UPDATE
static final org.alfresco.service.namespace.QName ON_CONTENT_PROPERTY_UPDATE
Deprecated.
-
ON_CONTENT_READ
static final org.alfresco.service.namespace.QName ON_CONTENT_READ
Deprecated.
-
-