public interface AdminServiceMBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
static java.lang.String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportCatalog(CatalogExportPlan plan)
exports the curation artifacts for the given plan.
|
CatalogImportResult |
importCatalog(byte[] configjar,
CatalogImportPlan plan)
imports the curation artifacts for the given plan.
|
static final java.lang.String NAME
static final java.lang.String TYPE
byte[] exportCatalog(CatalogExportPlan plan) throws APIManagerException
APIManagerExceptionCatalogImportResult importCatalog(byte[] configjar, CatalogImportPlan plan) throws APIManagerException
APIManagerException