Java Doc for RuleCriterion.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » profiler » rules » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » jetspeed 2.1.3 » org.apache.jetspeed.profiler.rules 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.profiler.rules.RuleCriterion

All known Subclasses:   org.apache.jetspeed.profiler.rules.impl.RuleCriterionImpl,
RuleCriterion
public interface RuleCriterion extends Serializable(Code)
A RuleCriterion specifies one criterion in a list of profiling rule criteria. This list is used to build normalized profiling locator and then locate a portal resource based on the request.
author:
   David Sean Taylor
version:
   $Id: RuleCriterion.java 516448 2007-03-09 16:25:47Z ate $


Field Summary
final public static  intFALLBACK_CONTINUE
    
final public static  intFALLBACK_LOOP
    
final public static  intFALLBACK_STOP
    


Method Summary
 intgetFallbackOrder()
     Sets the fallback order for this criterion.
 intgetFallbackType()
     Gets the fallback type for this criterion.
 StringgetName()
     Gets the name of the parameter, attribute or property in the portal request.
 StringgetRuleId()
    
 StringgetType()
     Gets the rule request type for this specific criterion.
 StringgetValue()
     Gets the value of the parameter, attribute or property in the portal request.
 voidsetFallbackOrder(int order)
     Gets the fallback order for this criterion.
 voidsetFallbackType(int order)
     Sets the fallback type for this criterion.
 voidsetName(String name)
     Sets the name of the parameter, attribute or property in the portal request.
 voidsetRuleId(String ruleId)
    
 voidsetType(String type)
     Sets the rule request type for this specific criterion.
 voidsetValue(String value)
     Sets the value of the parameter, attribute or property in the portal request.

Field Detail
FALLBACK_CONTINUE
final public static int FALLBACK_CONTINUE(Code)



FALLBACK_LOOP
final public static int FALLBACK_LOOP(Code)



FALLBACK_STOP
final public static int FALLBACK_STOP(Code)





Method Detail
getFallbackOrder
int getFallbackOrder()(Code)
Sets the fallback order for this criterion. Lower numbers are returned first during iteration. Higher numbers should be put on the locator stack first. The fallback order for this criterion.



getFallbackType
int getFallbackType()(Code)
Gets the fallback type for this criterion. Fallback types are used when locating a profiled resource. The type tells the Profiling rule what to do next on failed criterion matching. Known values: FALLBACK_CONTINUE - evaluate this criterion and if it fails continue to the next criterion FALLBACK_STOP - evaluate this criterion and if it fails stop evaluation criteria for this rule FALLBACK_LOOP - evaluate this criterion and if it fails continue evaluating The fallback type for this criterion, should be a valid value as shown above.



getName
String getName()(Code)
Gets the name of the parameter, attribute or property in the portal request. This name is used to lookup the value of the request parameter, attribute, or property when building a profile locator. The name of the request parameter, attribute or property.



getRuleId
String getRuleId()(Code)
Gets the unique rule identifier for the associated owner rule The rule's unique identifier



getType
String getType()(Code)
Gets the rule request type for this specific criterion. Rule types determine which type of request property, parameter or attribute to look at when building a profiling locator. The request type associated with this criterion.



getValue
String getValue()(Code)
Gets the value of the parameter, attribute or property in the portal request. The value of the request parameter, attribute or property.



setFallbackOrder
void setFallbackOrder(int order)(Code)
Gets the fallback order for this criterion. Lower numbers are returned first during iteration. Higher numbers should be put on the locator stack first.
Parameters:
  order - The fallback order for this criterion.



setFallbackType
void setFallbackType(int order)(Code)
Sets the fallback type for this criterion. Fallback types are used when locating a profiled resource. The type tells the Profiling rule what to do next on failed criterion matching. Known values: FALLBACK_CONTINUE - evaluate this criterion and if it fails continue to the next criterion FALLBACK_STOP - evaluate this criterion and if it fails stop evaluation criteria for this rule FALLBACK_LOOP - evaluate this criterion and if it fails continue evaluating
Parameters:
  The - fallback type for this criterion, should be a valid value as shown above.



setName
void setName(String name)(Code)
Sets the name of the parameter, attribute or property in the portal request. This name is used to lookup the value of the request parameter, attribute, or property when building a profile locator.
Parameters:
  The - name of the request parameter, attribute or property.



setRuleId
void setRuleId(String ruleId)(Code)
Sets the unique rule identifier for the associated owner rule
Parameters:
  id - The rule's unique identifier



setType
void setType(String type)(Code)
Sets the rule request type for this specific criterion. Rule types determine which type of request property, parameter or attribute to look at when building a profiling locator.
Parameters:
  The - request type associated with this criterion.



setValue
void setValue(String value)(Code)
Sets the value of the parameter, attribute or property in the portal request.
Parameters:
  The - value of the request parameter, attribute or property.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.