|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IssuePriority | |
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. |
Uses of IssuePriority in wt.change2 |
Fields in wt.change2 declared as IssuePriority | |
private IssuePriority |
WTChangeIssue.theIssuePriority
|
static IssuePriority |
IssuePriority.HIGH
Static final constant Supported API: true |
static IssuePriority |
IssuePriority.MEDIUM
Static final constant Supported API: true |
static IssuePriority |
IssuePriority.LOW
Static final constant Supported API: true |
static IssuePriority |
IssuePriority.EMERGENCY
Static final constant Supported API: true |
Methods in wt.change2 that return IssuePriority | |
IssuePriority |
WTChangeIssue.getIssuePriority()
Gets the object for the association that plays role: ISSUE_PRIORITY. |
static IssuePriority |
IssuePriority.newIssuePriority(int secretHandshake)
Used by EnumeratedType for constructing instances of IssuePriority, from a resource bundle. |
static IssuePriority |
IssuePriority.toIssuePriority(String internal_value)
Returns the IssuePriority instance for the internal_value argument. |
static IssuePriority |
IssuePriority.getIssuePriorityDefault()
Returns the default value (instance) for the IssuePriority set. |
static IssuePriority[] |
IssuePriority.getIssuePrioritySet()
Returns a copy of the set of valid values (instances) for the IssuePriority class. |
Methods in wt.change2 with parameters of type IssuePriority | |
void |
WTChangeIssue.setIssuePriority(IssuePriority a_IssuePriority)
Sets the object for the association that plays role: ISSUE_PRIORITY. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |