Package org.alfresco.repo.domain.node
Interface Node
- All Superinterfaces:
NodeIdAndAclId
- All Known Implementing Classes:
NodeEntity,NodeUpdateEntity
Interface for beans carrying general information for alf_node data.
- Author:
- andyh
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetDeleted(QNameDAO qnameDAO) Checks thetypeof the node to determine if the node is deletedgetNodeStatus(QNameDAO qnameDAO) Helper method to get a key that includes the node and its current version numbergetStore()getUuid()voidlock()Helper method to force the instance to be read-onlyMethods inherited from interface org.alfresco.repo.domain.node.NodeIdAndAclId
getAclId, getId
-
Method Details
-
getNodeVersionKey
NodeVersionKey getNodeVersionKey()Helper method to get a key that includes the node and its current version number -
lock
void lock()Helper method to force the instance to be read-only -
getNodeRef
NodeRef getNodeRef() -
getNodeStatus
-
getNodePair
-
getDeleted
Checks thetypeof the node to determine if the node is deleted- Parameters:
qnameDAO- DAO to work out type IDs- Returns:
- true if the node is
ContentModel.TYPE_DELETED
-
getVersion
Long getVersion() -
getStore
StoreEntity getStore() -
getUuid
String getUuid() -
getTypeQNameId
Long getTypeQNameId() -
getLocaleId
Long getLocaleId() -
getTransaction
TransactionEntity getTransaction() -
getAuditableProperties
AuditablePropertiesEntity getAuditableProperties() -
getShardKey
String getShardKey() -
getExplicitShardId
Integer getExplicitShardId()
-