public interface RuleCriterion extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
FALLBACK_CONTINUE |
static int |
FALLBACK_LOOP |
static int |
FALLBACK_STOP |
Modifier and Type | Method and Description |
---|---|
int |
getFallbackOrder()
Sets the fallback order for this criterion.
|
int |
getFallbackType()
Gets the fallback type for this criterion.
|
String |
getName()
Gets the name of the parameter, attribute or property in the portal request.
|
String |
getRuleId()
Gets the unique rule identifier for the associated owner rule
|
String |
getType()
Gets the rule request type for this specific criterion.
|
String |
getValue()
Gets the value of the parameter, attribute or property in the portal request.
|
void |
setFallbackOrder(int order)
Gets the fallback order for this criterion.
|
void |
setFallbackType(int order)
Sets the fallback type for this criterion.
|
void |
setName(String name)
Sets the name of the parameter, attribute or property in the portal request.
|
void |
setRuleId(String ruleId)
Sets the unique rule identifier for the associated owner rule
|
void |
setType(String type)
Sets the rule request type for this specific criterion.
|
void |
setValue(String value)
Sets the value of the parameter, attribute or property in the portal request.
|
static final int FALLBACK_CONTINUE
static final int FALLBACK_STOP
static final int FALLBACK_LOOP
String getType()
void setType(String type)
type
- The request type associated with this criterion.int getFallbackOrder()
void setFallbackOrder(int order)
order
- The fallback order for this criterion.int getFallbackType()
void setFallbackType(int order)
order
- The fallback type for this criterion, should be a valid value as shown above.String getName()
void setName(String name)
name
- The name of the request parameter, attribute or property.String getValue()
void setValue(String value)
value
- The value of the request parameter, attribute or property.String getRuleId()
void setRuleId(String ruleId)
ruleId
- The rule's unique identifierCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.