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