Package org.alfresco.repo.solr
Class NodeMetaData
- java.lang.Object
-
- org.alfresco.repo.solr.NodeMetaData
-
public class NodeMetaData extends Object
- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description NodeMetaData()
-
Method Summary
-
-
-
Method Detail
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
getNodeRef
public NodeRef getNodeRef()
-
setNodeRef
public void setNodeRef(NodeRef nodeRef)
-
getPaths
public Collection<Pair<Path,QName>> getPaths()
-
setPaths
public void setPaths(Collection<Pair<Path,QName>> paths)
-
getNamePaths
public Collection<Collection<String>> getNamePaths()
-
setNamePaths
public void setNamePaths(Collection<Collection<String>> namePaths)
-
getNodeType
public QName getNodeType()
-
setNodeType
public void setNodeType(QName nodeType)
-
getNodeId
public Long getNodeId()
-
setNodeId
public void setNodeId(Long nodeId)
-
getAclId
public Long getAclId()
-
setAclId
public void setAclId(Long aclId)
-
getProperties
public Map<QName,Serializable> getProperties()
-
setProperties
public void setProperties(Map<QName,Serializable> properties)
-
getChildAssocs
public List<ChildAssociationRef> getChildAssocs()
-
setChildAssocs
public void setChildAssocs(List<ChildAssociationRef> childAssocs)
-
setParentAssocs
public void setParentAssocs(List<ChildAssociationRef> parentAssocs, Long parentAssocsCrc)
- Parameters:
parentAssocsCrc- Long
-
getParentAssocs
public List<ChildAssociationRef> getParentAssocs()
-
getParentAssocsCrc
public Long getParentAssocsCrc()
-
getTxnId
public Long getTxnId()
-
setTxnId
public void setTxnId(Long txnId)
-
getTenantDomain
public String getTenantDomain()
-
setTenantDomain
public void setTenantDomain(String tenantDomain)
-
-