Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

Rule

Package: com.apple.yellow.directtoweb

Inherits from:java.lang.Object


Class Description

This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.

Method Types


Constructors
Static Constants

Private Methods


Constructors


com.apple.yellow.directtoweb.Rule

public Rule(int anInt, EOQualifierEvaluation aQualifier, Assignment assignment)

This method is intentionally undocumented. You should never have to invoke or customize it.

com.apple.yellow.directtoweb.Rule

public Rule(EOKeyValueUnarchiver unarchiver)

This method is intentionally undocumented. You should never have to invoke or customize it.

com.apple.yellow.directtoweb.Rule

public Rule()

This method is intentionally undocumented. You should never have to invoke or customize it.
Static Constants



authorKey
java.lang.String

This constant is intentionally undocumented.

D2W
int

This constant is intentionally undocumented.

lhsKey
java.lang.String

This constant is intentionally undocumented.

rhsKey
java.lang.String

This constant is intentionally undocumented.

traceRuleFiring
boolean

This constant is intentionally undocumented.

traceRuleFiringAsString
java.lang.String

This constant is intentionally undocumented.

traceRuleFiringKey
java.lang.String

This constant is intentionally undocumented.

traceRuleModifications
boolean

This constant is intentionally undocumented.

traceRuleModificationsAsString
java.lang.String

This constant is intentionally undocumented.

traceRuleModificationsKey
java.lang.String

This constant is intentionally undocumented.

WEB_ASSISTANT
int

This constant is intentionally undocumented.

WEB_ASSISTANT_PAGE_AVAILABLE
int

This constant is intentionally undocumented.
Methods


author

public int author()

This method is intentionally undocumented. You should never have to invoke or customize it.



canFireInContext

public boolean canFireInContext(D2WContext aContext)

This method is intentionally undocumented. You should never have to invoke or customize it.



compareRules

public int compareRules(Rule aRule)

This method is intentionally undocumented. You should never have to invoke or customize it.



createAssignment

public Assignment createAssignment(String string1, String string2)

This method is intentionally undocumented. You should never have to invoke or customize it.



dataTypesInvolved

public Vector dataTypesInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



dynamicPagesInvolved

public Vector dynamicPagesInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



fire

public Object fire(D2WContext aContext)

This method is intentionally undocumented. You should never have to invoke or customize it.



firstDynamicPageNameInvolved

public String firstDynamicPageNameInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



firstEntityInvolved

public String firstEntityInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



firstPropertyKeyInvolved

public String firstPropertyKeyInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



firstTaskInvolved

public String firstTaskInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



hasSameSettingsAs

public boolean hasSameSettingsAs(Settings settings, boolean aBoolean)

This method is intentionally undocumented. You should never have to invoke or customize it.



isEntityPermissionRule

public boolean isEntityPermissionRule()

This method is intentionally undocumented. You should never have to invoke or customize it.



isEntityRule

public boolean isEntityRule()

This method is intentionally undocumented. You should never have to invoke or customize it.



isLookRule

public boolean isLookRule()

This method is intentionally undocumented. You should never have to invoke or customize it.



isStartupRule

public boolean isStartupRule()

This method is intentionally undocumented. You should never have to invoke or customize it.



isTaskRule

public boolean isTaskRule()

This method is intentionally undocumented. You should never have to invoke or customize it.



lhs

public EOQualifierEvaluation lhs()

This method is intentionally undocumented. You should never have to invoke or customize it.



priority

public int priority()

This method is intentionally undocumented. You should never have to invoke or customize it.



rhs

public final Assignment rhs()

This method is intentionally undocumented. You should never have to invoke or customize it.



rhsKeyPath

public final String rhsKeyPath()

This method is intentionally undocumented. You should never have to invoke or customize it.



rhsKeyPathHash

public int rhsKeyPathHash()

This method is intentionally undocumented. You should never have to invoke or customize it.



setLhs

public void setLhs(EOQualifierEvaluation newValue)

This method is intentionally undocumented. You should never have to invoke or customize it.



setRhs

public void setRhs(Assignment assignment)

This method is intentionally undocumented. You should never have to invoke or customize it.



tasksInvolved

public Vector tasksInvolved()

This method is intentionally undocumented. You should never have to invoke or customize it.



toString

public String toString()

This method is intentionally undocumented. You should never have to invoke or customize it.



traceRuleFiringEnabled

static public boolean traceRuleFiringEnabled()

This method is intentionally undocumented. You should never have to invoke or customize it.



traceRuleModificationsEnabled

static public boolean traceRuleModificationsEnabled()

This method is intentionally undocumented. You should never have to invoke or customize it.