|
|||||||||||
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.CheckinRequestCache
request cache implementation for Checkin
Field Summary | |
private CreateBaselineCacheAdapter |
baselineAdapter
|
private CheckinInstructionCacheAdapter |
cacheAdapter
|
private static Log |
log
logging |
Fields inherited from class com.ptc.windchill.uwgm.proesrv.cache.ProeServiceRequestCache |
context, infoElements, uwgmRequest |
Constructor Summary | |
CheckinRequestCache(ProeServiceRequest proeServiceRequest)
|
Method Summary | |
CreateBaselineAction.BaselineInfo |
getBaselineInfo()
getBaselineInfo |
WTCollection |
getBaselineIterations()
getBaselineIterations |
EPMWorkspace |
getEpmWorkspace()
|
WTCollection |
getMastersToCheckout()
return collection of Masters to checkout after checkin |
WTCollection |
getMastersToRemove()
return collection of Masters to remove from WS after checkin |
WTValuedMap |
getTargetFolderInstructions()
returns TargetFolderInstruction map [Persistable, Folder] |
void |
validate()
validates request cache |
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 CheckinInstructionCacheAdapter cacheAdapter
private CreateBaselineCacheAdapter baselineAdapter
private static Log log
Constructor Detail |
public CheckinRequestCache(ProeServiceRequest proeServiceRequest)
Method Detail |
public EPMWorkspace getEpmWorkspace()
getEpmWorkspace
in interface WorkspaceRequestCache
public WTValuedMap getTargetFolderInstructions()
TargetFolderInstructionCache
getTargetFolderInstructions
in interface TargetFolderInstructionCache
public void validate() throws RequestValidationException, UwgmErrorException
ProeServiceRequestCache
subclasses should overwrite this and have validation logic inside
validate
in class ProeServiceRequestCache
RequestValidationException
UwgmErrorException
public CreateBaselineAction.BaselineInfo getBaselineInfo()
getBaselineInfo
in interface CreateBaselineCache
public WTCollection getBaselineIterations()
getBaselineIterations
in interface CreateBaselineCache
public WTCollection getMastersToRemove()
getMastersToRemove
in interface CheckinInstructionCache
public WTCollection getMastersToCheckout()
getMastersToCheckout
in interface CheckinInstructionCache
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |