|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.service.indexmanagement.AbstractIndex
Generic index class, which must be extended by a specialized index implementation.
IIndex| Inner Class Summary | |
static class |
AbstractIndex.ErrorState
|
static class |
AbstractIndex.IndexingState
|
class |
AbstractIndex.Reindexer
This class handles the reindex process in a separate thread. |
static class |
AbstractIndex.RunningState
|
static class |
AbstractIndex.WhatToIndex
|
| Field Summary | |
static java.lang.String |
CFG_PLUGIN_CM_INDEXES
|
static java.lang.String |
CFG_PLUGIN_CM_INDEXES_INDEX_FOLDERS
|
static java.lang.String |
INDEX_STRING_AS_STRING
|
protected java.lang.String |
m_crawlerProfileId
ID of the default crawler profile for all index folders of the index. |
protected java.util.List |
m_crawlerQueue
Queue of crawlers. |
protected IIndexFolderList |
m_indexFolders
list of index folders that are assigned to the index |
protected java.lang.String |
m_indexGroup
group of the index |
protected java.lang.String |
m_indexId
id of the index |
protected java.lang.String |
m_indexName
display name of the index |
protected boolean |
m_isActive
Indicates if an index is available or has be deactivated. |
protected java.lang.String |
m_serviceId
the id of the implementing index service |
protected static java.lang.String |
m_serviceUserId
ID of the service user. |
static java.lang.String |
PROPERTIES
|
| Constructor Summary | |
AbstractIndex(java.lang.String indexId,
java.lang.String indexName,
java.lang.String indexGroup,
IIndexFolderList indexFolders,
java.lang.String serviceId,
java.lang.String serviceUserId,
java.util.Properties indexServiceProperties)
Deprecated. as of NW04. Use constructor with crawler profile ID |
|
AbstractIndex(java.lang.String indexId,
java.lang.String indexName,
java.lang.String indexGroup,
IIndexFolderList indexFolders,
java.lang.String serviceId,
java.lang.String crawlerProfileId,
java.lang.String serviceUserId,
java.util.Properties indexServiceProperties)
Constructor. |
|
| Method Summary | |
void |
addFolderUri(URI folderUri)
Deprecated. as of NW04. Use add(IIndexFolder) at the IIndexFolderList interface |
protected void |
checkIndexIsActive()
|
void |
checkProperties(java.util.Properties customProperties)
With this method the properties that should be set could be checked. |
int |
compareTo(java.lang.Object o)
|
void |
createIndexOnServer()
Creates the index on the index server connected with the CM system. |
void |
deindexDocument(IResource resource)
Deindexes a document |
void |
deindexDocument(RID resourceRid)
Deindexes a document |
void |
deindexDocument(URI resourceUri)
Deprecated. as of NW04. Use deindexDocument(RID) |
void |
deindexDocuments(IResourceList resources)
Deindexes a document |
void |
deindexDocuments(IRidList resourceRids)
Deindexes a document |
void |
deindexDocuments(IUriList resourceUris)
Deprecated. as of NW04. Use deindexDocuments(IRidList) |
void |
deleteOnServer()
Deletes the index on the index server connected with the CM system. |
static void |
deleteOnServer(java.lang.String indexId)
|
void |
deltaReindex()
Performs indexing of the documents that are not indexed yet or have been changed since the last crawl. |
boolean |
equals(java.lang.Object o)
|
long |
getActiveTime()
Gives a rough estimation for the time duration needed for indexing the actual available documents. |
static com.sapportals.portal.security.usermanagement.IUser |
getConfigServiceUser()
AccessController.doPrivileged stops the security check on this level of the call stack. |
java.lang.String |
getCrawlerProfileId()
ID of the default crawler profile for all index folders of the index. |
java.lang.String |
getDetailsMonitorPageText()
Get Display Text for details monitor portal page |
java.lang.String |
getDetailsMonitorPageURL()
Get details monitor portal page |
java.lang.String |
getDetailsMonitorURL1()
Get first details monitor |
java.lang.String |
getDetailsMonitorURL2()
Get second details monitor |
java.lang.String |
getDetailsMonitorURL3()
Get third details monitor |
static PropertyName |
getDisplayNameAsStringPropName()
|
AbstractIndex.ErrorState |
getErrorState(double errorThreshold,
double warningThreshold,
java.util.Locale locale)
Returns an error state indicating the overall indexing status. |
IUriList |
getFolderUris()
Deprecated. as of NW04. Use getFolderRids() |
java.lang.String[] |
getFrameSizes()
Get frame sizes of detailed monitors (and implicit number of detailed monitors) |
IPropertyMap |
getIndexedProperties()
Returns the properties, indexed with the documents in the index. |
IIndexFolder |
getIndexFolderForDocument(RID documentRid)
Gets the next upper indexFolder for the document |
IIndexFolderList |
getIndexFolders()
Folders or start pages that are assigned to the index for indexing. |
java.lang.String |
getIndexGroup()
Returns the group of indexes to which the index logically belongs. |
java.lang.String |
getIndexId()
Identifies the index within the system. |
AbstractIndex.IndexingState |
getIndexingState()
|
java.lang.String |
getIndexName()
Non-technical identifier of an index. |
java.util.List |
getLanguagesOfIndexedDocuments()
Returns the languages of an index, for which documents exist in. |
int |
getNumberOfCrawler(RID indexRid)
|
int |
getNumberOfDocumentsInQueue()
Returns the numbers of documents currently in work for indexing, but not in an error state. |
int |
getNumberOfErrors()
Returns the numbers of documents failed during indexing. |
int |
getNumberOfSuccessfullyIndexedDocs()
Returns the numbers of documents successfully indexed and searchable. |
abstract java.util.Properties |
getProperties()
Gets index implementation specific data |
java.lang.String |
getResourceInfo(RID documentRid)
|
RID |
getRID()
Gets the resource ID of the resource representation of this index. |
AbstractIndex.RunningState |
getRunningState()
Returns a state indicating what is actually happening with respect to indexing. |
ISchedulerTimeTable |
getSchedulerTimeTable()
Returns the timetable of a schedule for delta index crawling for the index. |
java.lang.String |
getServiceId()
Specifies the index implementation that is used for the index. |
java.util.List |
getServiceTypes(java.util.Locale locale)
Displays representations of the indexes service types in the locale's language. |
abstract ISupportedOptionSet |
getSupportedOptions()
The actions of the additional interfaces of an index are supported actions for the index in question (for example, ISearchIndex, IClassificationIndex)
that are supported by the index implementation.
|
AbstractIndex.WhatToIndex |
getWhatToIndex()
|
java.lang.String |
getWhatToIndexString()
|
void |
indexDocument(IResource resource)
Indexes a document |
void |
indexDocument(IResource resource,
IResourceEvent resourceEvent)
Indexes a document |
void |
indexDocuments(IResourceList resources)
Indexes a list of documents |
void |
indexDocuments(IResourceList resources,
IResourceEvent resourceEvent)
Indexes a list of documents |
boolean |
indexInternalLinks()
|
abstract void |
init(java.util.Properties properties)
Initializes the index with index implementation specific data |
void |
internalAddQueuedCrawler(IIndexServiceCrawler crawler)
For internal use only! |
protected abstract void |
internalDeindexDocuments(IRidList rids)
Deindexes documents |
protected abstract void |
internalIndexDocuments(IResourceList resources,
IResourceEvent resourceEvent)
Indexes a list of documents |
void |
internalRunQueuedIfNoActive()
|
void |
internalSetIndexFolders(IIndexFolderList indexFolders)
For internal use only! |
boolean |
isActive()
Returns the information if an index is available or has be set inactive. |
int |
reduceNumberOfCrawler()
|
void |
reindex()
Reindexes the index |
void |
reindex(boolean disablePostClearTasks)
Reindexes the index |
void |
reindexNotTrainingDocs()
|
protected void |
reindexPostClear(IIndexFolderList preClearIndexFolders)
Deprecated. as of NW04. Does not work with the new crawlers |
protected boolean |
reindexXPostClear(IIndexFolderList preClearIndexFolders)
|
void |
removeAllFolderUris()
Deprecated. as of NW04. Use clear() at the IIndexFolderList interface |
void |
removeFolderUri(URI folderUri)
Deprecated. as of NW04. Use remove(IIndexFolder) at the IIndexFolderList interface |
void |
repaireConfigurable()
|
void |
restartAll()
Stops all stopped and suspended tasks for indexing. |
void |
resumeAll()
Resumes all suspended tasks for indexing. |
boolean |
setActive(boolean isActive)
Sets an index inactive or activates it. |
void |
setActiveDuringStartup(boolean isActive)
|
void |
setCrawlerProfileId(java.lang.String crawlerProfileId)
Sets the ID of the default crawler profile for all index folders of the index. |
void |
setInactiveIndexHasChanged()
Sets a property on true, if index documents have changed during index was inactive. |
void |
setIndexGroup(java.lang.String indexGroup)
for internal use |
void |
setIndexingState(AbstractIndex.IndexingState state)
|
void |
setIndexName(java.lang.String indexName)
For internal use only. |
void |
setNumberOfCrawler(int numOfCrawler)
|
abstract void |
setProperties(java.util.Properties properties)
Sets index implementation specific data |
void |
setSchedulerTimeTable(ISchedulerTimeTable schedulerTimeTablePar)
Registers a schedule for delta index crawling for the index with the ISchedulerTimeTable. |
void |
setStateAndNumberOfCrawler(AbstractIndex.IndexingState state,
int numOfCrawler)
|
void |
setWhatToIndex(java.lang.String s)
|
void |
startReindexer(boolean disablePostClearTasks)
|
void |
stopAll()
Stops all running tasks for indexing. |
void |
suspendAll()
Suspends all running tasks for indexing. |
boolean |
typeShouldBeIndexed(IResource res)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sapportals.wcm.service.indexmanagement.IIndex |
clear, delete, delete, generate, generate, getResourceInfo, getServiceTypes |
| Field Detail |
public static final java.lang.String CFG_PLUGIN_CM_INDEXES
public static final java.lang.String CFG_PLUGIN_CM_INDEXES_INDEX_FOLDERS
public static final java.lang.String PROPERTIES
public static final java.lang.String INDEX_STRING_AS_STRING
protected java.lang.String m_indexId
protected IIndexFolderList m_indexFolders
protected java.lang.String m_serviceId
protected java.lang.String m_indexName
protected java.lang.String m_indexGroup
protected boolean m_isActive
protected java.lang.String m_crawlerProfileId
protected static java.lang.String m_serviceUserId
protected java.util.List m_crawlerQueue
| Constructor Detail |
public AbstractIndex(java.lang.String indexId,
java.lang.String indexName,
java.lang.String indexGroup,
IIndexFolderList indexFolders,
java.lang.String serviceId,
java.lang.String serviceUserId,
java.util.Properties indexServiceProperties)
throws WcmException
indexId - - index identifierindexName - - display name of the indexindexGroup - - the group the index has been assigned tofolderRids - - list of RID objects that are representing the attached folders of the indexserviceId - - the identifier of the index serviceserviceUserId - - id of the index management service user, to set the service contextindexServiceProperties - - config properties of the index management serviceWcmException - Exception raised in failure situation
public AbstractIndex(java.lang.String indexId,
java.lang.String indexName,
java.lang.String indexGroup,
IIndexFolderList indexFolders,
java.lang.String serviceId,
java.lang.String crawlerProfileId,
java.lang.String serviceUserId,
java.util.Properties indexServiceProperties)
throws WcmException
indexId - - index identifierindexName - - display name of the indexindexGroup - - the group the index has been assigned tofolderRids - - list of RID objects that are representing the attached folders of the indexserviceId - - the identifier of the index servicecrawlerProfileId - - ID of the default crawler profile for all index folders of the indexserviceUserId - - id of the index management service user, to set the service contextindexServiceProperties - - config properties of the index management serviceWcmException - Exception raised in failure situation| Method Detail |
public static com.sapportals.portal.security.usermanagement.IUser getConfigServiceUser()
throws java.lang.Exception
public IPropertyMap getIndexedProperties()
throws WcmException
getIndexedProperties in interface IIndexWcmException - Exception raised in failure situationpublic void setIndexName(java.lang.String indexName)
setIndexName in interface IIndexindexName - The new IndexName valuepublic void setIndexGroup(java.lang.String indexGroup)
setIndexGroup in interface IIndexindexGroup - The new IndexGroup value
public void setCrawlerProfileId(java.lang.String crawlerProfileId)
throws WcmException
setCrawlerProfileId in interface IIndexCrawlerProfileId - The new CrawlerProfileId valuepublic abstract void setProperties(java.util.Properties properties)
setProperties in interface IIndexproperties - The new Properties valuepublic java.lang.String getIndexId()
IIndexIIndex object
from the IIndexService.getIndexId in interface IIndexpublic java.lang.String getIndexName()
IIndexgetIndexName in interface IIndexpublic IUriList getFolderUris()
getFolderUris in interface IIndexpublic IIndexFolderList getIndexFolders()
IIndexIIndexFolderList. If more than one superior folder
is attached to different indexes, the lower folder determines the index, in which
the document is stored.getIndexFolders in interface IIndexpublic java.lang.String getServiceId()
IIndexcom.sapportals.wcm.service.indexmanagement.retrieval.trex.TrexSearchAndClassificationIndexISearchIndex, IClassificationIndexgetServiceId in interface IIndexIt is configured in the wcm configuration file and links to the impementing class.
public java.lang.String getIndexGroup()
IIndexgroup can be null.getIndexGroup in interface IIndexAs an example indexes can be grouped to display them separated in groups.
public java.lang.String getCrawlerProfileId()
getCrawlerProfileId in interface IIndexpublic java.util.List getServiceTypes(java.util.Locale locale)
IIndexgetServiceTypes in interface IIndexlocale - - locale of user context to return service types in locale language of user contextpublic abstract java.util.Properties getProperties()
getProperties in interface IIndex
public void checkProperties(java.util.Properties customProperties)
throws WcmException
IIndexcheckProperties in interface IIndexIIndexpublic abstract ISupportedOptionSet getSupportedOptions()
IIndexISearchIndex, IClassificationIndex)
that are supported by the index implementation.
Example:
String indexId = "abc";
IIndexService indexService = (IIndexService)ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.INDEX_SERVICE);
IIndex index = indexService.getIndex(indexId);
ISupportedOptionSet supportedOptions = index.getSupportedOptions();
if (supportedOptions.isSupported(SupportedOption.SEARCH)) {
//do search; it is supported by the index
}
getSupportedOptions in interface IIndex
public java.util.List getLanguagesOfIndexedDocuments()
throws WcmException
getLanguagesOfIndexedDocuments in interface IIndexpublic void addFolderUri(URI folderUri)
addFolderUri in interface IIndexfolderUri - FolderUri to be addedpublic void removeAllFolderUris()
removeAllFolderUris in interface IIndexpublic void removeFolderUri(URI folderUri)
removeFolderUri in interface IIndexfolderUri - uri of folder to remove from index
public void indexDocuments(IResourceList resources,
IResourceEvent resourceEvent)
throws ResourceException,
WcmException,
java.io.IOException
indexDocuments in interface IIndexresources - resources to indexresourceEvent - event that caused the index requestResourceException - Exception raised in failure situationWcmException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public void indexDocuments(IResourceList resources)
throws ResourceException,
WcmException,
java.io.IOException
indexDocuments in interface IIndexresources - resources to indexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public void indexDocument(IResource resource)
throws ResourceException,
WcmException,
java.io.IOException
indexDocument in interface IIndexresource - resource to indexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public void indexDocument(IResource resource,
IResourceEvent resourceEvent)
throws ResourceException,
WcmException,
java.io.IOException
indexDocument in interface IIndexresource - resource to indexresourceEvent - event that caused the index requestResourceException - Exception raised in failure situationWcmException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
public void deindexDocuments(IResourceList resources)
throws ResourceException,
WcmException
deindexDocuments in interface IIndexresources - resources to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void deindexDocuments(IUriList resourceUris)
throws ResourceException,
WcmException
deindexDocuments in interface IIndexresourceUris - list of uris to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void deindexDocuments(IRidList resourceRids)
throws ResourceException,
WcmException
deindexDocuments in interface IIndexresourceRids - list of rids to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void deindexDocument(IResource resource)
throws ResourceException,
WcmException
deindexDocument in interface IIndexresource - resource to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void deindexDocument(URI resourceUri)
throws ResourceException,
WcmException
deindexDocument in interface IIndexresourceUri - uri to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void deindexDocument(RID resourceRid)
throws ResourceException,
WcmException
deindexDocument in interface IIndexresourceRid - rid to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
public void reindex()
throws WcmException
reindex in interface IIndexWcmException - Exception raised in failure situation
public void reindex(boolean disablePostClearTasks)
throws WcmException
reindex in interface IIndexdisablePostClearTasks - - if true the tasks that can be performed by the index implementation after the index
has been cleared are skipped. Example: Don't train the classification index before reindex all documents.WcmException - Exception raised in failure situation
public void deleteOnServer()
throws WcmException
IIndexdeleteOnServer in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexWcmException -
public static void deleteOnServer(java.lang.String indexId)
throws WcmException
public void createIndexOnServer()
throws WcmException
IIndexcreateIndexOnServer in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexWcmException -
public void startReindexer(boolean disablePostClearTasks)
throws WcmException
public void deltaReindex()
throws WcmException
deltaReindex in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexWcmException - exception raised in failure situationpublic abstract void init(java.util.Properties properties)
init in interface IIndexproperties - specific properties of the index implemenation
protected abstract void internalIndexDocuments(IResourceList resources,
IResourceEvent resourceEvent)
throws ResourceException,
WcmException,
java.io.IOException
resources - resources to indexresourceEvent - event that caused the index requestResourceException - Exception raised in failure situationWcmException - Exception raised in failure situationjava.io.IOException - Exception raised in failure situation
protected abstract void internalDeindexDocuments(IRidList rids)
throws ResourceException,
WcmException
rids - list of rids to deindexResourceException - Exception raised in failure situationWcmException - Exception raised in failure situation
protected void reindexPostClear(IIndexFolderList preClearIndexFolders)
throws WcmException
preClearIndexFolders - index folders that have been attached befor the clearWcmException - Exception raised in failure situation
protected boolean reindexXPostClear(IIndexFolderList preClearIndexFolders)
throws WcmException
public IIndexFolder getIndexFolderForDocument(RID documentRid)
getIndexFolderForDocument in interface IIndexdocumentRid - rid of the document to get the index folder for
public void reindexNotTrainingDocs()
throws WcmException
public int compareTo(java.lang.Object o)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void internalSetIndexFolders(IIndexFolderList indexFolders)
indexFolders -
public void internalAddQueuedCrawler(IIndexServiceCrawler crawler)
throws WcmException
crawler - WcmException -
public void internalRunQueuedIfNoActive()
throws WcmException
public java.lang.String getResourceInfo(RID documentRid)
throws WcmException
public void setSchedulerTimeTable(ISchedulerTimeTable schedulerTimeTablePar)
throws WcmException
ISchedulerTimeTable. Thereby it sets this schedule for all
data sources with no own schedule.
Remark: It is recommended to use the similar method of the
IIndexService instead of this method.setSchedulerTimeTable in interface IIndexschedulerTimeTablePar - ISchedulerTimeTableWcmException - in case of an error.
public ISchedulerTimeTable getSchedulerTimeTable()
throws WcmException
IIndexService instead of this method.getSchedulerTimeTable in interface IIndexISchedulerTimeTableWcmException - in case of an error.public boolean isActive()
isActive in interface IIndex
public boolean setActive(boolean isActive)
throws WcmException
setActive in interface IIndextrue - if index should be set to active,
false if index should be deactivated
public void setActiveDuringStartup(boolean isActive)
throws WcmException
setActiveDuringStartup in interface IIndex
public void setInactiveIndexHasChanged()
throws WcmException,
ResourceException
setInactiveIndexHasChanged in interface IIndexWcmException - in case of an errorResourceException - in case of an error
public RID getRID()
throws WcmException
getRID in interface IIndex
protected void checkIndexIsActive()
throws WcmException
public void setStateAndNumberOfCrawler(AbstractIndex.IndexingState state,
int numOfCrawler)
throws WcmException
setStateAndNumberOfCrawler in interface IIndexi -
public void setNumberOfCrawler(int numOfCrawler)
throws ResourceException,
WcmException
public void setIndexingState(AbstractIndex.IndexingState state)
throws ResourceException,
WcmException
setIndexingState in interface IIndex
public void repaireConfigurable()
throws java.lang.Exception
public int getNumberOfCrawler(RID indexRid)
throws WcmException
public int reduceNumberOfCrawler()
throws WcmException
reduceNumberOfCrawler in interface IIndex
public AbstractIndex.IndexingState getIndexingState()
throws ResourceException,
WcmException
getIndexingState in interface IIndexindexRid -
public java.lang.String getDetailsMonitorURL1()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public java.lang.String getDetailsMonitorURL2()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public java.lang.String getDetailsMonitorURL3()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public java.lang.String getDetailsMonitorPageURL()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public java.lang.String getDetailsMonitorPageText()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public java.lang.String[] getFrameSizes()
throws NotSupportedException
NotSupportedException - if the method is not implemented for an indexWcmException -
public AbstractIndex.ErrorState getErrorState(double errorThreshold,
double warningThreshold,
java.util.Locale locale)
throws NotSupportedException
errorThreshold - warningThreshold - locale - NotSupportedException - if the method is not implemented for an index
public AbstractIndex.RunningState getRunningState()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public int getNumberOfSuccessfullyIndexedDocs()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public int getNumberOfDocumentsInQueue()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public int getNumberOfErrors()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public long getActiveTime()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException - public AbstractIndex.WhatToIndex getWhatToIndex()
public void setWhatToIndex(java.lang.String s)
setWhatToIndex in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexwhatToIndex - public java.lang.String getWhatToIndexString()
getWhatToIndexString in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexpublic boolean typeShouldBeIndexed(IResource res)
typeShouldBeIndexed in interface IIndexcom.sapportals.wcm.service.indexmanagement.IIndexresource -
public static PropertyName getDisplayNameAsStringPropName()
throws ResourceException
public void suspendAll()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public void resumeAll()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public void stopAll()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException -
public void restartAll()
throws WcmException
NotSupportedException - if the method is not implemented for an indexWcmException - public boolean indexInternalLinks()
indexInternalLinks in interface IIndex
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||