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.IModule
getUpdatable
(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, space
Methods inherited from interface com.polarion.alm.shared.api.model.ModelEntity
equals, hashCode, isUnresolvable, transaction
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObject
copyFieldsTo, forget, label, resolve
Methods 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:
getOldApi
in 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:
fields
in interfaceHasFields
- Specified by:
fields
in interfaceModelObject
-
can
- Specified by:
can
in interfaceModelEntity
- Specified by:
can
in interfaceModelObject
- Since:
- 3.9.1
-