public class NodeWithTargetsEntity extends NodeBackedEntity
NodeEntity
with additional propertiesModifier and Type | Class and Description |
---|---|
static class |
NodeWithTargetsEntity.TargetAndTypeId |
Constructor and Description |
---|
NodeWithTargetsEntity()
Default constructor
|
NodeWithTargetsEntity(Long parentNodeId,
Long nameQNameId,
Long contentTypeQNameId,
Long assocTypeId)
Query constructor
|
Modifier and Type | Method and Description |
---|---|
Long |
getAssocTypeId()
If set, the ID of the assocation type to limit
the target assocs to.
|
List<NodeWithTargetsEntity.TargetAndTypeId> |
getTargetIds() |
void |
setTargets(List<NodeWithTargetsEntity.TargetAndTypeId> targets) |
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
public List<NodeWithTargetsEntity.TargetAndTypeId> getTargetIds()
public void setTargets(List<NodeWithTargetsEntity.TargetAndTypeId> targets)
public Long getAssocTypeId()
Copyright © 2005–2017 Alfresco Software. All rights reserved.