|
|||||||||
| 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.Objectpublic void lock()
lock in interface Nodepublic void incrementVersion()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef in interface NodegetNodeRef in interface PermissionCheckValuepublic org.alfresco.service.cmr.repository.NodeRef.Status getNodeStatus()
getNodeStatus in interface Nodepublic org.alfresco.util.Pair getNodePair()
getNodePair in interface Nodepublic java.lang.Long getId()
getId in interface NodeIdAndAclIdpublic void setId(java.lang.Long id)
public java.lang.Long getVersion()
getVersion in interface Nodepublic void setVersion(java.lang.Long version)
public StoreEntity getStore()
getStore in interface Nodepublic void setStore(StoreEntity store)
public java.lang.String getUuid()
getUuid in interface Nodepublic void setUuid(java.lang.String uuid)
public java.lang.Long getTypeQNameId()
getTypeQNameId in interface Nodepublic void setTypeQNameId(java.lang.Long typeQNameId)
public java.lang.Long getLocaleId()
getLocaleId in interface Nodepublic void setLocaleId(java.lang.Long localeId)
public java.lang.Long getAclId()
getAclId in interface NodeIdAndAclIdpublic void setAclId(java.lang.Long aclId)
public java.lang.Boolean getDeleted()
getDeleted in interface Nodepublic void setDeleted(java.lang.Boolean deleted)
public TransactionEntity getTransaction()
getTransaction in interface Nodepublic void setTransaction(TransactionEntity transaction)
public AuditablePropertiesEntity getAuditableProperties()
getAuditableProperties in interface Nodepublic void setAuditableProperties(AuditablePropertiesEntity auditableProperties)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||