public interface ContentServicePolicies
Modifier and Type | Interface and Description |
---|---|
static interface |
ContentServicePolicies.OnContentPropertyUpdatePolicy
Policy that is raised for each content property change.
|
static interface |
ContentServicePolicies.OnContentReadPolicy
On content read policy interface.
|
static interface |
ContentServicePolicies.OnContentUpdatePolicy
Policy that is raised once per node when any of the content properties on the node are
changed; the specific properties are irrelevant.
|
Modifier and Type | Field and Description |
---|---|
static org.alfresco.service.namespace.QName |
ON_CONTENT_PROPERTY_UPDATE
Deprecated.
|
static org.alfresco.service.namespace.QName |
ON_CONTENT_READ
Deprecated.
|
static org.alfresco.service.namespace.QName |
ON_CONTENT_UPDATE
Deprecated.
|
static final org.alfresco.service.namespace.QName ON_CONTENT_UPDATE
ContentServicePolicies.OnContentUpdatePolicy.QNAME
static final org.alfresco.service.namespace.QName ON_CONTENT_PROPERTY_UPDATE
ContentServicePolicies.OnContentPropertyUpdatePolicy.QNAME
static final org.alfresco.service.namespace.QName ON_CONTENT_READ
ContentServicePolicies.OnContentReadPolicy.QNAME
Copyright © 2005–2017 Alfresco Software. All rights reserved.