org.alfresco.repo.node
Interface NodeServicePolicies.BeforeAddAspectPolicy
- All Superinterfaces:
- ClassPolicy, Policy
- Enclosing interface:
- NodeServicePolicies
public static interface NodeServicePolicies.BeforeAddAspectPolicy
- extends ClassPolicy
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
beforeAddAspect(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName aspectTypeQName)
Called before an aspect is added to a node |
QNAME
static final org.alfresco.service.namespace.QName QNAME
beforeAddAspect
void beforeAddAspect(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName aspectTypeQName)
- Called before an aspect is added to a node
- Parameters:
nodeRef
- the node to which the aspect will be addedaspectTypeQName
- the type of the aspect
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.