Interface User
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<User,
,UserReference> ModelObject
,ModelObjectBase<User,
UserReference>
- All Known Subinterfaces:
UpdatableUser
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionfields()
com.polarion.alm.projects.model.IUser
getUpdatable
(WriteTransaction transaction) label()
Returns some non empty user friendly label of the object.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
Description copied from interface:ModelObject
Returns some non empty user friendly label of the object. It does not throw exception when the object is unresolvable or user has no permission to read it, but instead just returns the id.- Specified by:
label
in interfaceModelObject
-
fields
- Specified by:
fields
in interfaceHasFields
- Specified by:
fields
in interfaceModelObject
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.projects.model.IUser getOldApi()- Specified by:
getOldApi
in interfaceModelObject