Interface ReferenceWithUpdatable<U extends ModelEntity>
- All Known Implementing Classes:
BaselineCollectionReference,CategoryReference,DocumentReference,ModelObjectReferenceWithUpdatable,PlanReference,ProjectReference,RichPageReference,ScriptReference,TestRunReference,TimePointReference,UserGroupReference,UserReference,WikiPageReference,WorkItemReference
public interface ReferenceWithUpdatable<U extends ModelEntity>
- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptiongetUpdatable(WriteTransaction transaction) Returns the updatable object, it is shortcut for callingModelObjectReference.getCurrent(ReadOnlyTransaction)and thenModelObject.getUpdatable(WriteTransaction)
-
Method Details