JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.polarion.alm.shared.api.model.document.DocumentWorkItems
Packages that use
DocumentWorkItems
Package
Description
com.polarion.alm.shared.api.model.document
Uses of
DocumentWorkItems
in
com.polarion.alm.shared.api.model.document
Subinterfaces of
DocumentWorkItems
in
com.polarion.alm.shared.api.model.document
Modifier and Type
Interface
Description
interface
UpdatableDocumentWorkItems
Methods in
com.polarion.alm.shared.api.model.document
that return
DocumentWorkItems
Modifier and Type
Method
Description
DocumentWorkItems
Document.
items
()
The returned instances allows iterating over all Work Items from the document (even the unreferenced) and contains other helper methods related to Work Items
The iterator never returns null value.