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