You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[SavedObjectsSerializer](./kibana-plugin-core-server.savedobjectsserializer.md)| A serializer that can be used to manually convert [raw](./kibana-plugin-core-server.savedobjectsrawdoc.md) or [sanitized](./kibana-plugin-core-server.savedobjectsanitizeddoc.md) documents to the other kind. |
|[SavedObjectTypeRegistry](./kibana-plugin-core-server.savedobjecttyperegistry.md)| Registry holding information about all the registered [saved object types](./kibana-plugin-core-server.savedobjectstype.md)<!---->. |
32
33
33
34
## Enumerations
@@ -224,8 +225,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
224
225
| Variable | Description |
225
226
| --- | --- |
226
227
|[kibanaResponseFactory](./kibana-plugin-core-server.kibanaresponsefactory.md)| Set of helpers used to create <code>KibanaResponse</code> to form HTTP response on an incoming request. Should be returned as a result of [RequestHandler](./kibana-plugin-core-server.requesthandler.md) execution. |
227
-
|[namespaceIdToString](./kibana-plugin-core-server.namespaceidtostring.md)| Converts a given saved object namespace ID to its string representation. All namespace IDs have an identical string representation, with the exception of the <code>undefined</code> namespace ID (which has a namespace string of <code>'default'</code>). |
228
-
|[namespaceStringToId](./kibana-plugin-core-server.namespacestringtoid.md)| Converts a given saved object namespace string to its ID representation. All namespace strings have an identical ID representation, with the exception of the <code>'default'</code> namespace string (which has a namespace ID of <code>undefined</code>). |
229
228
|[ServiceStatusLevels](./kibana-plugin-core-server.servicestatuslevels.md)| The current "level" of availability of a service. |
230
229
|[validBodyOutput](./kibana-plugin-core-server.validbodyoutput.md)| The set of valid body.output |
Converts a given saved object namespace ID to its string representation. All namespace IDs have an identical string representation, with the exception of the `undefined` namespace ID (which has a namespace string of `'default'`<!---->).
Converts a given saved object namespace string to its ID representation. All namespace strings have an identical ID representation, with the exception of the `'default'` namespace string (which has a namespace ID of `undefined`<!---->).
0 commit comments