|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchAdminBean
A backing bean for the search admin page. The implementation of this bean should enfoce any authz that is required.
Method Summary | |
---|---|
String |
getAdminOptions(String adminOptionsFormat)
Deprecated. |
String |
getCommandFeedback()
get feedback from the command |
String |
getGlobalMasterDocuments(String rowFormat)
Deprecated. |
List<MasterRecord> |
getGlobalMasterRecords()
get a list of master objects |
String |
getIndexDocuments(String rowFormat)
Deprecated. |
String |
getIndexStatus(String statusFormatString)
Deprecated. |
List<AdminOption> |
getOptons()
get a list of options for the admin user |
SearchStatus |
getSearchStatus()
get the search status |
String |
getSegmentInfo(String rowFormat)
Deprecated. |
List<Segment> |
getSegments()
get a list of segments |
String |
getSiteMasterDocuments(String rowFormat)
Deprecated. |
List<MasterRecord> |
getSiteMasterRecords()
get a list of site master records |
String |
getTitle()
Get the Title of the index |
String |
getWorkers(String rowFormat)
Deprecated. |
List<WorkerThread> |
getWorkerThreads()
get a list of worker threads |
boolean |
isRedirectRequired()
|
Method Detail |
---|
String getTitle()
String getIndexStatus(String statusFormatString) throws org.sakaiproject.exception.PermissionException
statusFormatString
- {0} is the Last Load time {1} is how long it took to load {2} is
the current worker node (none if none) {3} is the Latest time of
completion of the worker
org.sakaiproject.exception.PermissionException
- if the user does not have permissions to perform the actionString getWorkers(String rowFormat)
rowFormat
- {0} is the worker name {1} is the latest time the node should
reaapear, after which time the node will be considered overdue and
removed from the list of worker nodes.
String getAdminOptions(String adminOptionsFormat)
adminOptionsFormat
- format pattern {0} is the URL, {1} is the text
String getIndexDocuments(String rowFormat)
rowFormat
-
String getGlobalMasterDocuments(String rowFormat)
rowFormat
-
String getSiteMasterDocuments(String rowFormat)
rowFormat
-
String getCommandFeedback()
String getSegmentInfo(String rowFormat)
rowFormat
-
List<AdminOption> getOptons()
SearchStatus getSearchStatus()
List<MasterRecord> getGlobalMasterRecords()
List<MasterRecord> getSiteMasterRecords()
List<Segment> getSegments()
List<WorkerThread> getWorkerThreads()
boolean isRedirectRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |