Package com.yahoo.documentapi
Class DocumentAccessParams
java.lang.Object
com.yahoo.documentapi.DocumentAccessParams
- Direct Known Subclasses:
MessageBusParams
Superclass of the classes which contains the parameters for creating or opening a document access.
- Author:
- Simon Thoresen Hult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<com.yahoo.document.config.DocumentmanagerConfig>
Returns the document manager config to use, or empty if it it necessary to subscribe to get itReturns the config id that the document manager should subscribe to.setDocumentmanagerConfig
(com.yahoo.document.config.DocumentmanagerConfig documentmanagerConfig) setDocumentManagerConfigId
(String configId) Sets the config id that the document manager should subscribe to.
-
Constructor Details
-
DocumentAccessParams
public DocumentAccessParams()
-
-
Method Details
-
getDocumentManagerConfigId
Returns the config id that the document manager should subscribe to. -
documentmanagerConfig
Returns the document manager config to use, or empty if it it necessary to subscribe to get it -
setDocumentManagerConfigId
Sets the config id that the document manager should subscribe to. -
setDocumentmanagerConfig
public DocumentAccessParams setDocumentmanagerConfig(com.yahoo.document.config.DocumentmanagerConfig documentmanagerConfig)
-