Interface ModelEntityReference

All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable
All Known Subinterfaces:
ModelObjectReference
All Known Implementing Classes:
BaselineCollectionReference, BaselineReference, BuildReference, CategoryReference, DocumentReference, EnumerationReference, EnumOptionReference, ModelEntityReferenceBase, ModelObjectReferenceBase, ModelObjectReferenceWithUpdatable, PlanReference, ProjectReference, RevisionReference, RichPageReference, SpaceReference, TestRunReference, TimePointReference, UserGroupReference, UserReference, WikiPageReference, WorkItemReference

public interface ModelEntityReference extends com.google.gwt.user.client.rpc.IsSerializable, Serializable
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(ReadOnlyTransaction transaction)
    Returns the entity referenced by this reference.
    Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId'.
    It ignores requested revision.