Interface WorkItem
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,HasFields
,HasReference<ModelEntityReference>
,ModelEntity
,ModelEntityBase<WorkItem,
,WorkItemReference> ModelObject
,ModelObjectBase<WorkItem,
WorkItemReference>
- All Known Subinterfaces:
UpdatableWorkItem
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptioncan()
fields()
com.polarion.alm.tracker.model.IWorkItem
getUpdatable
(WriteTransaction transaction) render()
testCase()
Returns test case specific view of this work item.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
copyFieldsTo, forget, label, 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
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.IWorkItem getOldApi()- Specified by:
getOldApi
in interfaceModelObject
-
render
-
can
- Specified by:
can
in interfaceModelEntity
- Specified by:
can
in interfaceModelObject
- Since:
- 3.9.1
-
testCase
Returns test case specific view of this work item.- Since:
- 3.9.2