|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Indexer
Remote interface for the Indexer EJB. This EJB provides access to the ISearchManager's indexing methods.
| Method Summary | |
|---|---|
void |
indexContentByPath(String path)
Index content by path. |
void |
indexContentByType(String typeName,
String repositoryName)
Index content by type. |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
void indexContentByPath(String path)
throws RemoteException
path - The path of the node on which to start the index operation.
RemoteException
void indexContentByType(String typeName,
String repositoryName)
throws RemoteException
typeName - The name of the type.repositoryName - the name of the repository
RemoteException
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||