public interface BMRepositoryConnectorService
修飾子とタイプ | メソッドと説明 |
---|---|
void |
deleteConnector(BMContent content)
IM-BloomMaker コンテンツ情報と IM-Repository の連携情報を削除します。
|
void |
deleteConnector(BMElementSet elementSet)
IM-BloomMaker エレメントセット情報と IM-Repository の連携情報を削除します。
|
void |
deleteConnector(BMTemplate template)
IM-BloomMaker テンプレート情報と IM-Repository の連携情報を削除します。
|
void |
registerConnector(BMContent content)
IM-BloomMaker コンテンツ情報と IM-Repository の連携情報を登録します。
|
void |
registerConnector(BMContent content,
int version)
IM-BloomMaker コンテンツ情報と IM-Repository の連携情報を登録します。
|
void |
registerConnector(BMElementSet elementSet)
IM-BloomMaker エレメントセット情報と IM-Repository の連携情報を登録します。
|
void |
registerConnector(BMTemplate template)
IM-BloomMaker テンプレート情報と IM-Repository の連携情報を登録します。
|
void |
updateConnector(BMContent oldContent,
BMContent newContent)
IM-BloomMaker コンテンツ情報と IM-Repository の連携情報を更新します。
|
void |
updateConnector(BMContent oldContent,
BMContent newContent,
int version)
IM-BloomMaker コンテンツ情報と IM-Repository の連携情報を更新します。
|
void |
updateConnector(BMElementSet oldElementSet,
BMElementSet newElementSet)
IM-BloomMaker エレメントセット情報と IM-Repository の連携情報を更新します。
|
void |
updateConnector(BMTemplate oldTemplate,
BMTemplate newTemplate)
IM-BloomMaker テンプレート情報と IM-Repository の連携情報を更新します。
|
void deleteConnector(BMContent content) throws BloomMakerException
content
- コンテンツ情報BloomMakerException
- 連携情報の追加に失敗した場合にスローされます。void deleteConnector(BMTemplate template) throws BloomMakerException
template
- テンプレート情報BloomMakerException
- 連携情報の追加に失敗した場合にスローされます。void deleteConnector(BMElementSet elementSet) throws BloomMakerException
elementSet
- エレメントセット情報BloomMakerException
- 連携情報の追加に失敗した場合にスローされます。void registerConnector(BMContent content) throws BloomMakerException
content
- コンテンツ情報BloomMakerException
- 連携情報の登録に失敗した場合にスローされます。void registerConnector(BMContent content, int version) throws BloomMakerException
content
- コンテンツ情報version
- バージョン番号BloomMakerException
- 連携情報の登録に失敗した場合にスローされます。void registerConnector(BMTemplate template) throws BloomMakerException
template
- テンプレート情報BloomMakerException
- 連携情報の登録に失敗した場合にスローされます。void registerConnector(BMElementSet elementSet) throws BloomMakerException
elementSet
- エレメントセット情報BloomMakerException
- 連携情報の登録に失敗した場合にスローされます。void updateConnector(BMContent oldContent, BMContent newContent) throws BloomMakerException
oldContent
- 更新前のコンテンツ情報newContent
- 更新後のコンテンツ情報BloomMakerException
- 連携情報の更新に失敗した場合にスローされます。void updateConnector(BMContent oldContent, BMContent newContent, int version) throws BloomMakerException
oldContent
- 更新前のコンテンツ情報newContent
- 更新後のコンテンツ情報version
- バージョン番号BloomMakerException
- 連携情報の更新に失敗した場合にスローされます。void updateConnector(BMTemplate oldTemplate, BMTemplate newTemplate) throws BloomMakerException
oldTemplate
- 更新前のテンプレート情報newTemplate
- 更新後のテンプレート情報BloomMakerException
- 連携情報の更新に失敗した場合にスローされます。void updateConnector(BMElementSet oldElementSet, BMElementSet newElementSet) throws BloomMakerException
oldElementSet
- 更新前のエレメントセット情報newElementSet
- 更新後のエレメントセット情報BloomMakerException
- 連携情報の更新に失敗した場合にスローされます。Copyright (c) 2019 NTT DATA INTRAMART CORPORATION.