Class NodeWithChildrenEntity

java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.discussion.cannedqueries.NodeWithChildrenEntity
All Implemented Interfaces:
PermissionCheckValue
Direct Known Subclasses:
GetDiscussionTopcisWithPostsCannedQueryParams

public class NodeWithChildrenEntity extends NodeBackedEntity
An extension of a NodeEntity which has the name of all children of it, used with the discussions canned queries. As well as the name comes some auditable information, but not full nodes as we don't do permissions checking on the children.
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • NodeWithChildrenEntity

      public NodeWithChildrenEntity()
      Default constructor
    • NodeWithChildrenEntity

      public NodeWithChildrenEntity(Long parentNodeId, Long nameQNameId, Long contentTypeQNameId, Long childrenTypeQNameId)
      Query constructor
  • Method Details