|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.uwgm.proesrv.cache.ProeServiceRequestCache
com.ptc.windchill.uwgm.proesrv.request.GetContentDownloadInfoRequestCache
RequestCache for GetContentDownloadInfo UWGM request
Nested Class Summary | |
private class |
GetContentDownloadInfoRequestCache.IterationDataVisitor
Container and Organization collector. |
Field Summary | |
private WTSet |
contents
internal collections for bulk inflation |
private WTKeyedMap |
iterationContentMap
Iteration with Contents Map [EpmDocument, WTList[ConentItems]] |
private WTSet |
iterationsWithoutContent
empty iterations for Warning |
private static Log |
log
logging |
private List |
uwgmMessages
UwgmMessage storage |
Fields inherited from class com.ptc.windchill.uwgm.proesrv.cache.ProeServiceRequestCache |
context, infoElements, uwgmRequest |
Constructor Summary | |
GetContentDownloadInfoRequestCache(GetContentDownloadInfoRequest request)
constructor |
Method Summary | |
WTKeyedMap |
getIterationContents()
returns IterationContens Map as [EpmDocument, WTset[ContentItems]] |
void |
validate()
validates and inflates Iterations from DownloadRequest |
Methods inherited from class com.ptc.windchill.uwgm.proesrv.cache.ProeServiceRequestCache |
addWarning, getMessages, reportMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private List uwgmMessages
private WTKeyedMap iterationContentMap
private WTSet contents
private WTSet iterationsWithoutContent
private static Log log
Constructor Detail |
public GetContentDownloadInfoRequestCache(GetContentDownloadInfoRequest request)
request
- GetContentDownloadInfoRequestMethod Detail |
public void validate() throws RequestValidationException, UwgmErrorException
validate
in class ProeServiceRequestCache
RequestValidationException
UwgmErrorException
public WTKeyedMap getIterationContents()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |