Package | Description |
---|---|
com.requirementslive.sdk.api.content |
Provides the classes necessary to create the RQL content API client.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PBLPagePropertiesInfo> |
RqlContentApiClient.listPBLPages(int pageIndex,
int pageSize)
Lists PBL pages.
|
java.util.List<PBLPagePropertiesInfo> |
RqlContentApiClient.listPBLPages(int pageIndex,
int pageSize,
java.lang.Boolean omitVersionIds,
java.lang.Boolean includePblMarkup)
Lists PBL pages and their properties including markup and workflows if desired
|