public abstract class AbstractXmlMetaDataStore extends java.lang.Object implements MetaDataStore
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected javax.xml.bind.JAXBContext |
context |
| コンストラクタと説明 |
|---|
AbstractXmlMetaDataStore() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<MetaDataEntryInfo> |
definitionList(int tenantId,
java.lang.String prefixPath) |
void |
destroyed()
Service破棄時に呼び出されます。
|
void |
inited(MetaDataRepository service,
Config config)
Service初期化時に呼び出されます。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinitionList, getHistoryById, getTenantIdsOf, load, load, loadById, loadById, purgeById, remove, store, update, updateConfigByIdpublic void inited(MetaDataRepository service, Config config)
ServiceInitListenerinited インタフェース内 ServiceInitListener<MetaDataRepository>public void destroyed()
ServiceInitListenerdestroyed インタフェース内 ServiceInitListener<MetaDataRepository>public java.util.List<MetaDataEntryInfo> definitionList(int tenantId, java.lang.String prefixPath) throws MetaDataRuntimeException
definitionList インタフェース内 MetaDataStoreMetaDataRuntimeException