Class NodeRef.Status
- java.lang.Object
-
- org.alfresco.service.cmr.repository.NodeRef.Status
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getChangeTxnId()
Deprecated.This will be removed when we have switched to SOLR tracking onlyLong
getDbId()
Return the database ID for the nodeLong
getDbTxnId()
NodeRef
getNodeRef()
boolean
isDeleted()
String
toString()
-
-
-
Method Detail
-
getDbId
public Long getDbId()
Return the database ID for the node
-
getNodeRef
public NodeRef getNodeRef()
- Returns:
- Returns the NodeRef that to which this status applies
-
getChangeTxnId
public String getChangeTxnId()
Deprecated.This will be removed when we have switched to SOLR tracking only- Returns:
- Returns the ID of the last transaction to change the node
-
getDbTxnId
public Long getDbTxnId()
- Returns:
- Returns the db ID of the last transaction to change the node
-
isDeleted
public boolean isDeleted()
- Returns:
- Returns true if the node has been deleted, otherwise false
-
-