Package org.alfresco.repo.query
Class NodeWithTargetsEntity
java.lang.Object
org.alfresco.repo.query.NodeBackedEntity
org.alfresco.repo.query.NodeWithTargetsEntity
- All Implemented Interfaces:
PermissionCheckValue
- Direct Known Subclasses:
GetChildrenWithTargetAssocsAuditableCannedQueryParams
Parent class of Canned Query Entities which are a
NodeEntity with additional properties- Since:
- 4.0
- Author:
- Nick Burch
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNodeWithTargetsEntity(Long parentNodeId, Long nameQNameId, Long contentTypeQNameId, Long assocTypeId) Query constructor -
Method Summary
Modifier and TypeMethodDescriptionIf set, the ID of the assocation type to limit the target assocs to.voidMethods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
-
Constructor Details
-
Method Details
-
getTargetIds
- Returns:
- Pairs of (Target Node, Assoc Type)
-
setTargets
-
getAssocTypeId
If set, the ID of the assocation type to limit the target assocs to.
-