public interface HelpManager
| Modifier and Type | Field and Description |
|---|---|
static String |
HELP_DOC_REGEXP |
static String |
TOOLCONFIG_HELP_COLLECTIONS |
| Modifier and Type | Method and Description |
|---|---|
Resource |
createResource()
create a resource
|
void |
deleteResource(Long resourceId)
delete a resource by id
|
String |
getExternalLocation()
get static EXTERNAL_LOCATION
|
Resource |
getResource(Long id)
get a resource by id
|
Resource |
getResourceByDocId(String helpDocIdString)
get resource by doc id
|
RestConfiguration |
getRestConfiguration()
get REST configuration
|
String |
getSupportEmailAddress()
get support email address
|
TableOfContents |
getTableOfContents()
get table of contents of manager
|
String |
getWelcomePage()
get Welcome Page
|
void |
initialize()
Synchronize initialization of the manager.
|
void |
reInitialize()
reInitialization of the help tool.
|
Set<Resource> |
searchResources(String query) |
void |
setTableOfContents(TableOfContents toc)
set table of contents
|
void |
storeResource(Resource resource)
persist a resource
|
static final String TOOLCONFIG_HELP_COLLECTIONS
static final String HELP_DOC_REGEXP
void initialize()
void reInitialize()
Resource createResource()
void storeResource(Resource resource)
resource - void deleteResource(Long resourceId)
resourceId - Set<Resource> searchResources(String query) throws RuntimeException
query - RuntimeException - - if query can't be parsedTableOfContents getTableOfContents()
void setTableOfContents(TableOfContents toc)
toc - Resource getResourceByDocId(String helpDocIdString)
helpDocIdString - String getSupportEmailAddress()
RestConfiguration getRestConfiguration()
String getExternalLocation()
String getWelcomePage()
Copyright © 2023. All rights reserved.