Class PassThroughItemMeta

java.lang.Object
cdm.product.template.meta.PassThroughItemMeta
All Implemented Interfaces:
com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>

@RosettaMeta(model=PassThroughItem.class) public class PassThroughItemMeta extends Object implements com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
Version:
5.30.0
  • Constructor Details

    • PassThroughItemMeta

      public PassThroughItemMeta()
  • Method Details

    • dataRules

      public List<com.rosetta.model.lib.validation.Validator<? super PassThroughItem>> dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      dataRules in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • getQualifyFunctions

      public List<Function<? super PassThroughItem,com.rosetta.model.lib.qualify.QualifyResult>> getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory)
      Specified by:
      getQualifyFunctions in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • validator

      public com.rosetta.model.lib.validation.Validator<? super PassThroughItem> validator(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      validator in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • typeFormatValidator

      public com.rosetta.model.lib.validation.Validator<? super PassThroughItem> typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory)
      Specified by:
      typeFormatValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • validator

      @Deprecated public com.rosetta.model.lib.validation.Validator<? super PassThroughItem> validator()
      Deprecated.
      Specified by:
      validator in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • typeFormatValidator

      @Deprecated public com.rosetta.model.lib.validation.Validator<? super PassThroughItem> typeFormatValidator()
      Deprecated.
      Specified by:
      typeFormatValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>
    • onlyExistsValidator

      public com.rosetta.model.lib.validation.ValidatorWithArg<? super PassThroughItem,Set<String>> onlyExistsValidator()
      Specified by:
      onlyExistsValidator in interface com.rosetta.model.lib.meta.RosettaMetaData<PassThroughItem>