Uses of Class
wt.change2.Complexity

Packages that use Complexity
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 Complexity in com.ptc.windchill.esi.ecn
 

Methods in com.ptc.windchill.esi.ecn that return Complexity
protected  Complexity ESIChangeRequestFactory.getComplexity()
          Return the complexity to be assigned to the new change request.
 

Uses of Complexity in wt.change2
 

Fields in wt.change2 declared as Complexity
private  Complexity WTChangeRequest2.theComplexity
           
static Complexity Complexity.SIMPLE
          Static final constant meaning the change is simple (requires a simple approval process).
static Complexity Complexity.COMPLEX
          Static final constant meaning the change is complex (requires a complex approval process).
 

Methods in wt.change2 that return Complexity
 Complexity WTChangeRequest2.getComplexity()
          Gets the object for the association that plays role: COMPLEXITY.
static Complexity Complexity.newComplexity(int secretHandshake)
          Used by EnumeratedType for constructing instances of Complexity, from a resource bundle.
static Complexity Complexity.toComplexity(String internal_value)
          Returns the Complexity instance for the internal_value argument.
static Complexity Complexity.getComplexityDefault()
          Returns the default value (instance) for the Complexity set.
static Complexity[] Complexity.getComplexitySet()
          Returns a copy of the set of valid values (instances) for the Complexity class.
 

Methods in wt.change2 with parameters of type Complexity
 void WTChangeRequest2.setComplexity(Complexity a_Complexity)
          Sets the object for the association that plays role: COMPLEXITY.