| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.tests |
This package contains interfaces to access the Tests area of Silk Central (TestsService, previously IPlanningService).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue[] |
PropertyValue.getChildren()
Gets the children of this property value.
|
PropertyValue |
TestsService.getProperty(java.lang.String sessionId,
int nodeId,
java.lang.String propertyId)
Returns the
PropertyValue associated with a given propertyId and nodeId. |
PropertyValue[] |
PlanningNode.getPropertyValues()
Gets a list of property values for the planning node
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestsService.deleteProperty(java.lang.String sessionId,
PropertyValue property)
Deletes a given property from its associated node.
|
int[] |
TestsService.getNodeIds(java.lang.String sessionId,
PropertyValue property)
Returns an array of Ids of nodes with the specified parameter value.
|
void |
PropertyValue.setChildren(PropertyValue[] children)
Sets the children of this property value.
|
void |
PlanningNode.setPropertyValues(PropertyValue[] propertyValues)
Sets a list of property values for the planning node
|
boolean |
TestsService.updateProperties(java.lang.String sessionId,
PropertyValue[] properties)
Updates all property values in an array.
|
boolean |
TestsService.updateProperty(java.lang.String sessionId,
PropertyValue property)
Updates a node's property.
|
Copyright © Micro Focus 2004-2019. All rights reserved.