public class CplMatterHandleManager
extends jp.co.intra_mart.system.workflow.common.AbstractBase
ActvMatterHandleManager」を利用してください。ActvMatterHandleManager| コンストラクタと説明 |
|---|
CplMatterHandleManager(String systemMatterId,
String operateUserCode)
コンストラクタ
引数で指定したシステム案件ID、操作者ユーザコードで 完了案件操作マネージャを新しく生成します。 |
CplMatterHandleManager(String localeId,
String systemMatterId,
String operateUserCode)
コンストラクタ
引数で指定したロケールID、システム案件ID、操作者ユーザコードで 完了案件操作マネージャを新しく生成します。 |
CplMatterHandleManager(String loginGroupId,
String localeId,
String systemMatterId,
String operateUserCode)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
createConfirmTarget(String nodeId,
PluginModel[] plugins)
完了案件の確認ノードに確認処理権限者情報を追加します。
|
void |
createMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth)
完了案件に対して、案件操作権限者(参照者)情報を新規追加又は更新します。
|
void |
deleteConfirmTarget(String nodeId,
PluginModel[] plugins)
完了案件の確認ノードの処理権限者情報を削除します。
|
void |
deleteConfirmTargetAll(String nodeId)
完了案件の確認ノードの処理権限者情報をすべて削除します。
|
void |
deleteMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth)
完了案件に対して、案件操作権限者(参照者)情報を削除します。
|
void |
deleteMatterHandleAuthAll()
完了案件に対して、案件操作権限者(参照者)情報を全て削除します。
|
void |
expandConfirmTarget(String nodeId)
完了案件の確認ノードに対して、確認処理権限者を再展開します。
|
void |
expandMatterHandleAuth()
完了案件に対して、案件操作権限者(参照者)を再展開します。
|
void |
updateMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth)
完了案件に対して、案件操作権限者(参照者)情報を更新します。
|
public CplMatterHandleManager(String systemMatterId, String operateUserCode)
systemMatterId - システム案件IDoperateUserCode - 操作者ユーザコードpublic CplMatterHandleManager(String localeId, String systemMatterId, String operateUserCode)
localeId - ロケールIDsystemMatterId - システム案件IDoperateUserCode - 操作者ユーザコード@Deprecated public CplMatterHandleManager(String loginGroupId, String localeId, String systemMatterId, String operateUserCode)
CplMatterHandleManager(String, String, String) を使用してください。loginGroupId - ログイングループIDlocaleId - ロケールIDsystemMatterId - システム案件IDoperateUserCode - 操作者ユーザコードpublic void createConfirmTarget(String nodeId, PluginModel[] plugins) throws WorkflowException
WorkflowException」が発生します。WorkflowException」が発生します。expandConfirmTarget(String)」で権限者の再展開処理を行う必要があります。deleteConfirmTarget(String, PluginModel[])」や「deleteConfirmTargetAll(String)」を利用してください。ActvMatterHandleManager.createProcessTarget(String, PluginModel[])」を利用してください。nodeId - 確認ノードIDplugins - 処理対象者情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteConfirmTarget(String nodeId, PluginModel[] plugins) throws WorkflowException
WorkflowException」が発生します。WorkflowException」が発生します。expandConfirmTarget(String)」で処理者の再展開処理を行う必要があります。deleteConfirmTargetAll(String)」を利用してください。createConfirmTarget(String, PluginModel[])」を利用してください。ActvMatterHandleManager.deleteProcessTarget(String, PluginModel[])」を利用してください。nodeId - 確認ノードIDplugins - 処理対象者情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteConfirmTargetAll(String nodeId) throws WorkflowException
WorkflowException」が発生します。WorkflowException」が発生します。expandConfirmTarget(String)」で権限者の再展開処理を行う必要があります。deleteConfirmTarget(String, PluginModel[])」を利用してください。createConfirmTarget(String, PluginModel[])」を利用してください。ActvMatterHandleManager.deleteProcessTargetAll(String)」を利用してください。nodeId - 確認ノードIDWorkflowException - ワークフロー例外の親クラスpublic void expandConfirmTarget(String nodeId) throws WorkflowException
WorkflowException」が発生します。WorkflowException」が発生します。createConfirmTarget(String, PluginModel[])」や「deleteConfirmTarget(String, PluginModel[])」等を利用してください。ActvMatterHandleManager.expandConfirmTarget(String)」を利用してください。nodeId - ノードIDWorkflowException - ワークフロー例外の親クラスpublic void createMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth) throws WorkflowException
WorkflowException」が発生します。expandMatterHandleAuth()」で案件操作権限者(参照者)の再展開処理を行う必要があります。updateMatterHandleAuth(MatterHandleAuthModel[])」で行う処理と同じ処理になります。updateMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。deleteMatterHandleAuth(MatterHandleAuthModel[])」や「deleteMatterHandleAuthAll()」を利用してください。ActvMatterHandleManager.createMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。matterHandleAuth - 完了案件操作権限情報の配列WorkflowException - ワークフロー例外の親クラスpublic void updateMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth) throws WorkflowException
WorkflowException」が発生します。expandMatterHandleAuth()」で案件操作権限者(参照者)の再展開処理を行う必要があります。WorkflowException」が発生します。createMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。createMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。deleteMatterHandleAuth(MatterHandleAuthModel[])」や「deleteMatterHandleAuthAll()」を利用してください。ActvMatterHandleManager.updateMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。matterHandleAuth - 完了案件操作権限情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteMatterHandleAuth(MatterHandleAuthModel[] matterHandleAuth) throws WorkflowException
WorkflowException」が発生します。expandMatterHandleAuth()」で案件操作権限者(参照者)の再展開処理を行う必要があります。createMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。deleteMatterHandleAuthAll()」を利用してください。ActvMatterHandleManager.deleteMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。matterHandleAuth - 完了案件操作権限情報の配列WorkflowException - ワークフロー例外の親クラスpublic void deleteMatterHandleAuthAll()
throws WorkflowException
WorkflowException」が発生します。expandMatterHandleAuth()」で案件操作権限者(参照者)の再展開処理を行う必要があります。createMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。deleteMatterHandleAuth(MatterHandleAuthModel[])」を利用してください。ActvMatterHandleManager.deleteMatterHandleAuthAll()」を利用してください。WorkflowException - ワークフロー例外public void expandMatterHandleAuth()
throws WorkflowException
WorkflowException」が発生します。WorkflowException」が発生します。createMatterHandleAuth(MatterHandleAuthModel[])」や「deleteMatterHandleAuth(MatterHandleAuthModel[])」等を利用してください。ActvMatterHandleManager.expandMatterHandleAuth()」を利用してください。WorkflowException - ワークフロー例外Copyright © 2012 NTT DATA INTRAMART CORPORATION