|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InfoElement in com.ptc.windchill.uwgm.common.conflict |
Subclasses of InfoElement in com.ptc.windchill.uwgm.common.conflict | |
class |
ErrorElement
Error element to report Error messages |
Methods in com.ptc.windchill.uwgm.common.conflict that return InfoElement | |
static InfoElement |
InfoElementFactory.createInfo(WTMessage wtMessage,
WTCollection wtObjects)
creates InfoElement category "Info" with given WTMessage and collection of Persistable objects |
static InfoElement |
InfoElementFactory.createInfo(WTMessage wtMessage)
creates InfoElement category "Info" with given WTMessage |
static InfoElement |
InfoElementFactory.createWarning(WTMessage wtMessage,
WTCollection wtObjects)
creates InfoElement category "Warning" with given WTMessage and collection of Persistable objects |
static InfoElement |
InfoElementFactory.createWarning(WTMessage wtMessage)
creates InfoElement category "Warning" with given WTMessage |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
WTMessage wtMessage,
WTCollection wtObjects)
internal method to create InfoElement with Category, WTMessage and Persistables |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
String message,
WTCollection wtObjects)
internal method to create InfoElement with Category, Message and Persistables |
Methods in com.ptc.windchill.uwgm.common.conflict with parameters of type InfoElement | |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
WTMessage wtMessage,
WTCollection wtObjects)
internal method to create InfoElement with Category, WTMessage and Persistables |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
String message,
WTCollection wtObjects)
internal method to create InfoElement with Category, Message and Persistables |
Uses of InfoElement in com.ptc.windchill.uwgm.proesrv |
Methods in com.ptc.windchill.uwgm.proesrv with parameters of type InfoElement | |
protected void |
ProeServiceRequest.reportMessage(InfoElement message)
Report Info/Warning message |
protected void |
ProeServiceRequest.reportMessages(InfoElement[] messages)
Report Info/Warning messages |
Uses of InfoElement in com.ptc.windchill.uwgm.proesrv.action |
Methods in com.ptc.windchill.uwgm.proesrv.action that return InfoElement | |
InfoElement[] |
UwgmAction.getWarnings()
returns List of warning InfoMessages |
InfoElement[] |
UwgmAction.getWarnings()
returns List of warning InfoMessages |
Methods in com.ptc.windchill.uwgm.proesrv.action with parameters of type InfoElement | |
protected void |
UwgmAction.addWarning(InfoElement warning)
|
protected void |
UwgmAction.addWarning(InfoElement warning)
|
Uses of InfoElement in com.ptc.windchill.uwgm.proesrv.cache |
Methods in com.ptc.windchill.uwgm.proesrv.cache that return InfoElement | |
InfoElement[] |
ProeServiceRequestCache.getMessages()
Deprecated. |
Methods in com.ptc.windchill.uwgm.proesrv.cache with parameters of type InfoElement | |
protected void |
ProeServiceRequestCache.addWarning(InfoElement warning)
adds Warning InfoElement |
protected void |
ProeServiceRequestCache.reportMessage(InfoElement message)
adds Warning/Info InfoElement |
void |
EpmUploadRequestCache.reportMessage(InfoElement message)
|
Uses of InfoElement in com.ptc.windchill.uwgm.proesrv.conflict |
Methods in com.ptc.windchill.uwgm.proesrv.conflict with parameters of type InfoElement | |
static com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage |
UwgmMessageFactory.createUwgmMessage(InfoElement infoMessage,
Locale locale)
creates UwgmMessage for InfoElement |
Uses of InfoElement in com.ptc.windchill.uwgm.proesrv.rrc |
Methods in com.ptc.windchill.uwgm.proesrv.rrc that return InfoElement | |
InfoElement[] |
RequestResultCache.getInfoElements()
All info and warning mesages collected during post-processing. |
Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type InfoElement | |
(package private) void |
RequestResultCache.addInfoElement(InfoElement message)
|
Uses of InfoElement in wt.conflict |
Methods in wt.conflict with parameters of type InfoElement | |
protected boolean |
InfoElement.readVersion(InfoElement thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of InfoElement in wt.epm.conflict |
Subclasses of InfoElement in wt.epm.conflict | |
class |
EPMErrorElement
Supported API: false Extendable: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |