wt.enterprise
Class CopyRules.CopyRuleSet
java.lang.Object
wt.enterprise.CopyRules.CopyRuleSet
- Enclosing class:
- CopyRules
- private class CopyRules.CopyRuleSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleSet
private Vector ruleSet
CopyRules.CopyRuleSet
CopyRules.CopyRuleSet()
CopyRules.CopyRuleSet
CopyRules.CopyRuleSet(CopyRules.CopyRule copy_rule)
addRuleToSet
void addRuleToSet(CopyRules.CopyRule copy_rule)
getMadeFromValue
boolean getMadeFromValue()
getMadeFromRule
CopyRules.CopyRule getMadeFromRule()
getContentValue
boolean getContentValue()
getContentRule
CopyRules.CopyRule getContentRule()
getRelationships
Vector getRelationships()
getRelationshipValue
boolean getRelationshipValue(Class relationship,
String role)
getRelationshipRoles
Vector getRelationshipRoles(Class relationship)
getRelationshipRule
CopyRules.CopyRule getRelationshipRule(Class relationship)
addRule
void addRule(Vector copy_rules,
Class cls,
String typ,
String val)
throws WTException
- Throws:
WTException