|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceBasedRule | |
com.ptc.netmarkets.nmixb | |
wt.ixb.handlers.netmarkets | |
wt.rule | Uses the
RuleService (and server-side-only
RuleServiceSvr to manage the definition and application of
Rule s. |
wt.rule.impl |
Uses of InstanceBasedRule in com.ptc.netmarkets.nmixb |
Constructors in com.ptc.netmarkets.nmixb with parameters of type InstanceBasedRule | |
RuleChangesCopyHelper.InstanceBasedRuleProxy(InstanceBasedRule rule)
|
Uses of InstanceBasedRule in wt.ixb.handlers.netmarkets |
Methods in wt.ixb.handlers.netmarkets with parameters of type InstanceBasedRule | |
static void |
ObjectSeedIXHandler.exportInstanceBasedRule(InstanceBasedRule rule,
IxbElement elem,
Exporter exp)
|
Uses of InstanceBasedRule in wt.rule |
Methods in wt.rule that return InstanceBasedRule | |
static InstanceBasedRule |
InstanceBasedRule.newInstanceBasedRule(String name,
RuleType ruleType)
Construct a new rule with the specified name and ruleType . |
static InstanceBasedRule |
InstanceBasedRule.newInstanceBasedRule(String name,
RuleType ruleType,
WTContainerRef container)
Construct a new rule with the specified name and ruleType . |
static InstanceBasedRule |
InstanceBasedRule.newInstanceBasedRule()
Construct a new rule. |
static InstanceBasedRule |
InstanceBasedRule.newInstanceBasedRule(WTContainerRef container)
Construct a new rule. |
Methods in wt.rule with parameters of type InstanceBasedRule | |
protected boolean |
InstanceBasedRule.readVersion(InstanceBasedRule thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of InstanceBasedRule in wt.rule.impl |
Methods in wt.rule.impl that return InstanceBasedRule | |
private static InstanceBasedRule |
DefaultRuleSelector.findIBR(RuleType ruleType,
Persistable object,
WTContainerRef container)
Find the default-enabled InstanceBasedRule
that satisfies the specified search criteria. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |