Package wt.businessRules
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
FieldsModifier and TypeFieldDescriptionstatic final StringFlag 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 TypeMethodDescriptionbooleanFlag that indicates if the rule set can be over ridden at a container below in the hierarchy.voidsetOverridable(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, setUniqueKeyMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
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
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:
-