Interface ProjectField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,Field
,ModelObjectReferenceField<Project>
,ScalarField<Project>
- All Known Subinterfaces:
UpdatableProjectField
- Since:
- 3.9.0
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, render
Methods inherited from interface com.polarion.alm.shared.api.model.fields.ModelObjectReferenceField
get
Methods inherited from interface com.polarion.alm.shared.api.model.fields.ScalarField
getIfCan
-
Method Details
-
projectId
- Returns:
- the ID of the
Project
that makes up the value of this field. Throws exception when current user has no permission to read this field or the object is unresolvable - Since:
- 3.19.1
-