| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.executionplanning |
This package contains interfaces to access the Execution Planning area of Silk Central (ExecutionPlanningService, previously IExecutionWebservice).
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionNode[] |
ExecutionPlanningService.getChildNodes(java.lang.String sessionId,
int parentNodeId)
Gets the child nodes of a parent node in the execution tree.
|
ExecutionNode |
ExecutionPlanningService.getExecutionRootNode(java.lang.String sessionId,
int projectId)
Searches for the root node in the execution tree.
|
ExecutionNode |
ExecutionPlanningService.getNode(java.lang.String sessionId,
int nodeId)
Gets the node, specified with the nodeId, from the execution tree.
|
ExecutionNode[] |
ExecutionPlanningService.getNodes(java.lang.String sessionId,
int projectId,
java.lang.String name)
Gets an array of
ExecutionNodes, specified with the name of the node. |
| Modifier and Type | Method and Description |
|---|---|
int |
ExecutionPlanningService.addNode(java.lang.String sessionId,
int projectId,
ExecutionNode node,
int parentId)
Adds a node to the execution tree.
|
void |
ExecutionPlanningService.updateNode(java.lang.String sessionId,
ExecutionNode node)
Updates an existing node in the execution tree.
|
Copyright © Micro Focus 2004-2019. All rights reserved.