Uses of Class
wt.conflict.ConflictException

Packages that use ConflictException
com.ptc.windchill.uwgm.common.conflict   
com.ptc.windchill.uwgm.proesrv.cache   
wt.dataops.archive   
wt.dataops.containermove   
wt.epm.util   
wt.epm.workspaces   
wt.ixb.conflictFramework.conflictResolution   
 

Uses of ConflictException in com.ptc.windchill.uwgm.common.conflict
 

Subclasses of ConflictException in com.ptc.windchill.uwgm.common.conflict
 class UwgmConflictException
          Exception to carry ConflictElements
 

Constructors in com.ptc.windchill.uwgm.common.conflict with parameters of type ConflictException
UwgmConflictException(ConflictException conflictException)
          copy constructor from ConflictException
 

Uses of ConflictException in com.ptc.windchill.uwgm.proesrv.cache
 

Methods in com.ptc.windchill.uwgm.proesrv.cache that throw ConflictException
 EPMAuthoringAppVersion AuthoringAppVersionCache.getEPMAuthoringAppVersion(String versionName)
          returns EPMAuthoringAppVersion for versionName
static EPMAuthoringAppVersion AuthoringAppVersionCache.getEPMAuthoringAppVersion(EPMAuthoringAppType authoringAppType, int versionNumber, String versionName)
          returns EPMAuthoringAppVersion by authoringAppType, versionNumber and versionName
 

Uses of ConflictException in wt.dataops.archive
 

Subclasses of ConflictException in wt.dataops.archive
 class ArchiveException
          

Supported API: false

Extendable: false
 

Uses of ConflictException in wt.dataops.containermove
 

Subclasses of ConflictException in wt.dataops.containermove
 class MoveConflictException
          

Supported API: false

Extendable: false
 

Uses of ConflictException in wt.epm.util
 

Methods in wt.epm.util that throw ConflictException
 void EPMOverridableActions.EPMOverridableActionImpl.validateAction(WTCollection targets)
          Validates the action for specified targets.
 void EPMOverridableActions.EPMOverridableActionImpl.validateAction()
          Validates the action for specified targets.
 void EPMOverridableAction.validateAction(WTCollection targets)
          Validates the action for specified targets.
 

Uses of ConflictException in wt.epm.workspaces
 

Methods in wt.epm.workspaces that throw ConflictException
(package private) static WTValuedMap WorkspaceCheckoutManager.checkout(EPMWorkspace workspace, WTCollection toCheckout, String comment)
          Checks out the given collection of EPMDocuments and WTParts to the specified workspace.
private static void WorkspaceCheckoutManager.isNonLatestConflictOverridden(EPMWorkspace workspace, WTCollection documents)
          Verify if user has specified to override NONLATEST_ITERATION_CHECKOUT conflict
 

Uses of ConflictException in wt.ixb.conflictFramework.conflictResolution
 

Subclasses of ConflictException in wt.ixb.conflictFramework.conflictResolution
 class IXConflictException