| Package | Description |
|---|---|
| org.alfresco.opencmis.dictionary | |
| org.alfresco.repo.tenant | |
| org.alfresco.service.cmr.repository |
| Modifier and Type | Method and Description |
|---|---|
AssociationRef |
CMISNodeInfo.getAssociationRef() |
| Modifier and Type | Method and Description |
|---|---|
CMISNodeInfo |
CMISPropertyAccessor.createNodeInfo(AssociationRef assocRef)
Creates a node info object form the given association ref.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationRef |
SingleTServiceImpl.getBaseName(AssociationRef assocRef) |
AssociationRef |
TenantService.getBaseName(AssociationRef assocRef) |
AssociationRef |
SingleTServiceImpl.getName(AssociationRef assocRef) |
AssociationRef |
TenantService.getName(AssociationRef assocRef) |
| Modifier and Type | Method and Description |
|---|---|
AssociationRef |
SingleTServiceImpl.getBaseName(AssociationRef assocRef) |
AssociationRef |
TenantService.getBaseName(AssociationRef assocRef) |
AssociationRef |
SingleTServiceImpl.getName(AssociationRef assocRef) |
AssociationRef |
TenantService.getName(AssociationRef assocRef) |
| Modifier and Type | Method and Description |
|---|---|
AssociationRef |
NodeService.createAssociation(NodeRef sourceRef,
NodeRef targetRef,
QName assocTypeQName)
Create a peer association between two nodes.
|
AssociationRef |
NodeService.getAssoc(Long id)
Gets an association by ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationRef> |
NodeService.getSourceAssocs(NodeRef targetRef,
QNamePattern qnamePattern)
Fetches all associations to the given target where the associations'
qualified names match the pattern provided.
|
List<AssociationRef> |
NodeService.getTargetAssocs(NodeRef sourceRef,
QNamePattern qnamePattern)
Fetches all associations from the given source where the associations'
qualified names match the pattern provided.
|
List<AssociationRef> |
NodeService.getTargetAssocsByPropertyValue(NodeRef sourceRef,
QNamePattern qnamePattern,
QName propertyQName,
Serializable propertyValue)
Fetches all associations from the given source where the associations'
qualified names match the pattern provided.
|
Copyright © 2005–2019 Alfresco Software. All rights reserved.