Class NodesGet.NodeRecord
- java.lang.Object
-
- org.alfresco.repo.web.scripts.solr.NodesGet.NodeRecord
-
-
Constructor Summary
Constructors Constructor Description NodeRecord(org.alfresco.repo.domain.node.Node node, org.alfresco.repo.domain.qname.QNameDAO qnameDAO, org.alfresco.repo.tenant.TenantService tenantService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAclId()
Integer
getExplicitShardId()
Long
getId()
String
getNodeRef()
String
getShardPropertyValue()
String
getTenant()
Long
getTxnId()
boolean
isDeleted()
-
-
-
Method Detail
-
getId
public Long getId()
-
getTxnId
public Long getTxnId()
-
isDeleted
public boolean isDeleted()
-
getNodeRef
public String getNodeRef()
-
getTenant
public String getTenant()
-
getAclId
public Long getAclId()
-
getShardPropertyValue
public String getShardPropertyValue()
-
getExplicitShardId
public Integer getExplicitShardId()
-
-