Uses of Class
wt.change2.WTChangeIssue

Packages that use WTChangeIssue
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.change2.process   
 

Uses of WTChangeIssue in wt.change2
 

Methods in wt.change2 that return WTChangeIssue
static WTChangeIssue WTChangeIssue.newWTChangeIssue()
          A no-arg new-factory method to construct an initialized instance of a WTChangeIssue.
static WTChangeIssue WTChangeIssue.newWTChangeIssue(String name)
          A new-factory method that construct an initialized instance of a WTChangeIssue with the given name.
 

Methods in wt.change2 with parameters of type WTChangeIssue
static WTChangeIssueIdentity WTChangeIssueIdentity.newWTChangeIssueIdentity(WTChangeIssue issue)
          

Supported API: false
protected  void WTChangeIssueIdentity.initialize(WTChangeIssue issue)
          Supports initialization, following construction of an instance.
protected  boolean WTChangeIssue.readVersion(WTChangeIssue thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of WTChangeIssue in wt.change2.htmlclient
 

Methods in wt.change2.htmlclient with parameters of type WTChangeIssue
static String ChangeManagementTemplateProcessor.buildUpdateChangeIssueURL(WTChangeIssue object)
          Deprecated. Constructs a URL that links to the Update Change Issue task.
 

Uses of WTChangeIssue in wt.change2.process
 

Methods in wt.change2.process with parameters of type WTChangeIssue
static String ProcessHelper.getIssuePriority(WTChangeIssue cIssue)
          Determine if the passed Change Issue is critical or non-critical.
static Boolean ProcessHelper.checkIssueFormalized(WTChangeIssue cIssue)
          Determine if the passed Change Issue has been formalized into a Change Request.
static String ProcessHelper.checkRequestFinished(WTChangeIssue cIssue)
          Determine if the parent Change Request is in state "Complete" or "Cancelled." Returns ProcessHelper.COMPLETE if the parent Change Request is in state "Complete." Returns ProcessHelper.CANCELLED if the parent Change Request is in state "Cancelled." Returns ProcessHelper.NOT_ASSOCIATED if the Change Issue has no parent Change Request.