|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.ecn.ESIChangeRequestFactory
public class ESIChangeRequestFactory
This class is responsible for creating and persisting a change request.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
WTChangeRequest2 |
create()
Create and persist a new change request. |
protected Category |
getCategory()
Return the category to be assigned to the new change request. |
protected Complexity |
getComplexity()
Return the complexity to be assigned to the new change request. |
protected String |
getDescription()
Return the description to be given to the new change request. |
protected String |
getName()
Return the name to be given to the new change request. |
protected RequestPriority |
getPriority()
Return the priority to be assigned to the new change request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public WTChangeRequest2 create()
throws com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.utl.ESIExceptionprotected String getName()
protected String getDescription()
protected RequestPriority getPriority()
protected Category getCategory()
protected Complexity getComplexity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||