Uses of Class
org.alfresco.rest.api.model.Node
Packages that use Node
Package
Description
-
Uses of Node in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return NodeModifier and TypeMethodDescriptionNodes.createNode
(String parentFolderNodeId, Node nodeInfo, Parameters parameters) Create node - folder or (empty) file.DeletedNodes.getDeletedNode
(String originalId, Parameters parameters, boolean fullnode, Map<String, UserInfo> mapUserInfo) Gets a single deleted node by id.Nodes.getFolderOrDocument
(String nodeId, Parameters parameters) Get the folder or document representation (as appropriate) for the given node.Nodes.getFolderOrDocument
(NodeRef nodeRef, NodeRef parentNodeRef, org.alfresco.service.namespace.QName nodeTypeQName, List<String> includeParam, Map<String, UserInfo> mapUserInfo) Get the folder or document representation (as appropriate) for the given node.Nodes.getFolderOrDocumentFullInfo
(NodeRef nodeRef, NodeRef parentNodeRef, org.alfresco.service.namespace.QName nodeTypeQName, Parameters parameters, Map<String, UserInfo> mapUserInfo) Get the node representation for the given node.Nodes.lock
(String nodeId, LockInfo lockInfo, Parameters parameters) Lock a nodeNodes.moveOrCopyNode
(String sourceNodeId, String parentFolderNodeId, String name, Parameters parameters, boolean isCopy) Move or Copy nodeDeletedNodes.restoreArchivedNode
(String archivedId, NodeTargetAssoc nodeTargetAssoc) Restores a deleted node and returns it.Nodes.unlock
(String nodeId, Parameters parameters) Unlock a nodeNodes.updateContent
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Uploads file content (updates existing node with new content).Nodes.updateNode
(String nodeId, Node entity, Parameters parameters) Update node meta-data.Nodes.upload
(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters) Uploads file content and meta-data into the repository.Methods in org.alfresco.rest.api that return types with arguments of type NodeModifier and TypeMethodDescriptionQueries.findNodes
(Parameters parameters) Find NodesNodes.listChildren
(String parentFolderNodeId, Parameters parameters) Get list of children of a parent folder.DeletedNodes.listDeleted
(Parameters parameters) Lists deleted nodes using a ArchivedNodesCannedQueryMethods in org.alfresco.rest.api with parameters of type NodeModifier and TypeMethodDescriptionNodes.createNode
(String parentFolderNodeId, Node nodeInfo, Parameters parameters) Create node - folder or (empty) file.Nodes.updateNode
(String nodeId, Node entity, Parameters parameters) Update node meta-data. -
Uses of Node in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return NodeModifier and TypeMethodDescriptionNodesImpl.createNode
(String parentFolderNodeId, Node nodeInfo, Parameters parameters) DeletedNodesImpl.getDeletedNode
(String originalId, Parameters parameters, boolean fullnode, Map<String, UserInfo> mapUserInfo) NodesImpl.getFolderOrDocument
(String nodeId, Parameters parameters) NodesImpl.getFolderOrDocument
(NodeRef nodeRef, NodeRef parentNodeRef, org.alfresco.service.namespace.QName nodeTypeQName, List<String> includeParam, Map<String, UserInfo> mapUserInfo) NodesImpl.getFolderOrDocumentFullInfo
(NodeRef nodeRef, NodeRef parentNodeRef, org.alfresco.service.namespace.QName nodeTypeQName, Parameters parameters, Map<String, UserInfo> mapUserInfo) Deprecated.review usage (backward compat')Deprecated.review usage (backward compat')NodesImpl.lock
(String nodeId, LockInfo lockInfo, Parameters parameters) NodesImpl.moveOrCopyNode
(String sourceNodeId, String targetParentId, String name, Parameters parameters, boolean isCopy) DeletedNodesImpl.restoreArchivedNode
(String archivedId, NodeTargetAssoc nodeTargetAssoc) NodesImpl.unlock
(String nodeId, Parameters parameters) NodesImpl.updateContent
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) NodesImpl.updateNode
(String nodeId, Node nodeInfo, Parameters parameters) NodesImpl.upload
(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type NodeModifier and TypeMethodDescriptionQueriesImpl.findNodes
(Parameters parameters) NodesImpl.listChildren
(String parentFolderNodeId, Parameters parameters) DeletedNodesImpl.listDeleted
(Parameters parameters) Methods in org.alfresco.rest.api.impl with parameters of type NodeModifier and TypeMethodDescriptionNodesImpl.createNode
(String parentFolderNodeId, Node nodeInfo, Parameters parameters) protected void
NodesImpl.processNodePermissions
(NodeRef nodeRef, Node nodeInfo) NodesImpl.updateNode
(String nodeId, Node nodeInfo, Parameters parameters) protected NodeRef
NodesImpl.updateNodeImpl
(String nodeId, Node nodeInfo, Parameters parameters) -
Uses of Node in org.alfresco.rest.api.model
Subclasses of Node in org.alfresco.rest.api.modelModifier and TypeClassDescriptionclass
Representation of a document node.class
Representation of a folder node.Methods in org.alfresco.rest.api.model with parameters of type Node -
Uses of Node in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return NodeModifier and TypeMethodDescriptionNodesEntityResource.copyById
(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) NodeChildrenRelation.create
(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse) NodesEntityResource.lock
(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse) NodesEntityResource.moveById
(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse) NodesEntityResource.readById
(String nodeId, Parameters parameters) Returns information regarding the node 'nodeId' - folder or documentNodeVersionsRelation.readById
(String nodeId, String versionId, Parameters parameters) NodeVersionsRelation.revertById
(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse) NodesEntityResource.unlock
(String nodeId, Void ignore, Parameters parameters, WithResponse withResponse) NodesEntityResource.update
(String nodeId, Node nodeInfo, Parameters parameters) Update info on the node 'nodeId' - folder or document Can update name (which is a "rename" and hence must be unique within the current parent folder) or update other properties.NodesEntityResource.updateProperty
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload new version of content This allow binary content update of an existing file/content node.Methods in org.alfresco.rest.api.nodes that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeChildrenRelation.create
(String parentFolderNodeId, List<Node> nodeInfos, Parameters parameters) Create one or more nodes (folder or empty file) below parent folder.protected CollectionWithPagingInfo<Node>
AbstractNodeRelation.listNodeChildAssocs
(List<ChildAssociationRef> childAssocRefs, Parameters parameters, Boolean isPrimary, boolean returnChild) protected CollectionWithPagingInfo<Node>
AbstractNodeRelation.listNodePeerAssocs
(List<AssociationRef> assocRefs, Parameters parameters, boolean returnTarget) NodeChildrenRelation.readAll
(String parentFolderNodeId, Parameters parameters) List folder children - returns a filtered/sorted/paged list of nodes that are immediate children of the parent folderNodeParentsRelation.readAll
(String childNodeId, Parameters parameters) List child node's parent(s) based on (parent ->) child associations.NodeSecondaryChildrenRelation.readAll
(String parentNodeId, Parameters parameters) List secondary children onlyNodeSourcesRelation.readAll
(String targetNodeId, Parameters parameters) List sourcesNodeTargetsRelation.readAll
(String sourceNodeId, Parameters parameters) List targetsNodeVersionsRelation.readAll
(String nodeId, Parameters parameters) List version historyMethods in org.alfresco.rest.api.nodes with parameters of type NodeModifier and TypeMethodDescriptionvoid
NodeVersionsRelation.mapVersionInfo
(Version v, Node aNode, NodeRef nodeRef) NodesEntityResource.update
(String nodeId, Node nodeInfo, Parameters parameters) Update info on the node 'nodeId' - folder or document Can update name (which is a "rename" and hence must be unique within the current parent folder) or update other properties.Method parameters in org.alfresco.rest.api.nodes with type arguments of type Node -
Uses of Node in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl that return NodeModifier and TypeMethodDescriptionResultMapper.getNode
(ResultSetRow aRow, Params params, Map<String, UserInfo> mapUserInfo, boolean isHistory) Builds a node representation based on a ResultSetRow;Methods in org.alfresco.rest.api.search.impl that return types with arguments of type NodeModifier and TypeMethodDescriptionResultMapper.toCollectionWithPagingInfo
(Params params, SearchRequestContext searchRequestContext, SearchQuery searchQuery, ResultSet results) Turns the results into a CollectionWithPagingInfo -
Uses of Node in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that return NodeModifier and TypeMethodDescriptionTrashcanEntityResource.readById
(String nodeId, Parameters parameters) TrashcanEntityResource.restoreDeletedNode
(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse) Methods in org.alfresco.rest.api.trashcan that return types with arguments of type Node