org.alfresco.repo.content
Interface ContentServicePolicies.OnContentReadPolicy

All Superinterfaces:
ClassPolicy, Policy
Enclosing interface:
ContentServicePolicies

public static interface ContentServicePolicies.OnContentReadPolicy
extends ClassPolicy

On content read policy interface. This policy is fired when a content reader is requested for a node that has content.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
static QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onContentRead(NodeRef nodeRef)
           
 

Field Detail

QNAME

static final QName QNAME
Method Detail

onContentRead

void onContentRead(NodeRef nodeRef)
Parameters:
nodeRef - the node reference


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.