|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentRule | |
com.ptc.netmarkets.rule | |
wt.rule | Uses the
RuleService (and server-side-only
RuleServiceSvr to manage the definition and application of
Rule s. |
Uses of PersistentRule in com.ptc.netmarkets.rule |
Methods in com.ptc.netmarkets.rule that return PersistentRule | |
private PersistentRule |
StandardNmRuleService.getRule(NmCommandBean cb)
Return the PersistentRule that is referenced by
the command bean. |
Uses of PersistentRule in wt.rule |
Subclasses of PersistentRule in wt.rule | |
class |
InstanceBasedRule
An implementation of the Rule interface that references
a particular object instance. |
class |
TypeBasedRule
Use the newTypeBasedRule static factory method(s), not the
TypeBasedRule constructor, to construct instances of this
class. |
Methods in wt.rule with parameters of type PersistentRule | |
protected boolean |
PersistentRule.readVersion(PersistentRule thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |