Uses of Class
wt.vc.VersionControlServiceEvent

Packages that use VersionControlServiceEvent
wt.vc
 
 

Uses of VersionControlServiceEvent in wt.vc
 

Methods in wt.vc that return VersionControlServiceEvent
private static VersionControlServiceEvent VersionControlServiceEvent.createSingleObjectMergeEvent(String eventType, Versioned newIter, Versioned source, Versioned destination)
           
private static VersionControlServiceEvent VersionControlServiceEvent.createMultiObjectMergeEvent(String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)
           
private static VersionControlServiceEvent VersionControlServiceEvent.createSingleObjectMergeEvent(String eventType, Versioned newIter, Versioned source, Versioned destination)
           
private static VersionControlServiceEvent VersionControlServiceEvent.createMultiObjectMergeEvent(String eventType, WTValuedMap sourceToDestinationsMap, WTValuedMap sourceToNewIterationsMap, WTValuedMap newIterationToDestinationsMap, WTValuedMap destinationToNewIterationMap)