IM-Workflow

jp.co.intra_mart.foundation.workflow.util
クラス WorkflowPluginUtilManager

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.util.WorkflowPluginUtilManager

public class WorkflowPluginUtilManager
extends Object

プラグイン処理内で使用可能なユーティリティマネージャです。

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

メソッドの概要
static Locale getLocale()
          ロケールを取得します。
static Locale[] getLocales()
          システムで有効なロケールを全てを取得します。
static String getLoginGroup()
          ログイングループを取得します。
static String getUser()
          ユーザIDを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getUser

public static String getUser()
                      throws WorkflowException
ユーザIDを取得します。

戻り値:
String ユーザID
例外:
WorkflowException - ワークフロー例外クラス

getLoginGroup

public static String getLoginGroup()
                            throws WorkflowException
ログイングループを取得します。

戻り値:
String ログイングループ
例外:
WorkflowException - ワークフロー例外クラス

getLocale

public static Locale getLocale()
                        throws WorkflowException
ロケールを取得します。

戻り値:
Locale ロケール
例外:
WorkflowException - ワークフロー例外クラス

getLocales

public static Locale[] getLocales()
                           throws WorkflowException
システムで有効なロケールを全てを取得します。

戻り値:
Locale[] システムで有効なロケールを全て
例外:
WorkflowException - ワークフロー例外クラス

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.