Java Doc for SearchBuilderItem.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » search » model » 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 » ERP CRM Financial » sakai » org.sakaiproject.search.model 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.search.model.SearchBuilderItem

All known Subclasses:   org.sakaiproject.search.model.impl.SearchBuilderItemImpl,
SearchBuilderItem
public interface SearchBuilderItem (Code)
Represents an operation or stat of a document in the search engine. This Object is used as a communication and persisntance mechanism between the changes made to entities and the thread processing the indec updates
author:
   ieb


Field Summary
final public static  IntegerACTION_ADD
     Action ADD the record to the search engine, if the doc ID is set, then remove first, if not set, check its not there.
final public static  IntegerACTION_DELETE
    
final public static  IntegerACTION_REBUILD
    
final public static  IntegerACTION_REFRESH
     The action REFRESH causes the indexer thread to refresh the search index from the current set of entities.
final public static  IntegerACTION_UNKNOWN
    
final public static  StringGLOBAL_CONTEXT
    
final public static  StringGLOBAL_MASTER
    
final public static  StringINDEX_MASTER
     A master record is used to override the indexer threa operation and avoid hude updates to the database in the request cycle.
final public static  StringSITE_MASTER_FORMAT
    
final public static  StringSITE_MASTER_PATTERN
    
final public static  IntegerSTATE_COMPLETED
    
final public static  IntegerSTATE_LOCKED
    
final public static  IntegerSTATE_PENDING
    
final public static  IntegerSTATE_PENDING_2
    
final public static  IntegerSTATE_UNKNOWN
    
final public static  String[]actions
    
final public static  String[]states
    


Method Summary
 StringgetContext()
    
 StringgetId()
    
 StringgetName()
    
 IntegergetSearchaction()
    
 IntegergetSearchstate()
    
 DategetVersion()
    
 voidsetContext(String context)
    
 voidsetId(String id)
    
 voidsetName(String name)
    
 voidsetSearchaction(Integer searchaction)
    
 voidsetSearchstate(Integer searchstate)
    
 voidsetVersion(Date version)
    

Field Detail
ACTION_ADD
final public static Integer ACTION_ADD(Code)
Action ADD the record to the search engine, if the doc ID is set, then remove first, if not set, check its not there.



ACTION_DELETE
final public static Integer ACTION_DELETE(Code)
Action DELETE the record from the search engine, once complete delete the record



ACTION_REBUILD
final public static Integer ACTION_REBUILD(Code)
The action REBUILD causes the indexer thread to rebuild the index from scratch, refetching all entities This sould only ever appear on the master record



ACTION_REFRESH
final public static Integer ACTION_REFRESH(Code)
The action REFRESH causes the indexer thread to refresh the search index from the current set of entities. If a Rebuild is in progress, the refresh will not overrise the rebuild



ACTION_UNKNOWN
final public static Integer ACTION_UNKNOWN(Code)
Action Unknown, usually becuase the record has just been created



GLOBAL_CONTEXT
final public static String GLOBAL_CONTEXT(Code)



GLOBAL_MASTER
final public static String GLOBAL_MASTER(Code)



INDEX_MASTER
final public static String INDEX_MASTER(Code)
A master record is used to override the indexer threa operation and avoid hude updates to the database in the request cycle.



SITE_MASTER_FORMAT
final public static String SITE_MASTER_FORMAT(Code)



SITE_MASTER_PATTERN
final public static String SITE_MASTER_PATTERN(Code)



STATE_COMPLETED
final public static Integer STATE_COMPLETED(Code)
Operation completed



STATE_LOCKED
final public static Integer STATE_LOCKED(Code)
Locked for processng



STATE_PENDING
final public static Integer STATE_PENDING(Code)
Operation pending



STATE_PENDING_2
final public static Integer STATE_PENDING_2(Code)



STATE_UNKNOWN
final public static Integer STATE_UNKNOWN(Code)
Unknown state



actions
final public static String[] actions(Code)



states
final public static String[] states(Code)





Method Detail
getContext
String getContext()(Code)
The context of the index item



getId
String getId()(Code)



getName
String getName()(Code)
Name of the resource in the search index



getSearchaction
Integer getSearchaction()(Code)
The action being performent



getSearchstate
Integer getSearchstate()(Code)
The state of the record



getVersion
Date getVersion()(Code)
The last update to the record



setContext
void setContext(String context)(Code)
The context of the index item
Parameters:
  context -



setId
void setId(String id)(Code)



setName
void setName(String name)(Code)
The name of the resource in the search index
Parameters:
  name -



setSearchaction
void setSearchaction(Integer searchaction)(Code)
The action being performed
Parameters:
  action -



setSearchstate
void setSearchstate(Integer searchstate)(Code)
The state of the record
Parameters:
  state -



setVersion
void setVersion(Date version)(Code)
The last update to the record
Parameters:
  lastupdate -



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