Package | Description |
---|---|
com.requirementslive.sdk.api.content |
Provides the classes necessary to create the RQL content API client.
|
Modifier and Type | Method and Description |
---|---|
PBLPageInfo |
RqlContentApiClient.getPBLPageInfo(java.lang.String pageName)
Gets the PBL page info about the specified page.
|
PBLPageInfo |
RqlContentApiClient.getPBLPageInfo(java.lang.String pageName,
java.lang.Boolean omitVersionId)
Gets the PBL page info about the specified page.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PBLPageInfo> |
RqlContentApiClient.getPBLPages(java.lang.String appName,
java.lang.Boolean isWorkbook)
Returns a list of PBL page info for the pages associated with the specified app or workbook.
|