SFImwMatterPropertyManager オブジェクト

案件情報プロパティ設定情報管理クラス。
案件プロパティ設定情報の操作用のクラスです。
導入されたバージョン:7.2

コンストラクタの概要
SFImwMatterPropertyManager (String loginUserId ,String loginGroupId)
コンストラクタ

メソッドの概要
SFResultInfo deleteMatterProperty (SFImwMatterPropertyKey arg)
指定された条件の案件プロパティ設定情報を削除します。
SFResultInfo getMatterProperty (SFImwMatterPropertyKey condition ,Number startRow ,Number length)
条件に一致した案件プロパティ設定情報を配列で返却します。
SFResultInfo getMatterPropertyCount (SFImwMatterPropertyKey condition)
条件に一致した案件プロパティ設定情報の件数を返却します。
SFResultInfo insertMatterProperty (SFImwMatterPropertyInfo arg)
案件プロパティ設定情報を登録します。
SFResultInfo updateMatterProperty (SFImwMatterPropertyInfo arg)
案件プロパティ設定情報を更新します。

コンストラクタの詳細
SFImwMatterPropertyManager

SFImwMatterPropertyManager (String loginUserId ,String loginGroupId)
コンストラクタ
パラメータ
loginUserId String ログインユーザID
loginGroupId String ログイングループID

メソッドの詳細
deleteMatterProperty

SFResultInfo deleteMatterProperty (SFImwMatterPropertyKey arg)

指定された条件の案件プロパティ設定情報を削除します。
条件に何も指定していない場合、設定されている案件情報プロパティ設定情報が全て削除されます。
パラメータ
arg SFImwMatterPropertyKey 案件プロパティ設定情報検索オブジェクト
返却値
SFResultInfo 処理結果オブジェクト

getMatterProperty

SFResultInfo getMatterProperty (SFImwMatterPropertyKey condition ,Number startRow ,Number length)

条件に一致した案件プロパティ設定情報を配列で返却します。
条件に一致する情報が存在しない場合は処理結果オブジェクトのdataに空配列が返却されます。
パラメータ
condition SFImwMatterPropertyKey 案件プロパティ設定情報検索オブジェクト
startRow Number 取得開始位置(0を指定すると先頭行から取得します。)
length Number 取得件数(0を指定すると全件取得します。)
返却値
SFResultInfo 処理結果オブジェクト
   SFResultInfo
       └data Array 案件プロパティ設定情報オブジェクト配列
 

getMatterPropertyCount

SFResultInfo getMatterPropertyCount (SFImwMatterPropertyKey condition)

条件に一致した案件プロパティ設定情報の件数を返却します。
パラメータ
condition SFImwMatterPropertyKey 案件プロパティ設定情報検索オブジェクト
返却値
SFResultInfo 処理結果オブジェクト
   SFResultInfo
       └data Number 該当データ件数
 

insertMatterProperty

SFResultInfo insertMatterProperty (SFImwMatterPropertyInfo arg)

案件プロパティ設定情報を登録します。
このメソッドでは、指定されたのフローやノード、案件プロパティキーといったIM-Workflowの情報に対して存在チェックは行ないません。
パラメータ
arg SFImwMatterPropertyInfo 案件プロパティ設定情報オブジェクト
返却値
SFResultInfo 処理結果オブジェクト

updateMatterProperty

SFResultInfo updateMatterProperty (SFImwMatterPropertyInfo arg)

案件プロパティ設定情報を更新します。
パラメータ
arg SFImwMatterPropertyInfo 案件プロパティ設定情報オブジェクト
返却値
SFResultInfo 処理結果オブジェクト