Class RemovedUsageDiscrepancy
java.lang.Object
com.ptc.windchill.associativity.reconciliation.AbstractBaseDiscrepancy
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancy2
com.ptc.windchill.associativity.reconciliation.part.RemovedUsageDiscrepancy
- All Implemented Interfaces:
Discrepancy2
Supported API: true A
Discrepancy object for representing removed usage discrepancy data.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ptc.windchill.associativity.reconciliation.Discrepancy2
Discrepancy2.ChangeType, Discrepancy2.Status -
Field Summary
Fields inherited from interface com.ptc.windchill.associativity.reconciliation.Discrepancy2
RECONCILIATION_RESOURCE -
Method Summary
Modifier and TypeMethodDescription
Supported API: truevoidsetRemovedChild(Associative removedChild)
Supported API: truevoidsetRemovedUsage(AssociativeUsageLink removedUsage)
Supported API: trueMethods inherited from class com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancy2
getConsumptionData, getDiscrepantPath, getResolutionAction, getResolvedPath, getTargetPaths, initializeDiscrepancy, setConsumptionData, setDiscreapantPath, setResolutionAction, setResolvedPath, setTargetPathsMethods inherited from class com.ptc.windchill.associativity.reconciliation.AbstractBaseDiscrepancy
getChangeType, getCurrentValue, getDisplayName, getMessages, getPreviousValue, getStatus, getStatusMessage, getUniqueId, setChangeType, setCurrentValue, setPreviousValue, setStatus, setStatusMessageMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ptc.windchill.associativity.reconciliation.Discrepancy2
getCurrentValue, getMessages, getPreviousValue, getStatus, getStatusMessage
-
Method Details
-
getRemovedUsage
Supported API: true- Returns:
- removedUsage
-
setRemovedUsage
Supported API: true- Parameters:
removedUsage-
-
setRemovedChild
Supported API: true- Parameters:
removedChild-
-