|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.domain.node.NodeEntity
public class NodeEntity
Bean to convey alf_node data.
Constructor Summary | |
---|---|
NodeEntity()
Required default constructor |
Method Summary | |
---|---|
java.lang.Long |
getAclId()
|
AuditablePropertiesEntity |
getAuditableProperties()
|
java.lang.Boolean |
getDeleted()
|
java.lang.Long |
getId()
|
java.lang.Long |
getLocaleId()
|
org.alfresco.util.Pair |
getNodePair()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
org.alfresco.service.cmr.repository.NodeRef.Status |
getNodeStatus()
|
StoreEntity |
getStore()
|
TransactionEntity |
getTransaction()
|
java.lang.Long |
getTypeQNameId()
|
java.lang.String |
getUuid()
|
java.lang.Long |
getVersion()
|
void |
incrementVersion()
|
void |
lock()
Lock the entity against further updates to prevent accidental modification |
void |
setAclId(java.lang.Long aclId)
|
void |
setAuditableProperties(AuditablePropertiesEntity auditableProperties)
|
void |
setDeleted(java.lang.Boolean deleted)
|
void |
setId(java.lang.Long id)
|
void |
setLocaleId(java.lang.Long localeId)
|
void |
setStore(StoreEntity store)
|
void |
setTransaction(TransactionEntity transaction)
|
void |
setTypeQNameId(java.lang.Long typeQNameId)
|
void |
setUuid(java.lang.String uuid)
|
void |
setVersion(java.lang.Long version)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeEntity()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public void lock()
lock
in interface Node
public void incrementVersion()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface Node
getNodeRef
in interface PermissionCheckValue
public org.alfresco.service.cmr.repository.NodeRef.Status getNodeStatus()
getNodeStatus
in interface Node
public org.alfresco.util.Pair getNodePair()
getNodePair
in interface Node
public java.lang.Long getId()
getId
in interface NodeIdAndAclId
public void setId(java.lang.Long id)
public java.lang.Long getVersion()
getVersion
in interface Node
public void setVersion(java.lang.Long version)
public StoreEntity getStore()
getStore
in interface Node
public void setStore(StoreEntity store)
public java.lang.String getUuid()
getUuid
in interface Node
public void setUuid(java.lang.String uuid)
public java.lang.Long getTypeQNameId()
getTypeQNameId
in interface Node
public void setTypeQNameId(java.lang.Long typeQNameId)
public java.lang.Long getLocaleId()
getLocaleId
in interface Node
public void setLocaleId(java.lang.Long localeId)
public java.lang.Long getAclId()
getAclId
in interface NodeIdAndAclId
public void setAclId(java.lang.Long aclId)
public java.lang.Boolean getDeleted()
getDeleted
in interface Node
public void setDeleted(java.lang.Boolean deleted)
public TransactionEntity getTransaction()
getTransaction
in interface Node
public void setTransaction(TransactionEntity transaction)
public AuditablePropertiesEntity getAuditableProperties()
getAuditableProperties
in interface Node
public void setAuditableProperties(AuditablePropertiesEntity auditableProperties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |