|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
com.ptc.windchill.esi.ecn | |
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 Category in com.ptc.windchill.esi.ecn |
Methods in com.ptc.windchill.esi.ecn that return Category | |
protected Category |
ESIChangeRequestFactory.getCategory()
Return the category to be assigned to the new change request. |
Uses of Category in wt.change2 |
Fields in wt.change2 declared as Category | |
private Category |
WTChangeRequest2.theCategory
|
private Category |
WTChangeIssue.theCategory
|
static Category |
Category.SAFETY_ISSUE
Affects safety. |
static Category |
Category.COST_REDUCTION
Opportunity to reduce costs. |
static Category |
Category.DESIGN_ISSUE
Design needs improvement. |
static Category |
Category.QUALITY_IMPROVEMENT
Quality needs improvement. |
static Category |
Category.DOCUMENTATION_ISSUE
Documentation issue Supported API: true |
static Category |
Category.PRODUCT_IMPROVEMENT
Improvement to the product. |
static Category |
Category.OTHER
Catch all for other issues. |
Methods in wt.change2 that return Category | |
Category |
WTChangeRequest2.getCategory()
Gets the object for the association that plays role: CATEGORY. |
Category |
WTChangeIssue.getCategory()
Gets the object for the association that plays role: CATEGORY. |
static Category |
Category.newCategory(int secretHandshake)
Used by EnumeratedType for constructing instances of Category, from a resource bundle. |
static Category |
Category.toCategory(String internal_value)
Returns the Category instance for the internal_value argument. |
static Category |
Category.getCategoryDefault()
Returns the default value (instance) for the Category set. |
static Category[] |
Category.getCategorySet()
Returns a copy of the set of valid values (instances) for the Category class. |
Methods in wt.change2 with parameters of type Category | |
void |
WTChangeRequest2.setCategory(Category a_Category)
Sets the object for the association that plays role: CATEGORY. |
void |
WTChangeIssue.setCategory(Category a_Category)
Sets the object for the association that plays role: CATEGORY. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |