Class AddUsageConfigCache

java.lang.Object
com.ptc.windchill.associativity.reconciliation.AbstractReconciliationConfigCache
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache

public final class AddUsageConfigCache extends com.ptc.windchill.associativity.reconciliation.AbstractReconciliationConfigCache
The class representing the configurations for the add usage. OOTB some helper methods are given as well as access to raw configurations read via AddUsageConfigCache.AddUsageConfig.

Supported API: true

Extendable: false
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Holder class for the transformation options

    Supported API: true

    Extendable: false
  • Field Summary

    Fields inherited from class com.ptc.windchill.associativity.reconciliation.AbstractReconciliationConfigCache

    attributeToFieldCache, configCache, instanceConfigMap, rangeDelimiter
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the configurations read from property for a given persistable based on its type.

    Methods inherited from class com.ptc.windchill.associativity.reconciliation.AbstractReconciliationConfigCache

    areValuesEqual, cacheBusinessField, cacheBusinessObject, clearCache, getBusinessField, getBusinessField, getBusinessObject, getConfigs, getNewMatchingSourceRules, getNewMatchingSourceRules, getNewMatchingTargetRules, getRangeDelimiter, getTypeName, inflateDownstreamPersistables, inflatePersistables, inflateUpstreamPersistables, isBusinessObjectCached, isValidInstance, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getConfig

      Returns the configurations read from property for a given persistable based on its type. Supported API: true
      Overrides:
      getConfig in class com.ptc.windchill.associativity.reconciliation.AbstractReconciliationConfigCache
      Parameters:
      p - - the persistable whose config should be read
      Returns:
      - the related config, in current flow should never but null.
      Throws:
      WTException