Package org.alfresco.repo.query
Class NodeBackedEntity
java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
- All Implemented Interfaces:
PermissionCheckValue
- Direct Known Subclasses:
ArchivedNodeEntity,BlogEntity,CalendarEntity,DownloadEntity,GetChildrenAuditableCannedQueryParams,NodeWithChildrenEntity,NodeWithTargetsEntity
Parent class of Canned Query Entities which are a
NodeEntity with additional properties- Since:
- 4.0
- Author:
- Nick Burch
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNodeBackedEntity(Long parentNodeId, Long nameQNameId, Long contentTypeQNameId) Query constructor -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getNode()Get the underlying node value that needs to be permission checked.voidvoidvoidsetNode(NodeEntity childNode)
-
Constructor Details
-
NodeBackedEntity
public NodeBackedEntity()Default constructor -
NodeBackedEntity
Query constructor
-
-
Method Details
-
getId
-
setId
-
getNodeRef
Description copied from interface:PermissionCheckValueGet the underlying node value that needs to be permission checked.- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the underlying value to filter
-
getCreatedDate
-
getCreator
-
getModifiedDate
-
getModifier
-
getNode
-
setNode
-
getName
-
setName
-
getParentNodeId
-
getNameQNameId
-
getContentTypeQNameId
-