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

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.access._SecurityLabeled

    SECURITY_LABELS

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.fc.BusinessInformation

    BUSINESS_TYPE, IDENTITY

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.access.SecurityLabeled

    SECURITY_LABELS_INTERNAL_VALUE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • 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

    getDescription, getDescription, getInternalDescription, getInternalName, getName, getName

    Methods inherited from class wt.businessRules._BusinessRuleObject

    getContainer, getContainerName, getContainerReference, getUniqueKey, isEnabled, readVersion, setContainer, setContainerReference, setDescription, setEnabled, setName, setUniqueKey, super_readExternal_BusinessRuleObject, super_readVersion_BusinessRuleObject, super_writeExternal_BusinessRuleObject

    Methods inherited from class wt.enterprise.Simple

    getBusinessType, getIdentity, initialize

    Methods inherited from class wt.enterprise._Simple

    getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_Simple

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity
  • 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: