public interface DraftProcessIF
修飾子とタイプ | メソッドと説明 |
---|---|
void |
cancel(String process_def_cd,
String version_cd,
String process_cd,
String comp_cd,
String orgn_cd,
String comment,
NegoModel nego)
取り止め処理実行
|
ProcessInfoModel |
draft(String process_def_cd,
String version_cd,
String process_temporary_cd,
String process_name,
List app_key,
String draft_appoint_date,
String comp_cd,
String orgn_cd,
String comment,
NegoModel nego,
TargetInfoModel executant,
String next_activity_cd,
String locale,
CreateRouteInfoModel route_info)
起票処理実行
|
ArrayList |
getActivityProcessDefList(SearchCondition condition_key,
Sort[] sort_key,
int start,
int amount,
String locale)
起票可能プロセス一覧取得
|
ArrayList |
getEndProcessList(SearchCondition condition_key,
Sort[] sort_key,
int start,
int amount)
起票済み案件取得
|
ArrayList |
getTargetDepartment(String process_def_cd,
String version_cd,
String activity_cd,
String target_date)
所属組織情報取得(プロセスコードなし)
|
void |
noTransaction()
データベーストランザクションを未使用にする
|
void |
pullBack(String process_def_cd,
String version_cd,
String process_cd)
取り止め処理実行
|
void |
retry(String process_def_cd,
String version_cd,
String process_cd,
String process_name,
List app_key,
String draft_appoint_date,
String comp_cd,
String orgn_cd,
String comment,
NegoModel nego,
TargetInfoModel executant,
String next_activity_cd,
String locale,
CreateRouteInfoModel route_info)
再起票処理実行
|
void |
subProcessDraft(String process_def_cd,
String version_cd,
String process_cd,
String activity_cd,
String process_temporary_cd,
String process_name,
List app_key,
String comp_cd,
String orgn_cd,
String comment,
NegoModel nego,
TargetInfoModel executant,
String next_activity_cd,
CreateRouteInfoModel route_info)
サブプロセスの先頭タスクで申請を選択した場合の申請処理実行
|
ProcessInfoModel draft(String process_def_cd, String version_cd, String process_temporary_cd, String process_name, List app_key, String draft_appoint_date, String comp_cd, String orgn_cd, String comment, NegoModel nego, TargetInfoModel executant, String next_activity_cd, String locale, CreateRouteInfoModel route_info) throws WKFApplicationException
void retry(String process_def_cd, String version_cd, String process_cd, String process_name, List app_key, String draft_appoint_date, String comp_cd, String orgn_cd, String comment, NegoModel nego, TargetInfoModel executant, String next_activity_cd, String locale, CreateRouteInfoModel route_info) throws WKFApplicationException
void cancel(String process_def_cd, String version_cd, String process_cd, String comp_cd, String orgn_cd, String comment, NegoModel nego) throws WKFApplicationException
void pullBack(String process_def_cd, String version_cd, String process_cd) throws WKFApplicationException
void subProcessDraft(String process_def_cd, String version_cd, String process_cd, String activity_cd, String process_temporary_cd, String process_name, List app_key, String comp_cd, String orgn_cd, String comment, NegoModel nego, TargetInfoModel executant, String next_activity_cd, CreateRouteInfoModel route_info) throws WKFApplicationException
ArrayList getActivityProcessDefList(SearchCondition condition_key, Sort[] sort_key, int start, int amount, String locale)
ArrayList getEndProcessList(SearchCondition condition_key, Sort[] sort_key, int start, int amount)
ArrayList getTargetDepartment(String process_def_cd, String version_cd, String activity_cd, String target_date)
void noTransaction()
Copyright © 2012 NTT DATA INTRAMART CORPORATION