データのクローンに使用されるデータ クローン ストラテジを取得または設定します。
このサービスにトランザクションが有効されたかどうか返します。
トランザクションの状態が変更されたとき発生されるイベント - トランザクションの追加、すべてのトランザクションをコミットする、元に戻す/やり直し。
recordRef を持つ指定されたトランザクションがある場合、追加します。
Transaction to be added
Reference to the value of the record in the data source related to the changed item
すべてのトランザクションをクリアします。
Optional record id to clear transactions for
指定されたデータ中にすべてのトランザクションを適用します。
Data source to update
Optional record id to commit transactions for
すべての保留中のトランザクションと集計された保留中の状態をクリアします。Commit は true に設定された場合、保留中の状態を単一のトランザクションとしてコミットします。
Should commit the pending states
すべてのトランザクションの集計された変更を返します。
If set to true will merge each state's value over relate recordRef and will record resulting value in the related transaction
変更済みの各レコードの集計トランザクションのコレクション。
すべてのコミットされていない変更を含む必要となった ID を返します。
The id of the record to return value for
If set to true will merge state's value over relate recordRef and will return merged value
変更のある値または null。
指定された ID のレコードの状態を返します。
The id of the record
Should get pending state
レコードがある場合のその状態。
すべての登録されたレコードを時系列順に返します。
Optional record id to get transactions for
サービスのすべてのトランザクションまたは指定したレコード。
最後の元に戻されたトランザクションを削除します。
保留された変更を開始します。startPending へのコールの後に渡されたトランザクションはトランザクション ログに追加されません。
最後のトランザクションを削除します。
Redo スタックにトランザクションがあるかどうか。