クラス VersioningXmlFileMetaDataStore
java.lang.Object
org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
org.iplass.mtp.impl.metadata.xmlfile.VersioningXmlFileMetaDataStore
- すべての実装されたインタフェース:
MetaDataStore,ServiceInitListener<MetaDataRepository>
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
context -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明definitionList(int tenantId, String prefixPath, boolean withInvalid) getHistoryById(int tenantId, String id) getTenantIdsOf(String id) voidinited(MetaDataRepository service, Config config) Service初期化時に呼び出されます。loadInternal(int tenantId, String path, int version) voidvoidvoidsetFileStorePath(String fileStorePath) voidsetVersionFormat(String versionFormat) voidstore(int tenantId, MetaDataEntry metaDataEntry) voidupdate(int tenantId, MetaDataEntry metaDataEntry) voidupdateConfigById(int tenantId, String id, MetaDataConfig config) クラスから継承されたメソッド org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
definitionList, destroyed
-
コンストラクタの詳細
-
VersioningXmlFileMetaDataStore
public VersioningXmlFileMetaDataStore()
-
-
メソッドの詳細
-
getFileStorePath
-
setFileStorePath
-
getVersionFormat
-
setVersionFormat
-
loadById
-
loadById
-
definitionList
public List<MetaDataEntryInfo> definitionList(int tenantId, String prefixPath, boolean withInvalid) throws MetaDataRuntimeException -
inited
インタフェースからコピーされた説明:ServiceInitListenerService初期化時に呼び出されます。- 定義:
initedインタフェース内ServiceInitListener<MetaDataRepository>- オーバーライド:
initedクラス内AbstractXmlMetaDataStore- パラメータ:
service-config-
-
load
-
load
-
loadInternal
public MetaDataEntry loadInternal(int tenantId, String path, int version) throws MetaDataRuntimeException -
store
-
update
-
remove
-
purgeById
-
getTenantIdsOf
-
updateConfigById
-
getHistoryById
-