com.ptc.windchill.uwgm.proesrv.cache
Interface CheckinInstructionCache

All Superinterfaces:
TargetFolderInstructionCache
All Known Implementing Classes:
CheckinInstructionCacheAdapter, CheckinRequestCache

public interface CheckinInstructionCache
extends TargetFolderInstructionCache

CheckinInstruction Cache interface


Method Summary
 WTCollection getMastersToCheckout()
          return collection of Masters to checkout after checkin
 WTCollection getMastersToRemove()
          return collection of Masters to remove from WS after checkin
 
Methods inherited from interface com.ptc.windchill.uwgm.proesrv.cache.TargetFolderInstructionCache
getTargetFolderInstructions
 

Method Detail

getMastersToRemove

public WTCollection getMastersToRemove()
return collection of Masters to remove from WS after checkin

Returns:
WTCollection (never NULL)

getMastersToCheckout

public WTCollection getMastersToCheckout()
return collection of Masters to checkout after checkin

Returns:
WTCollection (never NULL)