|
Nautica Workflow | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
WorkItemBeanをデータとするDAOインタフェース。
| メソッドの概要 | |
void |
delete(java.lang.String wid)
作業項目を削除する。 |
void |
deleteByProcessIDANDActivityID(java.lang.String pid,
java.lang.String aid)
プロセスIDとアクティビティIDで作業項目を取得する。 |
WorkItemBean[] |
findByParticipant(java.lang.String name,
int type)
ワークフロー参加者名と型で作業項目を取得する。 |
WorkItemBean |
findByPrimaryKey(java.lang.String wid)
作業項目IDで作業項目を取得する。 |
WorkItemBean |
findByProcessIDANDActivityID(java.lang.String pid,
java.lang.String aid)
プロセスIDとアクティビティIDで作業項目を取得する。 |
WorkItemBean[] |
findBySQLPart(java.lang.String s,
boolean hasAttributeFilter)
SQL部分文字列にしたがって、作業項目を取得する。 |
int |
findCountByParticipant(java.lang.String name,
int type)
ワークフロー参加者名と型で作業項目の個数を取得する。 |
void |
insert(WorkItemBean bean)
作業項目を挿入する。 |
void |
updateParticipant(java.lang.String wid,
Participant src,
Participant target)
作業項目のワークフロー参加者を更新する。 |
| メソッドの詳細 |
public WorkItemBean findByPrimaryKey(java.lang.String wid)
throws java.sql.SQLException,
DAOException
wid - 作業項目ID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public WorkItemBean findByProcessIDANDActivityID(java.lang.String pid,
java.lang.String aid)
throws java.sql.SQLException,
DAOException
pid - プロセスIDaid - アクティビティID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public int findCountByParticipant(java.lang.String name,
int type)
throws java.sql.SQLException,
DAOException
name - ワークフロー参加者名type - ワークフロー参加者型
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public WorkItemBean[] findByParticipant(java.lang.String name,
int type)
throws java.sql.SQLException,
DAOException
name - ワークフロー参加者名type - ワークフロー参加者型
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public WorkItemBean[] findBySQLPart(java.lang.String s,
boolean hasAttributeFilter)
throws java.sql.SQLException,
DAOException
s - SQL部分文字列hasAttributeFilter - 属性フィルターを含む場合true
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void insert(WorkItemBean bean)
throws java.sql.SQLException,
DAOException
bean - 作業項目
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void updateParticipant(java.lang.String wid,
Participant src,
Participant target)
throws java.sql.SQLException,
DAOException
wid - 作業項目IDsrc - 更新前のワークフロー参加者target - 更新後のワークフロー参加者
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void delete(java.lang.String wid)
throws java.sql.SQLException,
DAOException
wid - 作業項目ID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
public void deleteByProcessIDANDActivityID(java.lang.String pid,
java.lang.String aid)
throws java.sql.SQLException,
DAOException
pid - プロセスIDaid - アクティビティID
java.sql.SQLException - 任意のSQL例外
DAOException - DAO実行中に処理としてあげる場合がある例外
|
株式会社アルゴ21 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||