Interface Project
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<Project,
,ProjectReference> ModelObject
,ModelObjectBase<Project,
ProjectReference>
- All Known Subinterfaces:
UpdatableProject
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionfields()
com.polarion.alm.projects.model.IProject
getUpdatable
(WriteTransaction transaction) label()
Returns name when it is not empty, otherwise returns id.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, resolve
Methods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
-
Method Details
-
label
Returns name when it is not empty, otherwise returns id. Does not throw exception when this Project is unresolvable or user has no permission to read, but instead just returns the id.- Specified by:
label
in interfaceModelObject
- Since:
- 3.9.2
-
fields
- Specified by:
fields
in interfaceHasFields
- Specified by:
fields
in interfaceModelObject
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.projects.model.IProject getOldApi()- Specified by:
getOldApi
in interfaceModelObject