Interface BaselineCollection
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<BaselineCollection,
,BaselineCollectionReference> ModelObject
,ModelObjectBase<BaselineCollection,
BaselineCollectionReference>
- All Known Subinterfaces:
UpdatableBaselineCollection
public interface BaselineCollection
extends ModelObjectBase<BaselineCollection,BaselineCollectionReference>
- Since:
- 3.20.1
-
Method Summary
Modifier and TypeMethodDescriptionfields()
com.polarion.alm.tracker.model.baselinecollection.IBaselineCollection
getUpdatable
(WriteTransaction transaction) Methods inherited from interface com.polarion.alm.shared.api.model.ModelEntity
equals, hashCode, isUnresolvable, render, transaction
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObject
can, copyFieldsTo, forget, label, resolve
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
-
Method Details
-
fields
- Specified by:
fields
in interfaceHasFields
- Specified by:
fields
in interfaceModelObject
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.baselinecollection.IBaselineCollection getOldApi()- Specified by:
getOldApi
in interfaceModelObject
-