Interface Document
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,ContainedInSpace,HasFields,HasReference<ModelEntityReference>,ModelEntity,ModelEntityBase<Document,,DocumentReference> ModelObject,ModelObjectBase<Document,DocumentReference>
- All Known Subinterfaces:
UpdatableDocument
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncan()fields()com.polarion.alm.tracker.model.IModulegetUpdatable(WriteTransaction transaction) 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.render()Methods inherited from interface com.polarion.alm.shared.api.model.space.ContainedInSpace
getReference, spaceMethods inherited from interface com.polarion.alm.shared.api.model.ModelEntity
equals, hashCode, isUnresolvable, transactionMethods inherited from interface com.polarion.alm.shared.api.model.ModelObject
copyFieldsTo, forget, label, resolveMethods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
-
Method Details
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.IModule getOldApi()- Specified by:
getOldApiin interfaceModelObject
-
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. -
render
-
fields
- Specified by:
fieldsin interfaceHasFields- Specified by:
fieldsin interfaceModelObject
-
can
- Specified by:
canin interfaceModelEntity- Specified by:
canin interfaceModelObject- Since:
- 3.9.1
-