Package | Description |
---|---|
com.contentful.java.cma | |
com.contentful.java.cma.model |
Modifier and Type | Method and Description |
---|---|
CMAEditorInterface |
ModuleEditorInterfaces.fetchOne(java.lang.String contentTypeId)
Return an editor interface by id using the configured space and environment.
|
CMAEditorInterface |
ModuleEditorInterfaces.fetchOne(java.lang.String spaceId,
java.lang.String environmentId,
java.lang.String contentTypeId)
Get the editor interface by id, using the given space and environment.
|
CMAEditorInterface |
ModuleEditorInterfaces.update(CMAEditorInterface editor)
Update an editor interface.
|
Modifier and Type | Method and Description |
---|---|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in the configured space and environment.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String spaceId,
java.lang.String environmentId,
java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space and environment.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
Modifier and Type | Method and Description |
---|---|
CMAEditorInterface |
ModuleEditorInterfaces.update(CMAEditorInterface editor)
Update an editor interface.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
Modifier and Type | Method and Description |
---|---|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in the configured space and environment.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.fetchOne(java.lang.String spaceId,
java.lang.String environmentId,
java.lang.String contentTypeId,
CMACallback<CMAEditorInterface> callback)
Fetch editor interface to given content type in a given space and environment.
|
CMACallback<CMAEditorInterface> |
ModuleEditorInterfaces.Async.update(CMAEditorInterface editor,
CMACallback<CMAEditorInterface> callback)
Update the given editor interface.
|
Modifier and Type | Method and Description |
---|---|
CMAEditorInterface |
CMAEditorInterface.addControl(CMAEditorInterface.Control control)
Adds a new control to the list of controls.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.