OutSystems Forge 日本語データベース

BPT Sample Archiver

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2013-08-13 1 Ricardo Soeiro 7.0+ All All
このコンポーネントは、BPT API(システムコンポーネントの一部)に含まれる新しいプロセスクリーンアップアクションを使用して、古いプロセスのデータを別々のエンティティのセットにアーカイブする方法の概念実証です。
機能: - あなたのニーズに合った簡単なアーカイバ - BPTモデルに関連する独自のデータをアーカイブするための拡張ポイント 主な利点: - 毎日必要なBPTデータへのアクセスを高速化します。 - 別のカタログにBPTデータをアーカイブする。 - 古いBPTデータで使用されていたデータベーススペースを回復する。 システム要件と制限: - プラットフォームサーバーv7.0.1.18 +または8.0.0.8+ 詳細: このソリューションには、2つのeSpaceモジュールが含まれています。 BPTSampleContainer:サンプルプロセスと、BPTモデルに依存するエンティティが含まれます。これは、アーカイブプロセスを示すためのサンプルデータを作成するためにのみ使用されます。 BPTSampleArchiver:クローズされたプロセスのアーカイブおよび削除アクションを提供します。これは検査する必要があります。 このサンプルアーカイバを実装するには、3つの手順を実行しました。 BPTメタモデルとそれを直接参照するビジネスエンティティのクローンを作成します プロセスツリー全体(サブプロセス、アクティビティ、パラメータ)を元のメタモデルから複製されたバージョンにコピーできるアクションを作成します。このアクションには、独自のカスタムロジックを追加するための拡張ポイントが含まれています。BPTメタモデルの一部を参照するビジネスエンティティをアーカイブするために使用されます。一例を示す。 BPT API(システムコンポーネントの一部)に含まれている新しいプロセスクリーンアップアクションを使用して、アーカイブされたプロセスを削除します。

[Overview]
This component is a proof of concept of how you can use the new process cleanup actions included in the BPT API (part of System Components) to archive the data from old processes into a set of separate entities.
[Detail]
Feature list: - Simple archiver you can adapt to fit your needs - Extension points to archive your own data related with the BPT model Main benefits: - Speed up access to BPT data you need on a daily basis; - Archive BPT data in a different catalog; - Recover database space used by old BPT data; System Requirements and Limitations: - Platform Server v7.0.1.18+ or 8.0.0.8+ Details: The solution includes two eSpace modules: BPTSampleContainer: contains samples processes and an entity that depends on the BPT model - this is only used to create some sample data to demonstrate the archiving process; BPTSampleArchiver: provides archive and delete actions for closed processes - this is the one you should inspect. To implement this sample archiver, 3 steps were followed: Make a clone of the BPT meta-model and your own business entities that directly reference it; Create an action that is capable for copying an entire process tree (subprocesses, activities, parameters) from the original meta-model to the cloned version. This action also contains some extension points to add you own custom logic, used to archive you own business entities that reference parts of the BPT meta-model. An example is provided. Use the new process cleanup actions included in the BPT API (part of System Components) to delete the archived processes.
戻る