CplNodePullBackInfo オブジェクト

処理済ノード情報(引戻し可能フラグ)オブジェクト。
処理済ノード情報(引戻し可能フラグ)オブジェクトは下記のプロパティを持つObject型のオブジェクトです。

未完了案件の処理済みノード情報の取得する処理で、処理結果である案件ノード情報を保存する為のオブジェクトです。
このオブジェクトには、引戻し処理が可能かを判断する為のフラグが含まれています。

このオブジェクトにはデータベーステーブル「imw_t_actv_matter」、「imw_t_actv_matter_locale」、「imw_t_cpl_task」のデータが設定されます。
引戻しの判断フラグ情報は「imw_t_before_task」から取得します。
オブジェクト内にある「ユーザデータ案件プロパティの配列「UserMatterPropertyInfo」には「imw_t_user_data」のデータが設定されます。
詳細については、使用されている各箇所を参照してください。
 【 各項目の必須/任意 】
 このオブジェクトは値を取得する時にのみ使用しますので、全て任意項目となります。
 ※新規作成、更新、削除には使用しません。
 
関連オブジェクト:
ProcessedActvMatterNodeList#getProcessedList(ProcessedAuthConditionInfo, ListSearchCondition),
UserMatterPropertyInfo

導入されたバージョン:7.2

プロパティの概要
String actFlag
代理フラグ
通常
String applyActFlag
申請代理フラグ
通常
String applyAuthUserCode
申請権限者コード。
通常
String applyAuthUserName
申請権限者名。
通常
String applyBaseDate
申請基準日("yyyy/MM/dd"形式の文字列)。
通常
String applyDate
申請日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String applyExecuteUserCode
申請実行者コード。
通常
String applyExecuteUserName
申請実行者名。
通常
String authUserCode
権限者コード。
通常
String authUserName
権限者名。
通常
String endDate
終了日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String executeUserCode
実行者コード。
通常
String executeUserName
実行者名。
通常
String flowId
フローID。
通常
String flowName
フロー名。
通常
String flowVersionId
フローバージョンID。
通常
String matterName
案件名。
通常
String matterNumber
案件番号。
通常
Array matterProperty
ユーザデータ案件プロパティ情報オブジェクトの配列。
通常
String nodeId
ノードID。
通常
String nodeName
ノード名。
通常
String nodeType
ノード種別
通常
String operateUserCode
操作者コード。
通常
String operateUserName
操作者名。
通常
String priorityLevel
優先度
通常
String processType
処理種別
通常
String pullbackableFlag
引戻し可能フラグ
通常
String startDate
開始日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。
通常
String status
タスクステータス
通常
String systemMatterId
システム案件ID。
通常
String userDataId
ユーザデータID。
通常

プロパティの詳細
actFlag

String actFlag

代理フラグ。(0:代理設定なし / 1:代理設定あり)

applyActFlag

String applyActFlag

申請代理フラグ。(0:代理設定なし / 1:代理設定あり)

applyAuthUserCode

String applyAuthUserCode

申請権限者コード。

applyAuthUserName

String applyAuthUserName

申請権限者名。

applyBaseDate

String applyBaseDate

申請基準日("yyyy/MM/dd"形式の文字列)。

applyDate

String applyDate

申請日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

applyExecuteUserCode

String applyExecuteUserCode

申請実行者コード。

applyExecuteUserName

String applyExecuteUserName

申請実行者名。

authUserCode

String authUserCode

権限者コード。

authUserName

String authUserName

権限者名。

endDate

String endDate

終了日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

executeUserCode

String executeUserCode

実行者コード。

executeUserName

String executeUserName

実行者名。

flowId

String flowId

フローID。

flowName

String flowName

フロー名。

flowVersionId

String flowVersionId

フローバージョンID。

matterName

String matterName

案件名。

matterNumber

String matterNumber

案件番号。

matterProperty

Array matterProperty

ユーザデータ案件プロパティ情報オブジェクトの配列。

nodeId

String nodeId

ノードID。

nodeName

String nodeName

ノード名。

nodeType

String nodeType

ノード種別

operateUserCode

String operateUserCode

操作者コード。

operateUserName

String operateUserName

操作者名。

priorityLevel

String priorityLevel

優先度

processType

String processType

処理種別

pullbackableFlag

String pullbackableFlag

引戻し可能フラグ。(0:引戻し不可 / 1:引戻し可)

startDate

String startDate

開始日("yyyy/MM/dd HH:mm:ss.SSS"形式の文字列)。

status

String status

タスクステータス

systemMatterId

String systemMatterId

システム案件ID。

userDataId

String userDataId

ユーザデータID。