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()copyFieldsTo(UpdatableModelObject target) fields()com.polarion.alm.tracker.model.IWorkItemgetUpdatable(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, transactionMethods inherited from interface com.polarion.alm.shared.api.model.ModelObject
forget, label, resolveMethods inherited from interface com.polarion.alm.shared.api.model.ModelObjectBase
getReference, getReferenceToCurrent, history
-
Method Details
-
fields
- Specified by:
fieldsin interfaceHasFields- Specified by:
fieldsin interfaceModelObject
-
getOldApi
@NotNull @GwtIncompatible com.polarion.alm.tracker.model.IWorkItem getOldApi()- Specified by:
getOldApiin interfaceModelObject
-
render
-
can
- Specified by:
canin interfaceModelEntity- Specified by:
canin interfaceModelObject- Since:
- 3.9.1
-
testCase
Returns test case specific view of this work item.- Since:
- 3.9.2