com.ptc.windchill.uwgm.proesrv.cache
Class CheckinInstructionCacheAdapter
java.lang.Object
com.ptc.windchill.uwgm.proesrv.cache.RequestCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.IterationRequestCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.WorkspaceIterationRequestCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.WorkableIterationRequestCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.TargetFolderInstructionCacheAdapter
com.ptc.windchill.uwgm.proesrv.cache.CheckinInstructionCacheAdapter
- All Implemented Interfaces:
- CheckinInstructionCache, IterationRequestCache, TargetFolderInstructionCache, WorkspaceIterationRequestCache, WorkspaceRequestCache
- public class CheckinInstructionCacheAdapter
- extends TargetFolderInstructionCacheAdapter
- implements CheckinInstructionCache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mastersToRemove
private WTCollection mastersToRemove
mastersToCheckout
private WTCollection mastersToCheckout
log
private static Log log
- logging
CheckinInstructionCacheAdapter
public CheckinInstructionCacheAdapter()
getMastersToRemove
public WTCollection getMastersToRemove()
- Description copied from interface:
CheckinInstructionCache
- return collection of Masters to remove from WS after checkin
- Specified by:
getMastersToRemove
in interface CheckinInstructionCache
- Returns:
- WTCollection (never NULL)
getMastersToCheckout
public WTCollection getMastersToCheckout()
- Description copied from interface:
CheckinInstructionCache
- return collection of Masters to checkout after checkin
- Specified by:
getMastersToCheckout
in interface CheckinInstructionCache
- Returns:
- WTCollection (never NULL)
validateRequestData
protected void validateRequestData(RequestContext requestContext,
com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
throws RequestValidationException,
UwgmErrorException
- Description copied from class:
TargetFolderInstructionCacheAdapter
- validates TargetFolderRequest data
- Overrides:
validateRequestData
in class TargetFolderInstructionCacheAdapter
- Parameters:
requestContext
- RequestContextuwgmRequest
- UwgmRequest
- Throws:
RequestValidationException
UwgmErrorException