Package wt.vc.config

Class _InUseConfigSpec

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

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

    • IN_USE_BY_CURRENT_PRINCIPAL_INCLUDED

      public static final String IN_USE_BY_CURRENT_PRINCIPAL_INCLUDED
      If set to true, include those elements the current principal has 'in use'.

      Supported API: true

      See Also:
  • Method Details

    • isInUseByCurrentPrincipalIncluded

      public boolean isInUseByCurrentPrincipalIncluded()
      If set to true, include those elements the current principal has 'in use'.

      Supported API: true

      See Also:
    • setInUseByCurrentPrincipalIncluded

      public void setInUseByCurrentPrincipalIncluded(boolean inUseByCurrentPrincipalIncluded) throws WTPropertyVetoException
      If set to true, include those elements the current principal has 'in use'.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: