| Package | Description |
|---|---|
| com.microfocus.silkcentral.webservices.requirements |
This package contains interfaces to access the Requirements area of Silk Central (RequirementsService, previously RMservice).
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
RequirementsService.getProperty(java.lang.String sessionId,
int requirementId,
java.lang.String propertyId)
This method returns the property value for a provided property ID and requirement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementsService.updateProperties(java.lang.String sessionId,
int requirementId,
PropertyValue[] properties)
This method updates all provided property values.
|
java.lang.String |
RequirementsService.updateProperty(java.lang.String sessionId,
int requirementId,
PropertyValue property)
This method updates the property value.
|
Copyright © Micro Focus 2004-2019. All rights reserved.