Class _BusinessRuleSet

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.businessRules._BusinessRuleObject
wt.businessRules.BusinessRuleObject
wt.businessRules._BusinessRuleSet
All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged, com.ptc.windchill.bac.BACManaged, Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.businessRules.BusinessRuleObjectIfc, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.notify._Notifiable, Notifiable, wt.recent.RecentlyVisited
Direct Known Subclasses:
BusinessRuleSet

public abstract class _BusinessRuleSet extends wt.businessRules.BusinessRuleObject implements Externalizable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Flag that indicates if the rule set can be over ridden at a container below in the hierarchy.

    Fields inherited from class wt.businessRules._BusinessRuleObject

    DESCRIPTION, ENABLED, NAME, UNIQUE_KEY
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Flag that indicates if the rule set can be over ridden at a container below in the hierarchy.
    void
    setOverridable(boolean overridable)
    Flag that indicates if the rule set can be over ridden at a container below in the hierarchy.

    Methods inherited from class wt.businessRules._BusinessRuleObject

    getUniqueKey, isEnabled, setDescription, setEnabled, setName, setUniqueKey

    Methods inherited from class wt.fc.WTObject

    getDisplayIdentifier, getDisplayIdentity, getDisplayType

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc.Persistable

    checkAttributes
  • Field Details

    • OVERRIDABLE

      public static final String OVERRIDABLE
      Flag that indicates if the rule set can be over ridden at a container below in the hierarchy. Used to support the hierarchical look up.

      Supported API: true

      See Also:
  • Method Details

    • isOverridable

      public boolean isOverridable()
      Flag that indicates if the rule set can be over ridden at a container below in the hierarchy. Used to support the hierarchical look up.

      Supported API: true

      See Also:
    • setOverridable

      public void setOverridable(boolean overridable) throws WTPropertyVetoException
      Flag that indicates if the rule set can be over ridden at a container below in the hierarchy. Used to support the hierarchical look up.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: