wt.enterprise
Class CopyRules.CopyRuleSet

java.lang.Object
  extended bywt.enterprise.CopyRules.CopyRuleSet
Enclosing class:
CopyRules

private class CopyRules.CopyRuleSet
extends Object


Field Summary
private  Vector ruleSet
           
 
Constructor Summary
(package private) CopyRules.CopyRuleSet()
           
(package private) CopyRules.CopyRuleSet(CopyRules.CopyRule copy_rule)
           
 
Method Summary
(package private)  void addRule(Vector copy_rules, Class cls, String typ, String val)
           
(package private)  void addRuleToSet(CopyRules.CopyRule copy_rule)
           
(package private)  CopyRules.CopyRule getContentRule()
           
(package private)  boolean getContentValue()
           
(package private)  CopyRules.CopyRule getMadeFromRule()
           
(package private)  boolean getMadeFromValue()
           
(package private)  Vector getRelationshipRoles(Class relationship)
           
(package private)  CopyRules.CopyRule getRelationshipRule(Class relationship)
           
(package private)  Vector getRelationships()
           
(package private)  boolean getRelationshipValue(Class relationship, String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleSet

private Vector ruleSet
Constructor Detail

CopyRules.CopyRuleSet

CopyRules.CopyRuleSet()

CopyRules.CopyRuleSet

CopyRules.CopyRuleSet(CopyRules.CopyRule copy_rule)
Method Detail

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