Package wt.businessRules
Class _BusinessRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.businessRules._BusinessRuleObject
wt.businessRules.BusinessRuleObject
wt.businessRules._BusinessRule
- 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:
BusinessRule
public abstract class _BusinessRule
extends wt.businessRules.BusinessRuleObject
implements Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn identifier to lookup the rule validator class.Fields inherited from class wt.businessRules._BusinessRuleObject
DESCRIPTION, ENABLED, NAME, UNIQUE_KEY -
Method Summary
Modifier and TypeMethodDescriptionAn identifier to lookup the rule validator class.voidsetSelector(String selector) An identifier to lookup the rule validator class.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
-
SELECTOR
An identifier to lookup the rule validator class.Supported API: true
- See Also:
-
-
Method Details
-
getSelector
An identifier to lookup the rule validator class.Supported API: true
- See Also:
-
setSelector
An identifier to lookup the rule validator class.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-