|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.ecn.ESIChangeRequestFactory
This class is responsible for creating and persisting a change request.
Supported API: true
Extendable: true
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Constructor Summary | |
ESIChangeRequestFactory()
|
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public ESIChangeRequestFactory()
Method Detail |
public WTChangeRequest2 create() throws ESIException
ESIException
protected 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 |