| |
|
| org.sakaiproject.search.tool.api.SearchAdminBean
All known Subclasses: org.sakaiproject.search.tool.SearchAdminBeanImpl,
SearchAdminBean | public interface SearchAdminBean (Code) | | A backing bean for the search admin page. The implementation of this bean
should enfoce any authz that is required.
author: ieb |
getAdminOptions | String getAdminOptions(String adminOptionsFormat)(Code) | | Get admin options formatted according to pattern
Parameters: adminOptionsFormat - format pattern {0} is the URL, {1} is the text |
getCommandFeedback | String getCommandFeedback()(Code) | | get feedback from the command
|
getGlobalMasterDocuments | String getGlobalMasterDocuments(String rowFormat)(Code) | | get a list of Global Master documents
Parameters: rowFormat - |
getIndexDocuments | String getIndexDocuments(String rowFormat)(Code) | | get a BIG list of all documents in the index
Parameters: rowFormat - |
getIndexStatus | String getIndexStatus(String statusFormatString) throws PermissionException(Code) | | get an HTML fragment representing the status of the index
Parameters: statusFormatString - {0} is the Last Load time {1} is how long it took to load {2} isthe current worker node (none if none) {3} is the Latest time ofcompletion of the worker throws: PermissionException - if the user does not have permissions to perform the action |
getSiteMasterDocuments | String getSiteMasterDocuments(String rowFormat)(Code) | | get a list of Site Master Documents
Parameters: rowFormat - |
getWorkers | String getWorkers(String rowFormat)(Code) | | Parameters: rowFormat - {0} is the worker name {1} is the latest time the node shouldreaapear, after which time the node will be considered overdue andremoved from the list of worker nodes. |
|
|
|