public class ActivityMasterInfoModel extends ActivityMasterInfoKey implements Serializable
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
AUTO_PASS_OFF
自動パス処理フラグ(自動パスしない)。
|
static String |
AUTO_PASS_ON
自動パス処理フラグ(自動パスする)。
|
static String |
COMPULSION_OFF
強制終了:不可
|
static String |
COMPULSION_ON
強制終了:可
|
static String |
CONDITION_TYPE_PARALLEL
分岐種別:複数ルート
|
static String |
CONDITION_TYPE_SERIAL
分岐種別:単一ルート
|
static String |
RUN_REFER_EXECUTIVE
実行主体種別(役職)
|
static String |
RUN_REFER_MIXTURE
実行主体種別(混在)
|
static String |
RUN_REFER_OTHER
実行主体種別(その他)
|
static String |
RUN_REFER_USER
実行主体種別(ユーザ)
|
static String |
SHORTEST_END_OFF
最短終了:不可
|
static String |
SHORTEST_END_ON
最短終了:可
|
コンストラクタと説明 |
---|
ActivityMasterInfoModel()
コンストラクタ
|
ActivityMasterInfoModel(ActivityMasterUnitModel model) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addAutoPassExecutiveList(AutoPassExecutiveInfoModel model)
自動パス役職マスタ情報を追加します。
|
void |
addAutoPassList(UserInfoModel model)
自動パスマスタ情報を追加します。
|
void |
addContentsList(ContentsInfoModel model)
コンテンツマスタ情報を追加します。
|
void |
addFlowInnerList(FlowInnerInfoModel model)
フロー内容マスタ情報を追加します。
|
void |
addReferList(ReferInfoModel model)
参照者マスタ情報を追加します。
|
void |
addRouteSelectList(RouteSelectInfoModel model)
スイッチマスタ情報を追加します。
|
void |
addRunExecutiveList(RunExecutiveInfoModel model)
実行主体役職マスタ情報を追加します。
|
void |
addRunUserList(UserInfoModel model)
実行主体ユーザマスタ情報を追加します。
|
void |
addSequenceInnerList(SequenceInnerInfoModel model)
シーケンス内容マスタ情報を追加します。
|
void |
addSwitchList(SwitchInfoModel model)
スイッチマスタ情報を追加します。
|
protected void |
checkAutoAdapterActivity()
オートアダプタアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkAutoPassExecutiveMaster(Connection connection,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
自動パス役職マスタ情報をチェックするメソッドです。
|
protected void |
checkAutoPassInfo(Connection connection,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
自動パスマスタ設定の正当性をチェックするメソッドです。
|
protected void |
checkAutoPassMaster(Connection connection,
String targetDate)
自動パスマスタ情報をチェックするメソッドです。
|
protected void |
checkContentsInfo()
コンテンツマスタ設定の正当性をチェックするメソッドです。
|
protected void |
checkEventAdapterActivity()
イベントアダプタアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkFlowActivity(ArrayList<String> childList)
フローアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkInputActivityInfo()
アクティビティ情報の入力内容をチェックするメソッドです。
|
protected void |
checkProcessAdapterActivity()
プロセスアダプタアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkReceiveActivity(Connection connection,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
レシーブアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkRefer(Connection connection,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
参照者マスタ情報をチェックするメソッドです。
|
protected void |
checkRouteSelectActivity(ArrayList<String> childList)
ルート選択アクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkRunGroup(Connection connection,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
実行主体役職マスタ情報をチェックするメソッドです。
|
protected void |
checkRunUser(Connection connection,
String targetDate)
実行主体ユーザマスタ情報をチェックするメソッドです。
|
protected void |
checkSequenceActivity(ArrayList<String> childList)
シーケンスアクティビティ設定の正当性をチェックするメソッドです。
|
protected void |
checkSwitchActivity(ArrayList<String> childList)
スイッチアクティビティ設定の正当性をチェックするメソッドです。
|
String |
getActivityName()
アクティビティ名を返却します。
|
String |
getActivityTypeCd()
アクティビティ種別コードを返却します。
|
List<AutoPassExecutiveInfoModel> |
getAutoPassExecutiveList()
自動パス役職マスタ情報リストを返却します。
|
String |
getAutoPassFlag()
自動パス処理フラグを返却します。
|
List<UserInfoModel> |
getAutoPassList()
自動パスマスタ情報リストを返却します。
|
String |
getAutoPassTerm()
自動パス期限を返却します。
|
String |
getCompulsionEndFlag()
強制終了可否フラグを返却します。
|
String |
getConditionType()
分岐種別を返却します。
|
List<ContentsInfoModel> |
getContentsList()
コンテンツマスタ情報リストを返却します。
|
String |
getEndTaskProgram()
END時実行クラスを返却します。
|
EventAdapterInfoModel |
getEventAdapterInfoModel()
イベントアダプタマスタ情報を返却します。
|
ExecuteAdapterInfoModel |
getExesuteAdapterInfoModel()
オートアダプタマスタ情報を返却します。
|
List<FlowInnerInfoModel> |
getFlowInnerList()
フロー内容マスタ情報リストを返却します。
|
DesignerObjectInfoModel |
getObjectInfoModel()
デザイナオブジェクト情報を返却します。
|
ProcessAdapterInfoModel |
getProcessAdapterInfoModel()
プロセスアダプタマスタ情報を返却します。
|
ReceiveInfoModel |
getReceiveInfoModel()
レシーブマスタ情報を返却します。
|
List<ReferInfoModel> |
getReferList()
参照者マスタ情報リストを返却します。
|
String |
getReturnFlag()
引戻し・差戻しフラグを返却します。
|
String |
getReturnMailFlag()
引戻し・差戻しメール送信フラグを返却します。
|
List<RouteSelectInfoModel> |
getRouteSelectList()
ルート選択マスタ情報リストを返却します。
|
List<RunExecutiveInfoModel> |
getRunExecutiveList()
実行主体役職マスタ情報リストを返却します。
|
String |
getRunReferTypeCd()
実行主体種別コードを返却します。
|
List<UserInfoModel> |
getRunUserList()
実行主体ユーザマスタ情報リストを返却します。
|
List<SequenceInnerInfoModel> |
getSequenceInnerList()
シーケンス内容マスタ情報リストを返却します。
|
String |
getShortestEndFlag()
最短終了フラグを返却します。
|
List<SwitchInfoModel> |
getSwitchList()
スイッチマスタ情報リストを返却します。
|
void |
inputCheck(Connection connection,
ArrayList<String> childList,
String targetDate,
jp.co.intra_mart.framework.base.util.UserInfo userInfo)
アクティビティマスタ入力情報をチェックするメソッドです。
|
void |
setActivityName(String string)
アクティビティ名を設定します。
|
void |
setActivityTypeCd(String string)
アクティビティ種別コードを設定します。
|
void |
setAutoPassFlag(String string)
自動パス処理フラグを設定します。
|
void |
setAutoPassTerm(String string)
自動パス期限を設定します。
|
void |
setCompulsionEndFlag(String string)
強制終了可否フラグを設定します。
|
void |
setConditionType(String string)
分岐種別を設定します。
|
void |
setEndTaskProgram(String string)
END時実行クラスを設定します。
|
void |
setEventAdapterInfoModel(EventAdapterInfoModel model)
イベントアダプタマスタ情報を追加します。
|
void |
setExecuteAdapterInfoModel(ExecuteAdapterInfoModel model)
オートアダプタマスタ情報を追加します。
|
void |
setObjectInfoModel(DesignerObjectInfoModel objectInfoModel)
デザイナオブジェクト情報を設定します。
|
void |
setProcessAdapterInfoModel(ProcessAdapterInfoModel model)
プロセスアダプタマスタ情報を追加します。
|
void |
setReceiveInfoModel(ReceiveInfoModel model)
レシーブマスタ情報を追加します。
|
void |
setReturnFlag(String string)
引戻し・差戻しフラグを設定します。
|
void |
setReturnMailFlag(String string)
引戻し・差戻しメール送信フラグを設定します。
|
void |
setRunReferTypeCd(String string)
実行主体種別コードを設定します。
|
void |
setShortestEndFlag(String string)
最短終了フラグを設定します。
|
getActivityCd, getProcessDefCd, getVersionCd, setActivityCd, setProcessDefCd, setVersionCd
public static final String AUTO_PASS_ON
public static final String AUTO_PASS_OFF
public ActivityMasterInfoModel()
public ActivityMasterInfoModel(ActivityMasterUnitModel model)
public String getActivityName()
public String getActivityTypeCd()
プロセスの処理タイプID
,
レシーブの処理タイプID
,
インボーク(プロセス呼出)の処理タイプID
,
インボーク(自動呼出)の処理タイプID
,
シーケンスの処理タイプID
,
フローの処理タイプID
,
ターミネートの処理タイプID
,
エンプティの処理タイプID
,
スイッチの処理タイプID
,
インボーク(イベント)の処理タイプID
,
ルート選択の処理タイプID
public String getRunReferTypeCd()
public String getAutoPassTerm()
public String getAutoPassFlag()
public String getCompulsionEndFlag()
public String getReturnMailFlag()
public String getReturnFlag()
public List<ReferInfoModel> getReferList()
UserInfoModel
public List<UserInfoModel> getRunUserList()
UserInfoModel
public List<RunExecutiveInfoModel> getRunExecutiveList()
RunExecutiveInfoModel
public List<UserInfoModel> getAutoPassList()
UserInfoModel
public List<AutoPassExecutiveInfoModel> getAutoPassExecutiveList()
AutoPassExecutiveInfoModel
public List<ContentsInfoModel> getContentsList()
ContentsInfoModel
public ReceiveInfoModel getReceiveInfoModel()
public ProcessAdapterInfoModel getProcessAdapterInfoModel()
public EventAdapterInfoModel getEventAdapterInfoModel()
public ExecuteAdapterInfoModel getExesuteAdapterInfoModel()
public List<SequenceInnerInfoModel> getSequenceInnerList()
SequenceInnerInfoModel
public List<FlowInnerInfoModel> getFlowInnerList()
FlowInnerInfoModel
public List<SwitchInfoModel> getSwitchList()
SwitchInfoModel
public List<RouteSelectInfoModel> getRouteSelectList()
RouteSelectInfoModel
public String getShortestEndFlag()
public String getEndTaskProgram()
public String getConditionType()
public DesignerObjectInfoModel getObjectInfoModel()
public void setActivityName(String string)
string
- アクティビティ名public void setActivityTypeCd(String string)
string
- アクティビティ種別コードpublic void setRunReferTypeCd(String string)
string
- 実行主体種別コードpublic void setAutoPassTerm(String string)
string
- 自動パス期限public void setAutoPassFlag(String string)
string
- 自動パス処理フラグpublic void setCompulsionEndFlag(String string)
string
- 強制終了可否フラグpublic void setReturnMailFlag(String string)
public void setReturnFlag(String string)
public void addReferList(ReferInfoModel model)
model
- 参照者マスタ情報public void addRunUserList(UserInfoModel model)
model
- 実行主体ユーザマスタ情報public void addRunExecutiveList(RunExecutiveInfoModel model)
model
- 実行主体役職マスタ情報public void addAutoPassList(UserInfoModel model)
model
- 自動パスマスタ情報public void addAutoPassExecutiveList(AutoPassExecutiveInfoModel model)
model
- 自動パス役職マスタ情報public void addContentsList(ContentsInfoModel model)
model
- コンテンツマスタ情報public void setReceiveInfoModel(ReceiveInfoModel model)
model
- レシーブマスタ情報public void setProcessAdapterInfoModel(ProcessAdapterInfoModel model)
model
- プロセスアダプタマスタ情報public void setEventAdapterInfoModel(EventAdapterInfoModel model)
model
- プロセスアダプタマスタ情報public void setExecuteAdapterInfoModel(ExecuteAdapterInfoModel model)
model
- オートアダプタマスタ情報public void addSequenceInnerList(SequenceInnerInfoModel model)
model
- シーケンス内容マスタ情報public void addFlowInnerList(FlowInnerInfoModel model)
model
- フロー内容マスタ情報public void addSwitchList(SwitchInfoModel model)
model
- スイッチマスタ情報public void addRouteSelectList(RouteSelectInfoModel model)
model
- スイッチマスタ情報public void setShortestEndFlag(String string)
object
- 最短終了フラグpublic void setEndTaskProgram(String string)
object
- END時実行クラスpublic void setConditionType(String string)
object
- 分岐種別public void setObjectInfoModel(DesignerObjectInfoModel objectInfoModel)
objectInfoModel
- デザイナオブジェクト情報public void inputCheck(Connection connection, ArrayList<String> childList, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectionchildList
- 子アクティビティコードリストtargetDate
- チェック対象日付(有効日付)userInfo
- ユーザ情報1jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkInputActivityInfo() throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkReceiveActivity(Connection connection, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- ConnectiontargetDate
- 対象日付userInfo
- ユーザ情報jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkAutoPassInfo(Connection connection, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectiontargetDate
- チェック対象日付userInfo
- ユーザ情報jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkContentsInfo() throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkProcessAdapterActivity() throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkAutoAdapterActivity() throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkEventAdapterActivity() throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkFlowActivity(ArrayList<String> childList) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
childList
- 子アクティビティコードリストjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkSwitchActivity(ArrayList<String> childList) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
childList
- 子アクティビティコードリストjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkRouteSelectActivity(ArrayList<String> childList) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
childList
- 子アクティビティコードリストjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkSequenceActivity(ArrayList<String> childList) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
childList
- 子アクティビティコードリストjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkRunUser(Connection connection, String targetDate) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectiontargetDate
- チェック対象日付jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkRunGroup(Connection connection, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectionjp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkRefer(Connection connection, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- ConnectiontargetDate
- 対象日付userInfo
- ユーザ情報jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkAutoPassMaster(Connection connection, String targetDate) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- DbsConnectiontargetDate
- チェック対象日付jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生protected void checkAutoPassExecutiveMaster(Connection connection, String targetDate, jp.co.intra_mart.framework.base.util.UserInfo userInfo) throws jp.co.intra_mart.framework.system.exception.SystemException, jp.co.intra_mart.framework.system.exception.ApplicationException
connection
- ConnectiontargetDate
- 対象日付userInfo
- ユーザ情報jp.co.intra_mart.framework.system.exception.SystemException
- システム例外が発生jp.co.intra_mart.framework.system.exception.ApplicationException
- アプリケーション例外が発生Copyright © 2012 NTT DATA INTRAMART CORPORATION