Interface VariantSpecService


@RemoteInterface public interface VariantSpecService
Checks the given VariantSpec for obsoleteness conditions.

Supported API: true

Extendable: false
  • Method Details

    • createVariantSpec

      @Deprecated VariantSpec createVariantSpec(WTPart part, Map<String,Set<String>> optionChoiceMap, Map<String,String> paramValueMap, com.ptc.wpcfg.variantspec.VariantSpecDataBean data) throws WTException
      Deprecated.
      Creates a variant specification for a part, option to choice map of selected choices in the options filter and parameter value source.

      Supported API: true
      Parameters:
      part - a part
      optionChoiceMap - an option to choice map of selected choices in the options filter
      data - variant spec data
      paramValueSource - a parameter value source object to populate parameters of configurable parts of the structure
      Returns:
      a variant specification
      Throws:
      WTException