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
Supported API: true
Extendable: false
AddUsageConfigCache.AddUsageConfig.Supported API: true
Extendable: false
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHolder 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 TypeMethodDescriptionReturns 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
-
Method Details
-
getConfig
Returns the configurations read from property for a given persistable based on its type. Supported API: true- Overrides:
getConfigin classcom.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
-