Package | Description |
---|---|
org.alfresco.repo.tenant | |
org.alfresco.service.cmr.repository | |
org.alfresco.service.cmr.search |
Modifier and Type | Method and Description |
---|---|
ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
SingleTServiceImpl.getBaseName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef,
boolean forceIfNonTenant) |
ChildAssociationRef |
SingleTServiceImpl.getBaseName(ChildAssociationRef childAssocRef,
boolean forceForNonTenant) |
ChildAssociationRef |
TenantService.getName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
SingleTServiceImpl.getName(ChildAssociationRef childAssocRef) |
Modifier and Type | Method and Description |
---|---|
ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
SingleTServiceImpl.getBaseName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef,
boolean forceIfNonTenant) |
ChildAssociationRef |
SingleTServiceImpl.getBaseName(ChildAssociationRef childAssocRef,
boolean forceForNonTenant) |
ChildAssociationRef |
TenantService.getName(ChildAssociationRef childAssocRef) |
ChildAssociationRef |
SingleTServiceImpl.getName(ChildAssociationRef childAssocRef) |
Modifier and Type | Method and Description |
---|---|
ChildAssociationRef |
NodeService.addChild(NodeRef parentRef,
NodeRef childRef,
QName assocTypeQName,
QName qname)
Makes a parent-child association between the given nodes.
|
ChildAssociationRef |
NodeService.createNode(NodeRef parentRef,
QName assocTypeQName,
QName assocQName,
QName nodeTypeQName) |
ChildAssociationRef |
NodeService.createNode(NodeRef parentRef,
QName assocTypeQName,
QName assocQName,
QName nodeTypeQName,
Map<QName,Serializable> properties)
Creates a new, non-abstract, real node as a primary child of the given parent node.
|
ChildAssociationRef |
InvalidChildAssociationRefException.getChildAssociationRef() |
ChildAssociationRef |
NodeService.getPrimaryParent(NodeRef nodeRef)
Fetches the primary parent-child relationship.
|
ChildAssociationRef |
Path.ChildAssocElement.getRef() |
ChildAssociationRef |
NodeService.moveNode(NodeRef nodeToMoveRef,
NodeRef newParentRef,
QName assocTypeQName,
QName assocQName)
Moves the primary location of the given node.
|
Modifier and Type | Method and Description |
---|---|
List<ChildAssociationRef> |
NodeService.addChild(Collection<NodeRef> parentRefs,
NodeRef childRef,
QName assocTypeQName,
QName qname)
Associates a given child node with a given collection of parents.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef)
Get all child associations of the given node.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern)
Gets all child associations where the pattern of the association qualified
name is a match.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern,
boolean preload)
Gets all child associations where the pattern of the association qualified
names match the patterns provided.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern,
int maxResults,
boolean preload)
Gets all child associations where the pattern of the association qualified
name is an exact match.
|
List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef,
Set<QName> childNodeTypeQNames)
Retrieve immediate children of a given node where the child nodes are in the given inclusive list.
|
List<ChildAssociationRef> |
NodeService.getChildAssocsByPropertyValue(NodeRef nodeRef,
QName propertyQName,
Serializable value)
Retrieve the immediate children of a given node based on the value of a property of those
children.
|
Collection<ChildAssociationRef> |
NodeService.getChildAssocsWithoutParentAssocsOfType(NodeRef parent,
QName assocTypeQName)
Gets the set of child associations of a certain parent node without parent associations of a certain type to
other nodes with the same parent! In effect the 'orphans' with respect to a certain association type.
|
List<ChildAssociationRef> |
NodeService.getChildrenByName(NodeRef nodeRef,
QName assocTypeQName,
Collection<String> childNames)
Get the nodes with the given names within the context of the parent node.
|
List<ChildAssociationRef> |
NodeService.getParentAssocs(NodeRef nodeRef) |
List<ChildAssociationRef> |
NodeService.getParentAssocs(NodeRef nodeRef,
QNamePattern typeQNamePattern,
QNamePattern qnamePattern)
Gets all parent associations where the pattern of the association qualified
name is a match
|
Modifier and Type | Method and Description |
---|---|
int |
ChildAssociationRef.compareTo(ChildAssociationRef another) |
boolean |
NodeService.removeChildAssociation(ChildAssociationRef childAssocRef)
Remove a specific child association.
|
boolean |
NodeService.removeSeconaryChildAssociation(ChildAssociationRef childAssocRef)
Deprecated.
|
boolean |
NodeService.removeSecondaryChildAssociation(ChildAssociationRef childAssocRef)
Remove a specific secondary child association.
|
void |
NodeService.setChildAssociationIndex(ChildAssociationRef childAssocRef,
int index)
Set the ordering index of the child association.
|
Constructor and Description |
---|
ChildAssocElement(ChildAssociationRef ref) |
InvalidChildAssociationRefException(ChildAssociationRef childAssociationRef) |
InvalidChildAssociationRefException(String msg,
ChildAssociationRef childAssociationRef) |
Modifier and Type | Method and Description |
---|---|
ChildAssociationRef |
ResultSetRow.getChildAssocRef() |
ChildAssociationRef |
ResultSetSPI.getChildAssocRef(int n)
Get the child assoc ref for a particular row.
|
Modifier and Type | Method and Description |
---|---|
List<ChildAssociationRef> |
ResultSetSPI.getChildAssocRefs()
Get a list of all the child associations in the results set.
|
Copyright © 2005–2020 Alfresco Software. All rights reserved.