Interface ILinkedWorkItemStruct

All Superinterfaces:
IChangeGenerator, IChangeListener, IHasCustomValues, IHasValues, IStructure

public interface ILinkedWorkItemStruct extends IStructure
The typed interface for the work item link structure. The work item and role fields are read-only, since they together form the primary key of this structure.
Author:
dobisekm
  • Field Details

  • Method Details

    • getLinkedItem

      IWorkItem getLinkedItem()
    • getLinkRole

      ILinkRoleOpt getLinkRole()
    • isSuspect

      boolean isSuspect()
    • setSuspect

      void setSuspect(boolean value)
    • getRevision

      String getRevision()
      Returns the string identifier of pinned revision, or null if link is not pinned.
    • setRevision

      void setRevision(String revision)
      Sets or clears the pinned revision.
      Parameters:
      revision - string identifier of pinned revision, or null to clear the pinned revision