public class AbstractNodeRelation extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryService |
dictionaryService |
protected static List<String> |
EXCLUDED_NS |
protected NamespaceService |
namespaceService |
protected NodeAssocService |
nodeAssocService |
protected Nodes |
nodes |
protected NodeService |
nodeService |
protected ServiceRegistry |
sr |
| Constructor and Description |
|---|
AbstractNodeRelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected QNamePattern |
getAssocTypeFromWhereElseAll(Parameters parameters) |
protected CollectionWithPagingInfo<Node> |
listNodeChildAssocs(List<ChildAssociationRef> childAssocRefs,
Parameters parameters,
Boolean isPrimary,
boolean returnChild) |
protected CollectionWithPagingInfo<Node> |
listNodePeerAssocs(List<AssociationRef> assocRefs,
Parameters parameters,
boolean returnTarget) |
protected CollectionWithPagingInfo |
listPage(List result,
Paging paging) |
void |
setNodeAssocService(NodeAssocService nodeAssocService) |
void |
setNodes(Nodes nodes) |
void |
setServiceRegistry(ServiceRegistry sr) |
protected ServiceRegistry sr
protected NodeService nodeService
protected NodeAssocService nodeAssocService
protected NamespaceService namespaceService
protected DictionaryService dictionaryService
protected Nodes nodes
public void setNodes(Nodes nodes)
public void setServiceRegistry(ServiceRegistry sr)
public void setNodeAssocService(NodeAssocService nodeAssocService)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected QNamePattern getAssocTypeFromWhereElseAll(Parameters parameters)
protected CollectionWithPagingInfo<Node> listNodePeerAssocs(List<AssociationRef> assocRefs, Parameters parameters, boolean returnTarget)
protected CollectionWithPagingInfo<Node> listNodeChildAssocs(List<ChildAssociationRef> childAssocRefs, Parameters parameters, Boolean isPrimary, boolean returnChild)
protected CollectionWithPagingInfo listPage(List result, Paging paging)
Copyright © 2005–2020 Alfresco Software. All rights reserved.