クラス XmlFileMetaDataStore
java.lang.Object
org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
org.iplass.mtp.impl.metadata.xmlfile.XmlFileMetaDataStore
- すべての実装されたインタフェース:
MetaDataStore,ServiceInitListener<MetaDataRepository>
-
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
context -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明definitionList(int tenantId, String prefixPath, boolean withInvalid) getHistoryById(int tenantId, String id) intgetTenantIdsOf(String id) voidinited(MetaDataRepository service, Config config) Service初期化時に呼び出されます。/tenantId voidvoidvoidsetFileStorePath(String fileStorePath) voidsetGroovySourceStorePath(String groovySourceStorePath) voidsetLocalTenantId(int localTenantId) voidsetRootPath(String rootPath) voidsetXmlExternalRefHandler(XmlExternalRefHandler xmlExternalRefHandler) voidstore(int tenantId, MetaDataEntry metaDataEntry) voidstore(int tenantId, MetaDataEntry metaDataEntry, int version) voidupdate(int tenantId, MetaDataEntry metaDataEntry) voidupdateConfigById(int tenantId, String id, MetaDataConfig config) クラスから継承されたメソッド org.iplass.mtp.impl.metadata.AbstractXmlMetaDataStore
definitionList, destroyed
-
コンストラクタの詳細
-
XmlFileMetaDataStore
public XmlFileMetaDataStore()
-
-
メソッドの詳細
-
setXmlExternalRefHandler
-
getXmlExternalRefHandler
-
setRootPath
-
getFileStorePath
-
setFileStorePath
-
getGroovySourceStorePath
-
setGroovySourceStorePath
-
getLocalTenantId
public int getLocalTenantId() -
setLocalTenantId
public void setLocalTenantId(int localTenantId) -
loadById
/tenantId -
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
-
store
-
store
public void store(int tenantId, MetaDataEntry metaDataEntry, int version) throws MetaDataRuntimeException -
update
-
remove
-
updateConfigById
-
getHistoryById
-
purgeById
-
getTenantIdsOf
-