クラス AbstractXmlMetaDataStore
java.lang.Object
org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
- すべての実装されたインタフェース:
MetaDataStore,ServiceInitListener<MetaDataRepository>
- 直系の既知のサブクラス:
RdbMetaDataStore,VersioningXmlFileMetaDataStore,XmlFileMetaDataStore,XmlResourceMetaDataStore
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明definitionList(int tenantId, String prefixPath) voidService破棄時に呼び出されます。voidinited(MetaDataRepository service, Config config) Service初期化時に呼び出されます。クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.metadata.MetaDataStore
definitionList, getHistoryById, getTenantIdsOf, load, load, loadById, loadById, purgeById, remove, store, update, updateConfigById
-
フィールド詳細
-
context
protected jakarta.xml.bind.JAXBContext context
-
-
コンストラクタの詳細
-
AbstractXmlMetaDataStore
public AbstractXmlMetaDataStore()
-
-
メソッドの詳細
-
inited
インタフェースからコピーされた説明:ServiceInitListenerService初期化時に呼び出されます。- 定義:
initedインタフェース内ServiceInitListener<MetaDataRepository>- パラメータ:
service-config-
-
destroyed
public void destroyed()インタフェースからコピーされた説明:ServiceInitListenerService破棄時に呼び出されます。- 定義:
destroyedインタフェース内ServiceInitListener<MetaDataRepository>
-
definitionList
public List<MetaDataEntryInfo> definitionList(int tenantId, String prefixPath) throws MetaDataRuntimeException - 定義:
definitionListインタフェース内MetaDataStore- 例外:
MetaDataRuntimeException
-