Uses of Class
org.alfresco.repo.query.NodeBackedEntity
-
-
Uses of NodeBackedEntity in org.alfresco.repo.blog.cannedqueries
Subclasses of NodeBackedEntity in org.alfresco.repo.blog.cannedqueries Modifier and Type Class Description classBlogEntityBlog Entity - used by GetBlogs CQclassDraftsAndPublishedBlogPostsCannedQueryParamsParameters forDraftsAndPublishedBlogPostsCannedQuery.classGetBlogPostsCannedQueryParamsParameter objects forGetBlogPostsCannedQuery. -
Uses of NodeBackedEntity in org.alfresco.repo.calendar.cannedqueries
Subclasses of NodeBackedEntity in org.alfresco.repo.calendar.cannedqueries Modifier and Type Class Description classCalendarEntityCalendar Entity - low level representation of parts of aCalendarEntry- used by GetCalendarEntries Canned QueryclassGetCalendarEntriesCannedQueryParamsParameter objects forGetCalendarEntriesCannedQuery. -
Uses of NodeBackedEntity in org.alfresco.repo.discussion.cannedqueries
Subclasses of NodeBackedEntity in org.alfresco.repo.discussion.cannedqueries Modifier and Type Class Description classGetDiscussionTopcisWithPostsCannedQueryParamsParameter objects forGetDiscussionTopcisWithPostsCannedQuery.classNodeWithChildrenEntityAn extension of aNodeEntitywhich has the name of all children of it, used with the discussions canned queries. -
Uses of NodeBackedEntity in org.alfresco.repo.download.cannedquery
Subclasses of NodeBackedEntity in org.alfresco.repo.download.cannedquery Modifier and Type Class Description classDownloadEntityDownload Entity - used by GetDownloads CQclassGetDownloadsCannedQueryParamsQuery parameters for GetDownloadsCannedQuery -
Uses of NodeBackedEntity in org.alfresco.repo.node.archive
Subclasses of NodeBackedEntity in org.alfresco.repo.node.archive Modifier and Type Class Description classArchivedNodeEntityArchivedNodes Entity - used by GetArchivedNodes CQclassGetArchivedNodesCannedQueryParamsParameter object forGetArchivedNodesCannedQuery. -
Uses of NodeBackedEntity in org.alfresco.repo.node.getchildren
Subclasses of NodeBackedEntity in org.alfresco.repo.node.getchildren Modifier and Type Class Description classGetChildrenAuditableCannedQueryParamsParameter objects forGetChildrenAuditableCannedQuery.classGetChildrenWithTargetAssocsAuditableCannedQueryParamsParameter objects forGetChildrenWithTargetAssocsAuditableCannedQuery.Methods in org.alfresco.repo.node.getchildren that return types with arguments of type NodeBackedEntity Modifier and Type Method Description CannedQuery<NodeBackedEntity>GetChildrenAuditableCannedQueryFactory. getCannedQuery(CannedQueryParameters parameters)CannedQuery<NodeBackedEntity>GetChildrenAuditableCannedQueryFactory. getCannedQuery(NodeRef parentNodeRef, QName contentType, String createdBy, Date createdFrom, Date createdTo, String modifiedBy, Date modifiedFrom, Date modifiedTo, CannedQuerySortDetails sortDetails, PagingRequest pagingReq)protected List<NodeBackedEntity>GetChildrenAuditableCannedQuery. queryAndFilter(CannedQueryParameters parameters)Constructor parameters in org.alfresco.repo.node.getchildren with type arguments of type NodeBackedEntity Constructor Description GetChildrenAuditableCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<NodeBackedEntity> methodSecurity, CannedQueryParameters params) -
Uses of NodeBackedEntity in org.alfresco.repo.query
Subclasses of NodeBackedEntity in org.alfresco.repo.query Modifier and Type Class Description classNodeWithTargetsEntityParent class of Canned Query Entities which are aNodeEntitywith additional propertiesMethods in org.alfresco.repo.query with parameters of type NodeBackedEntity Modifier and Type Method Description protected ComparableAbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator. getProperty(NodeBackedEntity entity)
-