高级自定义 > 业务逻辑自定义 > 自定义 MPMLink > 比较智能集合的当前修订版本与上一修订版本
比较智能集合的当前修订版本与上一修订版本
通过在 compare 方法中指定参数的值,可以将智能集合的当前版本与先前版本进行比较。此方法可在位于 com/ptc/windchill/associativity/accountabilityAccountabilityService.java 文件中找到。
/**
* Compares a 'current' revision of a Smart Collection with 'previous' revision.
* <BR><BR>
* <B>Supported API: </B>true <BR>
* <BR>
* <B>Extendable: </B>false
* @param params - CompareSCParams containing current and previous Smart Collection revisions
* @return {@link SmartCollectionComparisonResult}
* @throws WTException
*/
public SmartCollectionComparisonResult compare(CompareSCParams params) throws WTException;
这对您有帮助吗?