Class DictionaryLink

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, UnnamedComponent

public class DictionaryLink extends DictionaryName<DictionaryLink> implements UnnamedComponent
A DictionaryLink logically includes another dictionary and its linked dictionaries in this one. It uses the DictionaryName to name the referenced dictionary (a hack). The link itself really has no name, and no separate translation.
See Also:
  • Method Details

    • getPrefixLinkedNamesProperty

      public SettableProperty<Boolean> getPrefixLinkedNamesProperty()
      Get PrefixLinkedNames Property.
      Returns:
      String SettableProperty
    • isPrefixLinkedNames

      public boolean isPrefixLinkedNames()
      Get the PrefixLinkedNames Property for the linked dictionary. When true, linked data model component aliases are qualified by the containing dictionary alias
      Returns:
      the PrefixLinkedNames Property.
    • setPrefixLinkedNames

      public void setPrefixLinkedNames(boolean flag)
      Set the PrefixLinkedNames Property for the linked dictionary. When true, linked data model component aliases are qualified by the containing dictionary alias
      Parameters:
      flag -
    • getLinkPathProperty

      public SettableProperty<String> getLinkPathProperty()
      Get LinkPath Property.
      Returns:
      String SettableProperty
    • getLinkPath

      public String getLinkPath()
      Get the LinkPath Property for the linked dictionary.
      Returns:
      the LinkPath Property.
    • setLinkPath

      public void setLinkPath(String path)
      Set the LinkPath Property for the linked dictionary.
      Parameters:
      path -
    • getPropertyNames

      public String[] getPropertyNames()
      Specified by:
      getPropertyNames in interface UnnamedComponent
      Overrides:
      getPropertyNames in class DictionaryName<DictionaryLink>
      Returns:
      Array of property names available.
    • getStoredPropertyNames

      public String[] getStoredPropertyNames()
      Overrides:
      getStoredPropertyNames in class DictionaryName<DictionaryLink>
      Returns:
      Array of property names which are persisted in the order in which they appear in the schema.
    • getLinkedDictionary

      public RuleDictionary getLinkedDictionary()
      get the RuleDictionary that this link refers to
      Returns:
      RuleDictionary
    • validate

      public void validate(List<SDKException> errors, List<SDKWarning> warnings)
      validate a dictionary link: error if containing dictionary has no DictionaryFinder warning if linked dictionary cannot be found warning if dictionary was invalid at its last commit force link alias == linked dictionary alias
      Overrides:
      validate in class DictionaryComponent<DictionaryLink>
      Parameters:
      errors - List of errors
      warnings - List of warnings
      See Also: