Interface UpdatableDocument
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,ContainedInSpace
,Document
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<Document,
,DocumentReference> ModelObject
,ModelObjectBase<Document,
,DocumentReference> UpdatableModelObject
,UpdatableModelObjectBase<Document,
,DocumentReference> UpdatableWithAttachments<DocumentAttachmentReference>
public interface UpdatableDocument
extends Document, UpdatableModelObjectBase<Document,DocumentReference>, UpdatableWithAttachments<DocumentAttachmentReference>
- Since:
- 3.9.0
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.space.ContainedInSpace
getReference, space
Methods inherited from interface com.polarion.alm.shared.api.model.document.Document
can, getOldApi, getUpdatable, render
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, getReference, label, resolve
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
Methods inherited from interface com.polarion.alm.shared.api.model.UpdatableModelObjectBase
save
Methods inherited from interface com.polarion.alm.shared.api.model.attachment.UpdatableWithAttachments
copyAttachment
-
Method Details
-
items
Description copied from interface:Document
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. -
fields
-