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, spaceMethods inherited from interface com.polarion.alm.shared.api.model.document.Document
can, getOldApi, getUpdatable, renderMethods 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, getReference, label, resolveMethods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, historyMethods inherited from interface com.polarion.alm.shared.api.model.UpdatableModelObjectBase
saveMethods inherited from interface com.polarion.alm.shared.api.model.attachment.UpdatableWithAttachments
copyAttachment
-
Method Details
-
items
Description copied from interface:DocumentThe 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
-