Uses of Class
wt.vc.sessioniteration.SessionIterationEvent

Packages that use SessionIterationEvent
com.ptc.netmarkets.folder   
com.ptc.wvs.server.publish   
 

Uses of SessionIterationEvent in com.ptc.netmarkets.folder
 

Methods in com.ptc.netmarkets.folder with parameters of type SessionIterationEvent
private  void NmFolderCacheHelper.processPostCommitIterationEvent(SessionIterationEvent event)
           
 

Uses of SessionIterationEvent in com.ptc.wvs.server.publish
 

Methods in com.ptc.wvs.server.publish with parameters of type SessionIterationEvent
protected  void StandardPublishService.processMarkupCopyForward(SessionIterationEvent event)
          SINGLE OBJECT VERSION ********************************** protected void processRepresentationCopyForward(Representable oldIteration, Representable newIteration, boolean forceCopyAll, boolean includeAllMarkups, boolean toSandbox, boolean fromSandbox) throws WTException { if( oldIteration == null || newIteration == null ) return; Representable oldRepresentable = PublishUtils.findRepresentable(oldIteration); Representable newRepresentable = PublishUtils.findRepresentable(newIteration); boolean newIterationReset = false; // if this is an EPMDocument, check that there is no WTPart before continuing if( oldIteration instanceof EPMDocument ) { boolean tosandboxcase = false; if(VERBOSE) System.out.println("EPMDOC OLD REPRESENTABLE IS " + oldRepresentable); if( !(oldRepresentable instanceof EPMDocument) ) { // The old EPMDocument has a WTPart, but if the new EPMDocument is in a different container // to the old EPMDocument, then the new EPMDocument is in the sandbox.