Interface TimePoint
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<TimePoint,
,TimePointReference> ModelObject
,ModelObjectBase<TimePoint,
TimePointReference>
- All Known Subinterfaces:
UpdatableTimePoint
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionfields()
com.polarion.alm.tracker.model.ITimePoint
getUpdatable
(WriteTransaction transaction) label()
Returns name when it is not empty, otherwise returns id.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
can, copyFieldsTo, forget, 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
-
label
Returns name when it is not empty, otherwise returns id. Does not throw exception when the Time Point is unresolvable or user has no permission to read, but instead just returns the id.- Specified by:
label
in interfaceModelObject
-
render
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.ITimePoint getOldApi()- Specified by:
getOldApi
in interfaceModelObject