Package | Description |
---|---|
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
void |
NodeService.addAspect(NodeRef nodeRef,
QName aspectTypeQName,
Map<QName,Serializable> aspectProperties)
Applies an aspect to the given node.
|
boolean |
NodeService.hasAspect(NodeRef nodeRef,
QName aspectTypeQName)
Determines if a given aspect is present on a node.
|
void |
NodeService.removeAspect(NodeRef nodeRef,
QName aspectTypeQName)
Remove an aspect and all related properties from a node
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.