Package wt.businessRules
Class BusinessRuleLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.businessRules._BusinessRuleLink
wt.businessRules.BusinessRuleLink
- All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged,com.ptc.windchill.bac.BACManaged,Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,
interfaces=com.ptc.windchill.bac.BACManaged.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="blockOrder",type=int.class,javaDoc="Controls the ordering of the rules execution."),
roleA=@GeneratedRole(name="ruleSet",type=BusinessRuleSet.class,javaDoc="Holds the RuleSet object",cardinality=ONE_TO_MANY),
roleB=@GeneratedRole(name="rule",type=BusinessRule.class,javaDoc="Holds the Rule object",cardinality=ONE_TO_MANY),
tableProperties=@TableProperties(tableName="BusinessRuleLink"))
public class BusinessRuleLink
extends wt.businessRules._BusinessRuleLink
To create a Business Rule link the recommended order of operations are:
Use the
Set the rule set role and the rule role on the returned typed link.
Set any initial or required attributes on the typed link.
Call the business rule service to store the link associations to save the
collection of business rules links.
Supported API: true
Extendable: false
newBusinessRuleLink static factory method(s), not
the BusinessRuleLink constructor, to construct instances of this
class. Instances must be constructed using the static factory(s), in order to
ensure proper initialization of the instance.Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.businessRules._BusinessRuleLink
BLOCK_ORDER, EXTERNALIZATION_VERSION_UID, RULE_ROLE, RULE_SET_ROLEFields inherited from class wt.fc._ObjectToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.businessRules._BusinessRuleLink
getBlockOrder, getClassInfo, getConceptualClassname, getRule, getRuleSet, getType, readExternal, readExternal, readVersion, setBlockOrder, setRule, setRuleSet, super_readExternal_BusinessRuleLink, super_readVersion_BusinessRuleLink, super_writeExternal_BusinessRuleLink, writeExternal, writeExternalMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRemoteRoleAObjectId, getRemoteRoleBObjectId, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, isRoleANonpersistentProxy, isRoleBNonpersistentProxy, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.fc._ObjectToObjectLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToObjectLink, super_readVersion_ObjectToObjectLink, super_writeExternal_ObjectToObjectLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity