Package wt.vc.config

Class _ViewConfigSpec

java.lang.Object
wt.vc.config._ViewConfigSpec
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, NetFactor, ObjectMappable, ConfigSpec
Direct Known Subclasses:
ViewConfigSpec

public abstract class _ViewConfigSpec extends Object implements ConfigSpec, ObjectMappable, Externalizable
See Also:
  • Field Details

    • PARENT_INCLUDED

      public static final String PARENT_INCLUDED
      If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.

      Supported API: true

      See Also:
  • Method Details

    • isParentIncluded

      public boolean isParentIncluded()
      If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.

      Supported API: true

      See Also:
    • setParentIncluded

      public void setParentIncluded(boolean parentIncluded) throws WTPropertyVetoException
      If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: