Uses of Class
org.alfresco.rest.api.model.Node
-
Packages that use Node Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.nodes org.alfresco.rest.api.search.impl org.alfresco.rest.api.trashcan -
-
Uses of Node in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Node Modifier and Type Method Description NodeNodes. createNode(String parentFolderNodeId, Node nodeInfo, Parameters parameters)Create node - folder or (empty) file.NodeDeletedNodes. getDeletedNode(String originalId, Parameters parameters, boolean fullnode, Map<String,UserInfo> mapUserInfo)Gets a single deleted node by id.NodeNodes. getFolderOrDocument(String nodeId, Parameters parameters)Get the folder or document representation (as appropriate) for the given node.NodeNodes. getFolderOrDocument(NodeRef nodeRef, NodeRef parentNodeRef, QName nodeTypeQName, List<String> includeParam, Map<String,UserInfo> mapUserInfo)Get the folder or document representation (as appropriate) for the given node.NodeNodes. getFolderOrDocumentFullInfo(NodeRef nodeRef, NodeRef parentNodeRef, QName nodeTypeQName, Parameters parameters, Map<String,UserInfo> mapUserInfo)NodeNodes. getNode(String nodeId)Get the node representation for the given node.NodeNodes. lock(String nodeId, LockInfo lockInfo, Parameters parameters)Lock a nodeNodeNodes. moveOrCopyNode(String sourceNodeId, String parentFolderNodeId, String name, Parameters parameters, boolean isCopy)Move or Copy nodeNodeDeletedNodes. restoreArchivedNode(String archivedId, NodeTargetAssoc nodeTargetAssoc)Restores a deleted node and returns it.NodeNodes. unlock(String nodeId, Parameters parameters)Unlock a nodeNodeNodes. updateContent(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters)Uploads file content (updates existing node with new content).NodeNodes. updateNode(String nodeId, Node entity, Parameters parameters)Update node meta-data.NodeNodes. 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 Node Modifier and Type Method Description CollectionWithPagingInfo<Node>Queries. findNodes(Parameters parameters)Find NodesCollectionWithPagingInfo<Node>Nodes. listChildren(String parentFolderNodeId, Parameters parameters)Get list of children of a parent folder.CollectionWithPagingInfo<Node>DeletedNodes. listDeleted(Parameters parameters)Lists deleted nodes using a ArchivedNodesCannedQueryMethods in org.alfresco.rest.api with parameters of type Node Modifier and Type Method Description NodeNodes. createNode(String parentFolderNodeId, Node nodeInfo, Parameters parameters)Create node - folder or (empty) file.NodeNodes. 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 Node Modifier and Type Method Description NodeNodesImpl. createNode(String parentFolderNodeId, Node nodeInfo, Parameters parameters)NodeDeletedNodesImpl. getDeletedNode(String originalId, Parameters parameters, boolean fullnode, Map<String,UserInfo> mapUserInfo)NodeNodesImpl. getFolderOrDocument(String nodeId, Parameters parameters)NodeNodesImpl. getFolderOrDocument(NodeRef nodeRef, NodeRef parentNodeRef, QName nodeTypeQName, List<String> includeParam, Map<String,UserInfo> mapUserInfo)NodeNodesImpl. getFolderOrDocumentFullInfo(NodeRef nodeRef, NodeRef parentNodeRef, QName nodeTypeQName, Parameters parameters, Map<String,UserInfo> mapUserInfo)NodeNodesImpl. getNode(String nodeId)Deprecated.review usage (backward compat')NodeNodesImpl. getNode(NodeRef nodeRef)Deprecated.review usage (backward compat')NodeNodesImpl. lock(String nodeId, LockInfo lockInfo, Parameters parameters)NodeNodesImpl. moveOrCopyNode(String sourceNodeId, String targetParentId, String name, Parameters parameters, boolean isCopy)NodeDeletedNodesImpl. restoreArchivedNode(String archivedId, NodeTargetAssoc nodeTargetAssoc)NodeNodesImpl. unlock(String nodeId, Parameters parameters)NodeNodesImpl. updateContent(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters)NodeNodesImpl. updateNode(String nodeId, Node nodeInfo, Parameters parameters)NodeNodesImpl. 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 Node Modifier and Type Method Description CollectionWithPagingInfo<Node>QueriesImpl. findNodes(Parameters parameters)CollectionWithPagingInfo<Node>NodesImpl. listChildren(String parentFolderNodeId, Parameters parameters)CollectionWithPagingInfo<Node>DeletedNodesImpl. listDeleted(Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type Node Modifier and Type Method Description NodeNodesImpl. createNode(String parentFolderNodeId, Node nodeInfo, Parameters parameters)protected voidNodesImpl. processNodePermissions(NodeRef nodeRef, Node nodeInfo)NodeNodesImpl. updateNode(String nodeId, Node nodeInfo, Parameters parameters)protected NodeRefNodesImpl. updateNodeImpl(String nodeId, Node nodeInfo, Parameters parameters) -
Uses of Node in org.alfresco.rest.api.model
Subclasses of Node in org.alfresco.rest.api.model Modifier and Type Class Description classDocumentRepresentation of a document node.classFolderRepresentation of a folder node.Methods in org.alfresco.rest.api.model with parameters of type Node Modifier and Type Method Description intNode. compareTo(Node node) -
Uses of Node in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return Node Modifier and Type Method Description NodeNodesEntityResource. copyById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)NodeNodeChildrenRelation. create(String parentFolderNodeId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. lock(String nodeId, LockInfo lockInfo, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. moveById(String nodeId, NodeTarget target, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. readById(String nodeId, Parameters parameters)Returns information regarding the node 'nodeId' - folder or documentNodeNodeVersionsRelation. readById(String nodeId, String versionId, Parameters parameters)NodeNodeVersionsRelation. revertById(String nodeId, String versionId, VersionOptions versionOptions, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. unlock(String nodeId, Void ignore, Parameters parameters, WithResponse withResponse)NodeNodesEntityResource. 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.NodeNodesEntityResource. 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 Node Modifier and Type Method Description List<Node>NodeChildrenRelation. 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)CollectionWithPagingInfo<Node>NodeChildrenRelation. readAll(String parentFolderNodeId, Parameters parameters)List folder children - returns a filtered/sorted/paged list of nodes that are immediate children of the parent folderCollectionWithPagingInfo<Node>NodeParentsRelation. readAll(String childNodeId, Parameters parameters)List child node's parent(s) based on (parent ->) child associations.CollectionWithPagingInfo<Node>NodeSecondaryChildrenRelation. readAll(String parentNodeId, Parameters parameters)List secondary children onlyCollectionWithPagingInfo<Node>NodeSourcesRelation. readAll(String targetNodeId, Parameters parameters)List sourcesCollectionWithPagingInfo<Node>NodeTargetsRelation. readAll(String sourceNodeId, Parameters parameters)List targetsCollectionWithPagingInfo<Node>NodeVersionsRelation. readAll(String nodeId, Parameters parameters)List version historyMethods in org.alfresco.rest.api.nodes with parameters of type Node Modifier and Type Method Description voidNodeVersionsRelation. mapVersionInfo(Version v, Node aNode, NodeRef nodeRef)NodeNodesEntityResource. 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 Modifier and Type Method Description List<Node>NodeChildrenRelation. create(String parentFolderNodeId, List<Node> nodeInfos, Parameters parameters)Create one or more nodes (folder or empty file) below parent folder. -
Uses of Node in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl that return Node Modifier and Type Method Description NodeResultMapper. 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 Node Modifier and Type Method Description CollectionWithPagingInfo<Node>ResultMapper. 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 Node Modifier and Type Method Description NodeTrashcanEntityResource. readById(String nodeId, Parameters parameters)NodeTrashcanEntityResource. restoreDeletedNode(String nodeId, NodeTargetAssoc nodeTargetAssoc, Parameters parameters, WithResponse withResponse)Methods in org.alfresco.rest.api.trashcan that return types with arguments of type Node Modifier and Type Method Description CollectionWithPagingInfo<Node>TrashcanEntityResource. readAll(Parameters params)
-