public interface NodeService
Node.Node,
ChangeNodeCallback| Modifier and Type | Method and Description |
|---|---|
void |
delete(Node node)
Delete existing
Node. |
Node |
getActualNode()
Get actual node for this application server instance.
|
List<Node> |
getAllNodes()
Get all
Nodes. |
Node |
getNodeById(Long nodeId)
Gets node by identifier.
|
Node |
insert(Node node)
Insert new
Node. |
Node |
update(Node node,
ChangeNodeCallback changeNodeCallback)
Update existing
Node. |
Node update(Node node, ChangeNodeCallback changeNodeCallback)
Node.node - node that will be updatedchangeNodeCallback - callback function in which can be changed all node attributesNodeNode getNodeById(Long nodeId)
nodeId - node identifierNode getActualNode()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.