|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BusinessDecisionCategory | |
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 BusinessDecisionCategory in wt.change2 |
Fields in wt.change2 declared as BusinessDecisionCategory | |
private BusinessDecisionCategory |
WTChangeRequest2.theBusinessDecisionCategory
|
static BusinessDecisionCategory |
BusinessDecisionCategory.APPROVED
Supported API: false |
static BusinessDecisionCategory |
BusinessDecisionCategory.REJECTED
Supported API: false |
static BusinessDecisionCategory |
BusinessDecisionCategory.INVESTIGATE
Supported API: false |
Methods in wt.change2 that return BusinessDecisionCategory | |
BusinessDecisionCategory |
WTChangeRequest2.getBusinessDecisionCategory()
Gets the object for the association that plays role: BUSINESS_DECISION_CATEGORY. |
static BusinessDecisionCategory |
BusinessDecisionCategory.newBusinessDecisionCategory(int secretHandshake)
Used by EnumeratedType for constructing instances of BusinessDecisionCategory, from a resource bundle. |
static BusinessDecisionCategory |
BusinessDecisionCategory.toBusinessDecisionCategory(String internal_value)
Returns the BusinessDecisionCategory instance for the internal_value argument. |
static BusinessDecisionCategory |
BusinessDecisionCategory.getBusinessDecisionCategoryDefault()
Returns the default value (instance) for the BusinessDecisionCategory set. |
static BusinessDecisionCategory[] |
BusinessDecisionCategory.getBusinessDecisionCategorySet()
Returns a copy of the set of valid values (instances) for the BusinessDecisionCategory class. |
Methods in wt.change2 with parameters of type BusinessDecisionCategory | |
void |
WTChangeRequest2.setBusinessDecisionCategory(BusinessDecisionCategory a_BusinessDecisionCategory)
Sets the object for the association that plays role: BUSINESS_DECISION_CATEGORY. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |