Package com.attivio.platform.service
Class LocalSearchClientImpl
- java.lang.Object
-
- com.attivio.client.AbstractSearchClient
-
- com.attivio.platform.service.LocalSearchClientImpl
-
- All Implemented Interfaces:
HasSecurityCredentials
,SearchClient
public class LocalSearchClientImpl extends AbstractSearchClient implements SearchClient
-
-
Field Summary
-
Fields inherited from interface com.attivio.sdk.client.SearchClient
DEFAULT_SEARCH_WORKFLOW, ENDPOINT
-
-
Constructor Summary
Constructors Constructor Description LocalSearchClientImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
endpoint(PlatformMessage pm)
Determine the destination endpoint (local or remote) based on the messageprotected boolean
isSSL()
void
setConnectionCredentials(java.lang.String username, java.lang.String password)
-
Methods inherited from class com.attivio.client.AbstractSearchClient
getClientWorkflow, getDefaultSchema, getDocumentById, getSchema, search, search, search, setClientWorkflow
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.attivio.sdk.client.SearchClient
getDefaultSchema, getDocumentById, getSchema, search, search, search, setClientWorkflow
-
-
-
-
Method Detail
-
setConnectionCredentials
public void setConnectionCredentials(java.lang.String username, java.lang.String password) throws AttivioException
- Specified by:
setConnectionCredentials
in interfaceHasSecurityCredentials
- Throws:
AttivioException
-
endpoint
public java.lang.String endpoint(PlatformMessage pm)
Determine the destination endpoint (local or remote) based on the message- Specified by:
endpoint
in classAbstractSearchClient
-
isSSL
protected boolean isSSL()
- Specified by:
isSSL
in classAbstractSearchClient
-
-