public class NodeBackedEntity extends Object implements PermissionCheckValue
NodeEntity
with additional propertiesConstructor and Description |
---|
NodeBackedEntity()
Default constructor
|
NodeBackedEntity(Long parentNodeId,
Long nameQNameId,
Long contentTypeQNameId)
Query constructor
|
Modifier and Type | Method and Description |
---|---|
Long |
getContentTypeQNameId() |
String |
getCreatedDate() |
String |
getCreator() |
Long |
getId() |
String |
getModifiedDate() |
String |
getModifier() |
String |
getName() |
Long |
getNameQNameId() |
NodeEntity |
getNode() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
Long |
getParentNodeId() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNode(NodeEntity childNode) |
public Long getId()
public void setId(Long id)
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
public String getCreatedDate()
public String getCreator()
public String getModifiedDate()
public String getModifier()
public NodeEntity getNode()
public void setNode(NodeEntity childNode)
public String getName()
public void setName(String name)
public Long getParentNodeId()
public Long getNameQNameId()
public Long getContentTypeQNameId()
Copyright © 2005–2017 Alfresco Software. All rights reserved.