Class NodeWithTargetsEntity

java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.query.NodeWithTargetsEntity
All Implemented Interfaces:
PermissionCheckValue
Direct Known Subclasses:
GetChildrenWithTargetAssocsAuditableCannedQueryParams

public class NodeWithTargetsEntity extends NodeBackedEntity
Parent class of Canned Query Entities which are a NodeEntity with additional properties
Since:
4.0
Author:
Nick Burch
  • Constructor Details

    • NodeWithTargetsEntity

      public NodeWithTargetsEntity()
      Default constructor
    • NodeWithTargetsEntity

      public NodeWithTargetsEntity(Long parentNodeId, Long nameQNameId, Long contentTypeQNameId, Long assocTypeId)
      Query constructor
  • Method Details